summaryrefslogtreecommitdiffstats
path: root/utils/themeeditor/themeeditor.pro
diff options
context:
space:
mode:
authorRobert Bieber <robby@bieberphoto.com>2010-06-26 07:59:23 +0000
committerRobert Bieber <robby@bieberphoto.com>2010-06-26 07:59:23 +0000
commitbe70fd89be787e2b24604f9ba785b87c1f8f1d22 (patch)
tree5b7ec98c48d2a5d2dc5078007142d2e92c09a8a2 /utils/themeeditor/themeeditor.pro
parent5300c7014d602c57fcae7f6619f5138d83ba33c0 (diff)
downloadrockbox-be70fd89be787e2b24604f9ba785b87c1f8f1d22.tar.gz
rockbox-be70fd89be787e2b24604f9ba785b87c1f8f1d22.zip
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
Diffstat (limited to 'utils/themeeditor/themeeditor.pro')
-rw-r--r--utils/themeeditor/themeeditor.pro13
1 files changed, 10 insertions, 3 deletions
diff --git a/utils/themeeditor/themeeditor.pro b/utils/themeeditor/themeeditor.pro
index 50cafe054d..329500e350 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