summaryrefslogtreecommitdiff
path: root/qtlocation.pro
diff options
context:
space:
mode:
authorAlex <qt-info@nokia.com>2011-05-06 12:46:07 +1000
committerAlex <qt-info@nokia.com>2011-05-06 12:52:30 +1000
commitb9758f161020136437fd728698d69a0f3ed970a1 (patch)
treeb165eb3b25c73f1cc3f091744a0b8839c0bb00c1 /qtlocation.pro
parent5cd7fecf53ee6f4381417db3dd199fd3355685d2 (diff)
downloadqtlocation-b9758f161020136437fd728698d69a0f3ed970a1.tar.gz
add most qtlocation module setup files
Diffstat (limited to 'qtlocation.pro')
-rw-r--r--qtlocation.pro28
1 files changed, 28 insertions, 0 deletions
diff --git a/qtlocation.pro b/qtlocation.pro
new file mode 100644
index 00000000..cbdefdf6
--- /dev/null
+++ b/qtlocation.pro
@@ -0,0 +1,28 @@
+TEMPLATE = subdirs
+
+module_qtlocation_src.subdir = src
+module_qtlocation_src.target = module-qtlocation-src
+
+module_qtlocation_tools.subdir = tools
+module_qtlocation_tools.target = module-qtlocation-tools
+module_qtlocation_tools.depends = module_qtlocation_src
+
+module_qtlocation_demos.subdir = demos
+module_qtlocation_demos.target = module-qtlocation-demos
+module_qtlocation_demos.depends = module_qtlocation_src
+
+module_qtlocation_examples.subdir = examples/declarative
+module_qtlocation_examples.target = module-qtlocation-examples
+module_qtlocation_examples.depends = module_qtlocation_src
+
+module_qtlocation_tests.subdir = tests
+module_qtlocation_tests.target = module-qtlocation-tests
+module_qtlocation_tests.depends = module_qtlocation_src
+module_qtlocation_tests.CONFIG = no_default_target no_default_install
+
+
+SUBDIRS += module_qtlocation_src \
+# module_qtlocation_tools \
+# module_qtlocation_demos \
+# module_qtlocation_examples \
+# module_qtlocation_tests \