summaryrefslogtreecommitdiff
path: root/utils/themeeditor/themeeditor.pro
diff options
context:
space:
mode:
authorRobert Bieber <robby@bieberphoto.com>2010-07-25 21:59:35 +0000
committerRobert Bieber <robby@bieberphoto.com>2010-07-25 21:59:35 +0000
commitd92f8174a1f838684645267e87b3afebfc48143f (patch)
treefe705adf4815eb38f7646ea7a0cb0a0841c74b43 /utils/themeeditor/themeeditor.pro
parente1e51f99949f2a2967210342fcea6e8ae8495e0b (diff)
downloadrockbox-d92f8174a1f838684645267e87b3afebfc48143f.zip
rockbox-d92f8174a1f838684645267e87b3afebfc48143f.tar.gz
rockbox-d92f8174a1f838684645267e87b3afebfc48143f.tar.bz2
rockbox-d92f8174a1f838684645267e87b3afebfc48143f.tar.xz
Theme Editor: Added targetdb download to preferences dialog, fixed Cancel button on FontDownloader
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@27565 a1c6a512-1295-4272-9138-f99709370657
Diffstat (limited to 'utils/themeeditor/themeeditor.pro')
-rw-r--r--utils/themeeditor/themeeditor.pro10
1 files changed, 6 insertions, 4 deletions
diff --git a/utils/themeeditor/themeeditor.pro b/utils/themeeditor/themeeditor.pro
index c7bde1f..bd994c6 100644
--- a/utils/themeeditor/themeeditor.pro
+++ b/utils/themeeditor/themeeditor.pro
@@ -23,7 +23,6 @@ INCLUDEPATH += models
INCLUDEPATH += graphics
INCLUDEPATH += quazip
INCLUDEPATH += qtfindreplacedialog
-
DEFINES += FINDREPLACE_NOLIB
cross {
message("Crossbuilding for W32 binary")
@@ -95,7 +94,8 @@ HEADERS += models/parsetreemodel.h \
qtfindreplacedialog/findreplacedialog.h \
qtfindreplacedialog/findform.h \
qtfindreplacedialog/finddialog.h \
- gui/projectexporter.h
+ gui/projectexporter.h \
+ gui/targetdownloader.h
SOURCES += main.cpp \
models/parsetreemodel.cpp \
models/parsetreenode.cpp \
@@ -134,7 +134,8 @@ SOURCES += main.cpp \
qtfindreplacedialog/findreplacedialog.cpp \
qtfindreplacedialog/findform.cpp \
qtfindreplacedialog/finddialog.cpp \
- gui/projectexporter.cpp
+ gui/projectexporter.cpp \
+ gui/targetdownloader.cpp
OTHER_FILES += README \
resources/windowicon.png \
resources/appicon.xcf \
@@ -169,7 +170,8 @@ FORMS += gui/editorwindow.ui \
gui/fontdownloader.ui \
qtfindreplacedialog/findreplaceform.ui \
qtfindreplacedialog/findreplacedialog.ui \
- gui/projectexporter.ui
+ gui/projectexporter.ui \
+ gui/targetdownloader.ui
RESOURCES += resources.qrc
win32:RC_FILE = themeeditor.rc
macx {