summaryrefslogtreecommitdiff
path: root/LayoutStudio.pro
blob: a1423b759c8abc9abab8b5b67a752105331da06a (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
# -------------------------------------------------
# Project created by QtCreator 2010-10-03T04:03:27
# -------------------------------------------------
QT += opengl
TARGET = LayoutStudio
TEMPLATE = app
SOURCES += main.cpp \
    lsmainwindow.cpp \
    lsglobals.cpp \
    lyt/packagebase.cpp \
    lyt/directorypackage.cpp \
    lyt/layout.cpp \
    lyt/binaryfile.cpp \
    lyt/binaryfilesection.cpp \
    lyt/materials/material.cpp \
    lyt/pane.cpp \
    lyt/common.cpp \
    lyt/textbox.cpp \
    lyt/picture.cpp \
    lyt/window.cpp \
    lyt/bounding.cpp \
    lyt/group.cpp \
    lyt/materials/texmap.cpp \
    lyt/materials/texsrt.cpp \
    lyt/materials/texcoordgen.cpp
HEADERS += lsmainwindow.h \
    lsglobals.h \
    lyt/packagebase.h \
    lyt/directorypackage.h \
    lyt/layout.h \
    lyt/binaryfile.h \
    lyt/binaryfilesection.h \
    lyt/materials/material.h \
    lyt/pane.h \
    lyt/common.h \
    lyt/textbox.h \
    lyt/picture.h \
    lyt/window.h \
    lyt/bounding.h \
    lyt/group.h \
    lyt/materials/texmap.h \
    lyt/materials/texsrt.h \
    lyt/materials/texcoordgen.h
FORMS += lsmainwindow.ui
RESOURCES += resources.qrc

OTHER_FILES += \
    icons/window.png \
    icons/textbox.png \
    icons/picture.png \
    icons/pane.png \
    icons/bounding.png \
    README.markdown \
    LICENSE.txt