summaryrefslogtreecommitdiffstats
path: root/qtsensors.pro
diff options
context:
space:
mode:
authorLincoln Ramsay <lincoln.ramsay@nokia.com>2011-08-23 11:19:57 +1000
committerQt by Nokia <qt-info@nokia.com>2011-08-25 07:59:15 +0200
commit85f9fee8fe9a68b9b69daffc3da7e4b54112012b (patch)
tree435cc55ae025fb599e4f054f4774586e6df150dc /qtsensors.pro
parentfd6f05aa763538309c4d26223f2111be8ec0f82d (diff)
Add an example that uses qtmsensors
Change-Id: I6bf4ad88aeafacc49b9718c91a3dd6f177d41208 Reviewed-on: http://codereview.qt.nokia.com/3350 Reviewed-by: Qt Sanity Bot <qt_sanity_bot@ovi.com> Reviewed-by: Zsolt Simon <zsolt.simon@nokia.com>
Diffstat (limited to 'qtsensors.pro')
-rw-r--r--qtsensors.pro8
1 files changed, 8 insertions, 0 deletions
diff --git a/qtsensors.pro b/qtsensors.pro
index 96d2e940..1ef95372 100644
--- a/qtsensors.pro
+++ b/qtsensors.pro
@@ -12,3 +12,11 @@ module_qtsensors_tests.depends = module_qtsensors_src
module_qtsensors_tests.CONFIG = no_default_target no_default_install
}
+SUBDIRS += module_qtsensors_examples
+module_qtsensors_examples.subdir = examples
+module_qtsensors_examples.target = module-qtsensors-examples
+module_qtsensors_examples.depends = module_qtsensors_src
+!contains(QT_BUILD_PARTS,examples) {
+ module_qtsensors_examples.CONFIG = no_default_target no_default_install
+}
+