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.pro14
1 files changed, 5 insertions, 9 deletions
diff --git a/utils/themeeditor/themeeditor.pro b/utils/themeeditor/themeeditor.pro
index 14fa73cc7d..4241598566 100644
--- a/utils/themeeditor/themeeditor.pro
+++ b/utils/themeeditor/themeeditor.pro
@@ -11,7 +11,6 @@ RBBASE_DIR = $$replace(RBBASE_DIR,/utils/themeeditor,)
11INCLUDEPATH += gui 11INCLUDEPATH += gui
12INCLUDEPATH += models 12INCLUDEPATH += models
13INCLUDEPATH += graphics 13INCLUDEPATH += graphics
14INCLUDEPATH += findreplace
15 14
16# Stuff for the parse lib 15# Stuff for the parse lib
17libskin_parser.commands = @$(MAKE) \ 16libskin_parser.commands = @$(MAKE) \
@@ -42,10 +41,9 @@ HEADERS += models/parsetreemodel.h \
42 graphics/rbimage.h \ 41 graphics/rbimage.h \
43 graphics/rbfont.h \ 42 graphics/rbfont.h \
44 gui/devicestate.h \ 43 gui/devicestate.h \
45 findreplace/findreplaceform.h \
46 findreplace/findreplacedialog.h \
47 graphics/rbalbumart.h \ 44 graphics/rbalbumart.h \
48 graphics/rbprogressbar.h 45 graphics/rbprogressbar.h \
46 gui/findreplacedialog.h
49SOURCES += main.cpp \ 47SOURCES += main.cpp \
50 models/parsetreemodel.cpp \ 48 models/parsetreemodel.cpp \
51 models/parsetreenode.cpp \ 49 models/parsetreenode.cpp \
@@ -63,10 +61,9 @@ SOURCES += main.cpp \
63 graphics/rbimage.cpp \ 61 graphics/rbimage.cpp \
64 graphics/rbfont.cpp \ 62 graphics/rbfont.cpp \
65 gui/devicestate.cpp \ 63 gui/devicestate.cpp \
66 findreplace/findreplaceform.cpp \
67 findreplace/findreplacedialog.cpp \
68 graphics/rbalbumart.cpp \ 64 graphics/rbalbumart.cpp \
69 graphics/rbprogressbar.cpp 65 graphics/rbprogressbar.cpp \
66 gui/findreplacedialog.cpp
70OTHER_FILES += README \ 67OTHER_FILES += README \
71 resources/windowicon.png \ 68 resources/windowicon.png \
72 resources/appicon.xcf \ 69 resources/appicon.xcf \
@@ -81,6 +78,5 @@ FORMS += gui/editorwindow.ui \
81 gui/preferencesdialog.ui \ 78 gui/preferencesdialog.ui \
82 gui/configdocument.ui \ 79 gui/configdocument.ui \
83 gui/skinviewer.ui \ 80 gui/skinviewer.ui \
84 findreplace/findreplaceform.ui \ 81 gui/findreplacedialog.ui
85 findreplace/findreplacedialog.ui
86RESOURCES += resources.qrc 82RESOURCES += resources.qrc