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

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

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