summaryrefslogtreecommitdiffstats
path: root/examples/widgets/tools/echoplugin/echoplugin.pro
diff options
context:
space:
mode:
Diffstat (limited to 'examples/widgets/tools/echoplugin/echoplugin.pro')
-rw-r--r--examples/widgets/tools/echoplugin/echoplugin.pro13
1 files changed, 13 insertions, 0 deletions
diff --git a/examples/widgets/tools/echoplugin/echoplugin.pro b/examples/widgets/tools/echoplugin/echoplugin.pro
new file mode 100644
index 0000000000..ffd48fd25f
--- /dev/null
+++ b/examples/widgets/tools/echoplugin/echoplugin.pro
@@ -0,0 +1,13 @@
+#! [0]
+TEMPLATE = subdirs
+SUBDIRS = echowindow \
+ plugin
+#! [0]
+
+# install
+target.path = $$[QT_INSTALL_EXAMPLES]/tools/echoplugin
+sources.files = $$SOURCES $$HEADERS $$RESOURCES $$FORMS echoplugin.pro
+sources.path = $$[QT_INSTALL_EXAMPLES]/tools/echoplugin
+INSTALLS += target sources
+
+QT += widgets