summaryrefslogtreecommitdiffstats
path: root/examples/tools/regexp/regexp.pro
blob: ef99a090e722dcb8047ad5788c1d9913a58e6cd5 (plain)
1
2
3
4
5
6
7
8
9
10
11
HEADERS       = regexpdialog.h
SOURCES       = regexpdialog.cpp \
                main.cpp

# install
target.path = $$[QT_INSTALL_EXAMPLES]/qtbase/tools/regexp
sources.files = $$SOURCES $$HEADERS $$RESOURCES $$FORMS regexp.pro
sources.path = $$[QT_INSTALL_EXAMPLES]/qtbase/tools/regexp
INSTALLS += target sources

symbian: include($$QT_SOURCE_TREE/examples/symbianpkgrules.pri)