summaryrefslogtreecommitdiff
path: root/utils/themeeditor/qtfindreplacedialog/dialogs.pro
diff options
context:
space:
mode:
authorRobert Bieber <robby@bieberphoto.com>2010-07-23 07:31:53 +0000
committerRobert Bieber <robby@bieberphoto.com>2010-07-23 07:31:53 +0000
commite6fd3d0318d0f53c51cf4cc87ccdc8f9741957e7 (patch)
treeda29255f5c33ae915c28a1dbff5525fdf912fbe6 /utils/themeeditor/qtfindreplacedialog/dialogs.pro
parentb21b7714209230cbadab1e709c6778c4cc214437 (diff)
downloadrockbox-e6fd3d0318d0f53c51cf4cc87ccdc8f9741957e7.zip
rockbox-e6fd3d0318d0f53c51cf4cc87ccdc8f9741957e7.tar.gz
rockbox-e6fd3d0318d0f53c51cf4cc87ccdc8f9741957e7.tar.bz2
rockbox-e6fd3d0318d0f53c51cf4cc87ccdc8f9741957e7.tar.xz
Theme Editor: Switched back to Lorenzo Bettini's find/replace dialog (with some modifications) as he changed the license to LGPL v2.1
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@27528 a1c6a512-1295-4272-9138-f99709370657
Diffstat (limited to 'utils/themeeditor/qtfindreplacedialog/dialogs.pro')
-rw-r--r--utils/themeeditor/qtfindreplacedialog/dialogs.pro26
1 files changed, 26 insertions, 0 deletions
diff --git a/utils/themeeditor/qtfindreplacedialog/dialogs.pro b/utils/themeeditor/qtfindreplacedialog/dialogs.pro
new file mode 100644
index 0000000..165a8d7
--- /dev/null
+++ b/utils/themeeditor/qtfindreplacedialog/dialogs.pro
@@ -0,0 +1,26 @@
+# -------------------------------------------------
+# Project created by QtCreator 2009-11-07T11:39:43
+# -------------------------------------------------
+TARGET = qtfindreplacedialog
+TEMPLATE = lib
+DEFINES += FINDREPLACE_LIBRARY
+SOURCES += findform.cpp \
+ finddialog.cpp \
+ findreplaceform.cpp \
+ findreplacedialog.cpp \
+ varianteditor.cpp
+HEADERS += findreplaceform.h \
+ findreplacedialog.h \
+ findform.h \
+ finddialog.h \
+ findreplace_global.h \
+ varianteditor.h
+FORMS += findreplaceform.ui \
+ findreplacedialog.ui
+DESTDIR = ../lib
+DEPENDPATH += .
+target.path = /lib
+headers.files = $$HEADERS
+headers.path = /include
+INSTALLS += target \
+ headers