summaryrefslogtreecommitdiffstats
path: root/examples/tools/regexp/regexp.pro
diff options
context:
space:
mode:
Diffstat (limited to 'examples/tools/regexp/regexp.pro')
-rw-r--r--examples/tools/regexp/regexp.pro9
1 files changed, 9 insertions, 0 deletions
diff --git a/examples/tools/regexp/regexp.pro b/examples/tools/regexp/regexp.pro
new file mode 100644
index 0000000..15ca9a4
--- /dev/null
+++ b/examples/tools/regexp/regexp.pro
@@ -0,0 +1,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