summaryrefslogtreecommitdiffstats
path: root/examples/tools/regexp/regexp.pro
blob: 66904809f9152fa32dec40cc9b406e839cbab2cf (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: CONFIG += qt_example