summaryrefslogtreecommitdiffstats
path: root/examples/tools/echoplugin/echoplugin.pro
diff options
context:
space:
mode:
Diffstat (limited to 'examples/tools/echoplugin/echoplugin.pro')
-rw-r--r--examples/tools/echoplugin/echoplugin.pro11
1 files changed, 11 insertions, 0 deletions
diff --git a/examples/tools/echoplugin/echoplugin.pro b/examples/tools/echoplugin/echoplugin.pro
new file mode 100644
index 0000000..998f25c
--- /dev/null
+++ b/examples/tools/echoplugin/echoplugin.pro
@@ -0,0 +1,11 @@
+#! [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