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.pro8
1 files changed, 6 insertions, 2 deletions
diff --git a/utils/themeeditor/themeeditor.pro b/utils/themeeditor/themeeditor.pro
index 157433ef55..ba3efa92db 100644
--- a/utils/themeeditor/themeeditor.pro
+++ b/utils/themeeditor/themeeditor.pro
@@ -35,7 +35,9 @@ HEADERS += models/parsetreemodel.h \
35 gui/tabcontent.h \ 35 gui/tabcontent.h \
36 gui/configdocument.h \ 36 gui/configdocument.h \
37 gui/skinviewer.h \ 37 gui/skinviewer.h \
38 graphics/rbscreen.h 38 graphics/rbscreen.h \
39 graphics/rbviewport.h \
40 graphics/rbrenderinfo.h
39SOURCES += main.cpp \ 41SOURCES += main.cpp \
40 models/parsetreemodel.cpp \ 42 models/parsetreemodel.cpp \
41 models/parsetreenode.cpp \ 43 models/parsetreenode.cpp \
@@ -47,7 +49,9 @@ SOURCES += main.cpp \
47 models/projectmodel.cpp \ 49 models/projectmodel.cpp \
48 gui/configdocument.cpp \ 50 gui/configdocument.cpp \
49 gui/skinviewer.cpp \ 51 gui/skinviewer.cpp \
50 graphics/rbscreen.cpp 52 graphics/rbscreen.cpp \
53 graphics/rbviewport.cpp \
54 graphics/rbrenderinfo.cpp
51OTHER_FILES += README \ 55OTHER_FILES += README \
52 resources/windowicon.png \ 56 resources/windowicon.png \
53 resources/appicon.xcf \ 57 resources/appicon.xcf \