summaryrefslogtreecommitdiffstats
path: root/utils/themeeditor/qtfindreplacedialog/dialogs.pro
blob: 165a8d777567672634ce45faa6ffa3ec2fea97fd (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
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