From 85f9fee8fe9a68b9b69daffc3da7e4b54112012b Mon Sep 17 00:00:00 2001 From: Lincoln Ramsay Date: Tue, 23 Aug 2011 11:19:57 +1000 Subject: Add an example that uses qtmsensors Change-Id: I6bf4ad88aeafacc49b9718c91a3dd6f177d41208 Reviewed-on: http://codereview.qt.nokia.com/3350 Reviewed-by: Qt Sanity Bot Reviewed-by: Zsolt Simon --- qtsensors.pro | 8 ++++++++ 1 file changed, 8 insertions(+) (limited to 'qtsensors.pro') 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 +} + -- cgit v1.2.3