summaryrefslogtreecommitdiffstats
path: root/examples/widgets/tools/regexp/regexp.pro
diff options
context:
space:
mode:
Diffstat (limited to 'examples/widgets/tools/regexp/regexp.pro')
-rw-r--r--examples/widgets/tools/regexp/regexp.pro13
1 files changed, 13 insertions, 0 deletions
diff --git a/examples/widgets/tools/regexp/regexp.pro b/examples/widgets/tools/regexp/regexp.pro
new file mode 100644
index 0000000000..8e88511ead
--- /dev/null
+++ b/examples/widgets/tools/regexp/regexp.pro
@@ -0,0 +1,13 @@
+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
+
+QT += widgets
+
+simulator: warning(This example might not fully work on Simulator platform)