summaryrefslogtreecommitdiffstats
path: root/examples/widgets/tools/regexp/regexp.pro
blob: eead58807ff21fa951b46df031eac14ad1f1c084 (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]/tools/regexp
INSTALLS += target

QT += widgets

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