blob: 15ca9a495982aabc8600440b4eace0ba52925ef9 (
plain)
1
2
3
4
5
6
7
8
9
|
HEADERS = regexpdialog.h
SOURCES = regexpdialog.cpp \
main.cpp
# install
target.path = $$[QT_INSTALL_EXAMPLES]/tools/regexp
sources.files = $$SOURCES $$HEADERS $$RESOURCES $$FORMS regexp.pro
sources.path = $$[QT_INSTALL_EXAMPLES]/tools/regexp
INSTALLS += target sources
|