summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorKalle Lehtonen <kalle.ju.lehtonen@nokia.com>2011-11-24 18:38:43 +1000
committerQt by Nokia <qt-info@nokia.com>2011-11-25 02:26:00 +0100
commit7097c4e7f47804a5a219d7a90fe0861bc9f62f4a (patch)
treef0b89c85217e2ec331b524e7b389c8099271bfee
parent7865d061422e723e426c36f704416e80af50c2d6 (diff)
Create .pro file to run the examples collection script
This will give better support support for common qmake & make based build systems. Change-Id: Id465e5e040d06edf4b70fb267acdfb27550e67e1 Reviewed-by: Patrick Burke <patrick.burke@nokia.com>
-rw-r--r--devices/symbian/examples/examples.pro2
1 files changed, 2 insertions, 0 deletions
diff --git a/devices/symbian/examples/examples.pro b/devices/symbian/examples/examples.pro
new file mode 100644
index 00000000..846e49c3
--- /dev/null
+++ b/devices/symbian/examples/examples.pro
@@ -0,0 +1,2 @@
+TEMPLATE=subdirs
+symbian: system(perl generate_examples_pkg.pl) \ No newline at end of file