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.pro10
1 files changed, 8 insertions, 2 deletions
diff --git a/utils/themeeditor/themeeditor.pro b/utils/themeeditor/themeeditor.pro
index b0824cfe84..904adf239b 100644
--- a/utils/themeeditor/themeeditor.pro
+++ b/utils/themeeditor/themeeditor.pro
@@ -1,3 +1,7 @@
1# Enabling profiling
2QMAKE_CXXFLAGS_DEBUG += -pg
3QMAKE_LFLAGS_DEBUG += -pg
4
1# build in a separate folder. 5# build in a separate folder.
2MYBUILDDIR = $$OUT_PWD/build/ 6MYBUILDDIR = $$OUT_PWD/build/
3OBJECTS_DIR = $$MYBUILDDIR/o 7OBJECTS_DIR = $$MYBUILDDIR/o
@@ -47,7 +51,8 @@ HEADERS += models/parsetreemodel.h \
47 graphics/rbprogressbar.h \ 51 graphics/rbprogressbar.h \
48 gui/findreplacedialog.h \ 52 gui/findreplacedialog.h \
49 graphics/rbtext.h \ 53 graphics/rbtext.h \
50 graphics/rbfontcache.h 54 graphics/rbfontcache.h \
55 graphics/rbtextcache.h
51SOURCES += main.cpp \ 56SOURCES += main.cpp \
52 models/parsetreemodel.cpp \ 57 models/parsetreemodel.cpp \
53 models/parsetreenode.cpp \ 58 models/parsetreenode.cpp \
@@ -69,7 +74,8 @@ SOURCES += main.cpp \
69 graphics/rbprogressbar.cpp \ 74 graphics/rbprogressbar.cpp \
70 gui/findreplacedialog.cpp \ 75 gui/findreplacedialog.cpp \
71 graphics/rbtext.cpp \ 76 graphics/rbtext.cpp \
72 graphics/rbfontcache.cpp 77 graphics/rbfontcache.cpp \
78 graphics/rbtextcache.cpp
73OTHER_FILES += README \ 79OTHER_FILES += README \
74 resources/windowicon.png \ 80 resources/windowicon.png \
75 resources/appicon.xcf \ 81 resources/appicon.xcf \