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.pro32
1 files changed, 23 insertions, 9 deletions
diff --git a/utils/themeeditor/themeeditor.pro b/utils/themeeditor/themeeditor.pro
index 303f8b31f6..a8df4fcff6 100644
--- a/utils/themeeditor/themeeditor.pro
+++ b/utils/themeeditor/themeeditor.pro
@@ -22,16 +22,19 @@ INCLUDEPATH += gui
22INCLUDEPATH += models 22INCLUDEPATH += models
23INCLUDEPATH += graphics 23INCLUDEPATH += graphics
24INCLUDEPATH += quazip 24INCLUDEPATH += quazip
25 25INCLUDEPATH += qtfindreplacedialog
26cross { 26cross {
27 message("Crossbuilding for W32 binary") 27 message("Crossbuilding for W32 binary")
28
28 # retrieve ar binary for w32 cross compile. This might be specific to 29 # retrieve ar binary for w32 cross compile. This might be specific to
29 # Fedora mingw32 packages of Qt. Using member() here is needed because at 30 # Fedora mingw32 packages of Qt. Using member() here is needed because at
30 # least the F13 packages add ar options to the variable. 31 # least the F13 packages add ar options to the variable.
31 CROSSOPTIONS += AR=$$member(QMAKE_LIB) 32 CROSSOPTIONS += AR=$$member(QMAKE_LIB)
33
32 # make sure we use the correct subsystem to prevent a console window coming up. 34 # make sure we use the correct subsystem to prevent a console window coming up.
33 LIBS += -Wl,-subsystem,windows 35 LIBS += -Wl,-subsystem,windows
34} 36}
37
35# Stuff for the parse lib 38# Stuff for the parse lib
36libskin_parser.commands = @$(MAKE) \ 39libskin_parser.commands = @$(MAKE) \
37 TARGET_DIR=$$MYBUILDDIR \ 40 TARGET_DIR=$$MYBUILDDIR \
@@ -66,7 +69,6 @@ HEADERS += models/parsetreemodel.h \
66 gui/devicestate.h \ 69 gui/devicestate.h \
67 graphics/rbalbumart.h \ 70 graphics/rbalbumart.h \
68 graphics/rbprogressbar.h \ 71 graphics/rbprogressbar.h \
69 gui/findreplacedialog.h \
70 graphics/rbtext.h \ 72 graphics/rbtext.h \
71 graphics/rbfontcache.h \ 73 graphics/rbfontcache.h \
72 graphics/rbtextcache.h \ 74 graphics/rbtextcache.h \
@@ -84,7 +86,13 @@ HEADERS += models/parsetreemodel.h \
84 quazip/crypt.h \ 86 quazip/crypt.h \
85 zlib/zlib.h \ 87 zlib/zlib.h \
86 zlib/zconf.h \ 88 zlib/zconf.h \
87 gui/fontdownloader.h 89 gui/fontdownloader.h \
90 qtfindreplacedialog/varianteditor.h \
91 qtfindreplacedialog/findreplace_global.h \
92 qtfindreplacedialog/findreplaceform.h \
93 qtfindreplacedialog/findreplacedialog.h \
94 qtfindreplacedialog/findform.h \
95 qtfindreplacedialog/finddialog.h
88SOURCES += main.cpp \ 96SOURCES += main.cpp \
89 models/parsetreemodel.cpp \ 97 models/parsetreemodel.cpp \
90 models/parsetreenode.cpp \ 98 models/parsetreenode.cpp \
@@ -104,7 +112,6 @@ SOURCES += main.cpp \
104 gui/devicestate.cpp \ 112 gui/devicestate.cpp \
105 graphics/rbalbumart.cpp \ 113 graphics/rbalbumart.cpp \
106 graphics/rbprogressbar.cpp \ 114 graphics/rbprogressbar.cpp \
107 gui/findreplacedialog.cpp \
108 graphics/rbtext.cpp \ 115 graphics/rbtext.cpp \
109 graphics/rbfontcache.cpp \ 116 graphics/rbfontcache.cpp \
110 graphics/rbtextcache.cpp \ 117 graphics/rbtextcache.cpp \
@@ -118,7 +125,12 @@ SOURCES += main.cpp \
118 quazip/quazipfile.cpp \ 125 quazip/quazipfile.cpp \
119 quazip/quazip.cpp \ 126 quazip/quazip.cpp \
120 quazip/ioapi.c \ 127 quazip/ioapi.c \
121 gui/fontdownloader.cpp 128 gui/fontdownloader.cpp \
129 qtfindreplacedialog/varianteditor.cpp \
130 qtfindreplacedialog/findreplaceform.cpp \
131 qtfindreplacedialog/findreplacedialog.cpp \
132 qtfindreplacedialog/findform.cpp \
133 qtfindreplacedialog/finddialog.cpp
122OTHER_FILES += README \ 134OTHER_FILES += README \
123 resources/windowicon.png \ 135 resources/windowicon.png \
124 resources/appicon.xcf \ 136 resources/appicon.xcf \
@@ -142,15 +154,17 @@ OTHER_FILES += README \
142 resources/cursor.png \ 154 resources/cursor.png \
143 resources/targetdb \ 155 resources/targetdb \
144 quazip/README.ROCKBOX \ 156 quazip/README.ROCKBOX \
145 quazip/LICENSE.GPL 157 quazip/LICENSE.GPL \
158 qtfindreplacedialog/dialogs.pro
146FORMS += gui/editorwindow.ui \ 159FORMS += gui/editorwindow.ui \
147 gui/preferencesdialog.ui \ 160 gui/preferencesdialog.ui \
148 gui/configdocument.ui \ 161 gui/configdocument.ui \
149 gui/skinviewer.ui \ 162 gui/skinviewer.ui \
150 gui/findreplacedialog.ui \
151 gui/skintimer.ui \ 163 gui/skintimer.ui \
152 gui/newprojectdialog.ui \ 164 gui/newprojectdialog.ui \
153 gui/fontdownloader.ui 165 gui/fontdownloader.ui \
166 qtfindreplacedialog/findreplaceform.ui \
167 qtfindreplacedialog/findreplacedialog.ui
154RESOURCES += resources.qrc 168RESOURCES += resources.qrc
155win32:RC_FILE = themeeditor.rc 169win32:RC_FILE = themeeditor.rc
156macx { 170macx {