summaryrefslogtreecommitdiffstats
path: root/examples/widgets/tools/regexp/regexp.pro
blob: 8e88511ead19b4af4bef38a32c49aed4953bcddb (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]/tools/regexp
sources.files = $$SOURCES $$HEADERS $$RESOURCES $$FORMS regexp.pro
sources.path = $$[QT_INSTALL_EXAMPLES]/tools/regexp
INSTALLS += target sources

QT += widgets

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