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.pro13
1 files changed, 13 insertions, 0 deletions
diff --git a/examples/tools/echoplugin/echoplugin.pro b/examples/tools/echoplugin/echoplugin.pro
new file mode 100644
index 0000000000..80520b274d
--- /dev/null
+++ b/examples/tools/echoplugin/echoplugin.pro
@@ -0,0 +1,13 @@
+#! [0]
+TEMPLATE = subdirs
+SUBDIRS = echowindow \
+ plugin
+#! [0]
+
+# install
+target.path = $$[QT_INSTALL_EXAMPLES]/qtbase/tools/echoplugin
+sources.files = $$SOURCES $$HEADERS $$RESOURCES $$FORMS echoplugin.pro
+sources.path = $$[QT_INSTALL_EXAMPLES]/qtbase/tools/echoplugin
+INSTALLS += target sources
+
+symbian: include($$QT_SOURCE_TREE/examples/symbianpkgrules.pri)