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

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

RESOURCES += regularexpression.qrc

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