summaryrefslogtreecommitdiff
path: root/utils/themeeditor/qtfindreplacedialog/dialogs.pro
diff options
context:
space:
mode:
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 0000000000..165a8d7775
--- /dev/null
+++ b/utils/themeeditor/qtfindreplacedialog/dialogs.pro
@@ -0,0 +1,26 @@
1# -------------------------------------------------
2# Project created by QtCreator 2009-11-07T11:39:43
3# -------------------------------------------------
4TARGET = qtfindreplacedialog
5TEMPLATE = lib
6DEFINES += FINDREPLACE_LIBRARY
7SOURCES += findform.cpp \
8 finddialog.cpp \
9 findreplaceform.cpp \
10 findreplacedialog.cpp \
11 varianteditor.cpp
12HEADERS += findreplaceform.h \
13 findreplacedialog.h \
14 findform.h \
15 finddialog.h \
16 findreplace_global.h \
17 varianteditor.h
18FORMS += findreplaceform.ui \
19 findreplacedialog.ui
20DESTDIR = ../lib
21DEPENDPATH += .
22target.path = /lib
23headers.files = $$HEADERS
24headers.path = /include
25INSTALLS += target \
26 headers