From be70fd89be787e2b24604f9ba785b87c1f8f1d22 Mon Sep 17 00:00:00 2001 From: Robert Bieber Date: Sat, 26 Jun 2010 07:59:23 +0000 Subject: Theme Editor: Added an edit menu with a find/replace function (copied from an LGPL library) git-svn-id: svn://svn.rockbox.org/rockbox/trunk@27137 a1c6a512-1295-4272-9138-f99709370657 --- utils/themeeditor/themeeditor.pro | 13 ++++++++++--- 1 file changed, 10 insertions(+), 3 deletions(-) (limited to 'utils/themeeditor/themeeditor.pro') diff --git a/utils/themeeditor/themeeditor.pro b/utils/themeeditor/themeeditor.pro index 50cafe0..329500e 100644 --- a/utils/themeeditor/themeeditor.pro +++ b/utils/themeeditor/themeeditor.pro @@ -11,6 +11,7 @@ RBBASE_DIR = $$replace(RBBASE_DIR,/utils/themeeditor,) INCLUDEPATH += gui INCLUDEPATH += models INCLUDEPATH += graphics +INCLUDEPATH += findreplace # Stuff for the parse lib libskin_parser.commands = @$(MAKE) \ @@ -40,7 +41,9 @@ HEADERS += models/parsetreemodel.h \ graphics/rbrenderinfo.h \ graphics/rbimage.h \ graphics/rbfont.h \ - gui/devicestate.h + gui/devicestate.h \ + findreplace/findreplaceform.h \ + findreplace/findreplacedialog.h SOURCES += main.cpp \ models/parsetreemodel.cpp \ models/parsetreenode.cpp \ @@ -57,7 +60,9 @@ SOURCES += main.cpp \ graphics/rbrenderinfo.cpp \ graphics/rbimage.cpp \ graphics/rbfont.cpp \ - gui/devicestate.cpp + gui/devicestate.cpp \ + findreplace/findreplaceform.cpp \ + findreplace/findreplacedialog.cpp OTHER_FILES += README \ resources/windowicon.png \ resources/appicon.xcf \ @@ -69,5 +74,7 @@ OTHER_FILES += README \ FORMS += gui/editorwindow.ui \ gui/preferencesdialog.ui \ gui/configdocument.ui \ - gui/skinviewer.ui + gui/skinviewer.ui \ + findreplace/findreplaceform.ui \ + findreplace/findreplacedialog.ui RESOURCES += resources.qrc -- cgit v1.1