blob: cc23402b9d1a7e91b4cdb92eb6f03af1b62e0b0e [file] [log] [blame]
QT += widgets
requires(qtConfig(treewidget))
HEADERS = regularexpressiondialog.h
SOURCES = regularexpressiondialog.cpp \
main.cpp
RESOURCES += regularexpression.qrc
# install
target.path = $$[QT_INSTALL_EXAMPLES]/widgets/tools/regularexpression
INSTALLS += target