summaryrefslogtreecommitdiff
path: root/tests
diff options
context:
space:
mode:
authorStephen Kelly <stephen.kelly@kdab.com>2013-04-08 19:47:24 +0200
committerThe Qt Project <gerrit-noreply@qt-project.org>2013-04-08 19:53:37 +0200
commit9799ca408839612de9f5dd79fbaa8ef405d26a27 (patch)
treed4207e55f744a991da4d26b15ff6fdaeea5c2712 /tests
parentc10701b8fb3b20998f719da2c536e9a09bea0f00 (diff)
downloadqtscript-9799ca408839612de9f5dd79fbaa8ef405d26a27.tar.gz
List QtScriptTools as a module under test.
So that the expected version for it is generated. Change-Id: If414029e6cb420b33e5f36baf31ec5ef37c5c491 Reviewed-by: Sergio Ahumada <sergio.ahumada@digia.com>
Diffstat (limited to 'tests')
-rw-r--r--tests/auto/cmake/cmake.pro1
1 files changed, 1 insertions, 0 deletions
diff --git a/tests/auto/cmake/cmake.pro b/tests/auto/cmake/cmake.pro
index 6a28b36..f8ad524 100644
--- a/tests/auto/cmake/cmake.pro
+++ b/tests/auto/cmake/cmake.pro
@@ -3,5 +3,6 @@
TEMPLATE = subdirs
CMAKE_QT_MODULES_UNDER_TEST = script
+qtHaveModule(widgets): CMAKE_QT_MODULES_UNDER_TEST += scripttools
CONFIG += ctest_testcase