summaryrefslogtreecommitdiffstats
path: root/examples/tools/regexp/regexp.pro
blob: 48cd6d362aa31ac02269856f04ac6b2ee002e8fb (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
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

QT += widgets

simulator: warning(This example might not fully work on Simulator platform)