Theme Editor: Began working on skin preview viewer
[kugel-rb.git] / utils / themeeditor / themeeditor.pro
blobef3f4995ff23a67085f27808b0519ae12ca23884
1 # build in a separate folder.
2 MYBUILDDIR = $$OUT_PWD/build/
3 OBJECTS_DIR = $$MYBUILDDIR/o
4 UI_DIR = $$MYBUILDDIR/ui
5 MOC_DIR = $$MYBUILDDIR/moc
6 RCC_DIR = $$MYBUILDDIR/rcc
7 HEADERS += tag_table.h \
8 symbols.h \
9 skin_parser.h \
10 skin_scan.h \
11 skin_debug.h \
12 parsetreemodel.h \
13 parsetreenode.h \
14 editorwindow.h \
15 skinhighlighter.h \
16 skindocument.h \
17 preferencesdialog.h \
18 codeeditor.h \
19 projectmodel.h \
20 tabcontent.h \
21 configdocument.h \
22 skinviewer.h
23 SOURCES += tag_table.c \
24 skin_parser.c \
25 skin_scan.c \
26 skin_debug.c \
27 main.cpp \
28 parsetreemodel.cpp \
29 parsetreenode.cpp \
30 editorwindow.cpp \
31 skinhighlighter.cpp \
32 skindocument.cpp \
33 preferencesdialog.cpp \
34 codeeditor.cpp \
35 projectmodel.cpp \
36 configdocument.cpp \
37 skinviewer.cpp
38 OTHER_FILES += README \
39 resources/windowicon.png \
40 resources/appicon.xcf \
41 resources/COPYING \
42 resources/document-save.png \
43 resources/document-open.png \
44 resources/document-new.png
45 FORMS += editorwindow.ui \
46 preferencesdialog.ui \
47 configdocument.ui \
48 skinviewer.ui
49 RESOURCES += resources.qrc