summaryrefslogtreecommitdiff
path: root/utils/themeeditor/themeeditor.pro
diff options
context:
space:
mode:
Diffstat (limited to 'utils/themeeditor/themeeditor.pro')
-rw-r--r--utils/themeeditor/themeeditor.pro9
1 files changed, 6 insertions, 3 deletions
diff --git a/utils/themeeditor/themeeditor.pro b/utils/themeeditor/themeeditor.pro
index 05d117aa32..6237ee8f70 100644
--- a/utils/themeeditor/themeeditor.pro
+++ b/utils/themeeditor/themeeditor.pro
@@ -39,7 +39,8 @@ HEADERS += models/parsetreemodel.h \
39 graphics/rbviewport.h \ 39 graphics/rbviewport.h \
40 graphics/rbrenderinfo.h \ 40 graphics/rbrenderinfo.h \
41 graphics/rbimage.h \ 41 graphics/rbimage.h \
42 graphics/rbfont.h 42 graphics/rbfont.h \
43 gui/devicestate.h
43SOURCES += main.cpp \ 44SOURCES += main.cpp \
44 models/parsetreemodel.cpp \ 45 models/parsetreemodel.cpp \
45 models/parsetreenode.cpp \ 46 models/parsetreenode.cpp \
@@ -55,7 +56,8 @@ SOURCES += main.cpp \
55 graphics/rbviewport.cpp \ 56 graphics/rbviewport.cpp \
56 graphics/rbrenderinfo.cpp \ 57 graphics/rbrenderinfo.cpp \
57 graphics/rbimage.cpp \ 58 graphics/rbimage.cpp \
58 graphics/rbfont.cpp 59 graphics/rbfont.cpp \
60 gui/devicestate.cpp
59OTHER_FILES += README \ 61OTHER_FILES += README \
60 resources/windowicon.png \ 62 resources/windowicon.png \
61 resources/appicon.xcf \ 63 resources/appicon.xcf \
@@ -66,5 +68,6 @@ OTHER_FILES += README \
66FORMS += gui/editorwindow.ui \ 68FORMS += gui/editorwindow.ui \
67 gui/preferencesdialog.ui \ 69 gui/preferencesdialog.ui \
68 gui/configdocument.ui \ 70 gui/configdocument.ui \
69 gui/skinviewer.ui 71 gui/skinviewer.ui \
72 gui/devicestate.ui
70RESOURCES += resources.qrc 73RESOURCES += resources.qrc