summaryrefslogtreecommitdiffstats
path: root/qtquick1.pro
diff options
context:
space:
mode:
authorAndrew den Exter <andrew.den-exter@nokia.com>2012-02-06 13:36:51 +1000
committerAndrew den Exter <andrew.den-exter@nokia.com>2012-02-06 05:13:16 +0100
commit803bf48e1610e626411e70ba9a6d65db9b465e4b (patch)
tree5c38330517b38d791ffd7e888a93642b9a2a42e8 /qtquick1.pro
parentab653fc438a11d1961f5b006a67b03774cd2a268 (diff)
Add tests directory to the qtquick1 pro file.
Change-Id: I1c020e65675b88f1ae72e65f6af0e0c9dd4fcbd0 Reviewed-by: Matthew Vogt <matthew.vogt@nokia.com>
Diffstat (limited to 'qtquick1.pro')
-rw-r--r--qtquick1.pro7
1 files changed, 7 insertions, 0 deletions
diff --git a/qtquick1.pro b/qtquick1.pro
index 1d82d98d..7c284a5d 100644
--- a/qtquick1.pro
+++ b/qtquick1.pro
@@ -19,7 +19,14 @@ module_qtquick1_examples.depends = module_qtquick1_src
module_qtquick1_examples.CONFIG = no_default_target no_default_install
}
+module_qtquick1_tests.subdir = tests
+module_qtquick1_tests.target = module-qtquick1-tests
+module_qtquick1_tests.depends = module_qtquick1_src
+module_qtquick1_tests.CONFIG = no_default_install
+!contains(QT_BUILD_PARTS,tests): module_qtquick1_tests.CONFIG += no_default_target
+
SUBDIRS += module_qtquick1_src \
module_qtquick1_tools \
module_qtquick1_demos \
module_qtquick1_examples \
+ module_qtquick1_tests \