summaryrefslogtreecommitdiffstats
path: root/examples/widgets/tools/regexp/regexp.pro
blob: f80c16fb609e01a66ff4d2e873fb180414761f74 (plain)
1
2
3
4
5
6
7
8
9
QT += widgets

HEADERS       = regexpdialog.h
SOURCES       = regexpdialog.cpp \
                main.cpp

# install
target.path = $$[QT_INSTALL_EXAMPLES]/widgets/tools/regexp
INSTALLS += target