From d92f8174a1f838684645267e87b3afebfc48143f Mon Sep 17 00:00:00 2001 From: Robert Bieber Date: Sun, 25 Jul 2010 21:59:35 +0000 Subject: 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 --- utils/themeeditor/themeeditor.pro | 10 ++++++---- 1 file changed, 6 insertions(+), 4 deletions(-) (limited to 'utils/themeeditor/themeeditor.pro') 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 { -- cgit v1.1