diff options
author | Peter Yard <peter.yard@nokia.com> | 2011-08-30 10:18:10 +1000 |
---|---|---|
committer | Qt by Nokia <qt-info@nokia.com> | 2011-08-30 05:11:01 +0200 |
commit | 6f390c5d4abd460e80c6c07cc0c885d53db865c1 (patch) | |
tree | 1aaaaeb7f8288660872a1e5dac580c48dd38344d /qtsensors.pro | |
parent | 19c8ffcb012f7a55f7207c8834cb03cf12772ed8 (diff) |
Diffstat (limited to 'qtsensors.pro')
-rw-r--r-- | qtsensors.pro | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/qtsensors.pro b/qtsensors.pro index 1ef95372..f7bf2a0f 100644 --- a/qtsensors.pro +++ b/qtsensors.pro @@ -20,3 +20,8 @@ module_qtsensors_examples.depends = module_qtsensors_src module_qtsensors_examples.CONFIG = no_default_target no_default_install } +SUBDIRS += module_qtsensors_snippets +module_qtsensors_snippets.subdir = doc/src/snippets +module_qtsensors_snippets.target = module-qtsensors-snippets +module_qtsensors_snippets.depends = module_qtsensors_src + |