Robert Bieber | e6fd3d0 | 2010-07-23 07:31:53 +0000 | [diff] [blame] | 1 | # ------------------------------------------------- |
| 2 | # Project created by QtCreator 2009-11-07T11:39:43 |
| 3 | # ------------------------------------------------- |
| 4 | TARGET = qtfindreplacedialog |
| 5 | TEMPLATE = lib |
| 6 | DEFINES += FINDREPLACE_LIBRARY |
| 7 | SOURCES += findform.cpp \ |
| 8 | finddialog.cpp \ |
| 9 | findreplaceform.cpp \ |
| 10 | findreplacedialog.cpp \ |
| 11 | varianteditor.cpp |
| 12 | HEADERS += findreplaceform.h \ |
| 13 | findreplacedialog.h \ |
| 14 | findform.h \ |
| 15 | finddialog.h \ |
| 16 | findreplace_global.h \ |
| 17 | varianteditor.h |
| 18 | FORMS += findreplaceform.ui \ |
| 19 | findreplacedialog.ui |
| 20 | DESTDIR = ../lib |
| 21 | DEPENDPATH += . |
| 22 | target.path = /lib |
| 23 | headers.files = $$HEADERS |
| 24 | headers.path = /include |
| 25 | INSTALLS += target \ |
| 26 | headers |