summaryrefslogtreecommitdiffstats
path: root/examples/linguist/linguist.pro
diff options
context:
space:
mode:
Diffstat (limited to 'examples/linguist/linguist.pro')
-rw-r--r--examples/linguist/linguist.pro11
1 files changed, 11 insertions, 0 deletions
diff --git a/examples/linguist/linguist.pro b/examples/linguist/linguist.pro
new file mode 100644
index 0000000000..69b6c83def
--- /dev/null
+++ b/examples/linguist/linguist.pro
@@ -0,0 +1,11 @@
+TEMPLATE = subdirs
+SUBDIRS = arrowpad \
+ hellotr \
+ trollprint
+
+# install
+sources.files = README *.pro
+sources.path = $$[QT_INSTALL_EXAMPLES]/qtbase/linguist
+INSTALLS += sources
+
+symbian: include($$QT_SOURCE_TREE/examples/symbianpkgrules.pri)