summaryrefslogtreecommitdiffstats
path: root/tests
diff options
context:
space:
mode:
authorStephen Kelly <stephen.kelly@kdab.com>2013-02-26 14:10:07 +0100
committerThe Qt Project <gerrit-noreply@qt-project.org>2013-02-26 14:21:39 +0100
commite68398b588360d24ef556ef184893f9302222910 (patch)
tree8bc7908469615c89d78282d1d248b9853d94ea61 /tests
parentdf6e38d1d4190ff45da9ea87bee7f0592550abc0 (diff)
Use qmake for package dependency resolution in cmake tests.
This allows us to remove hardcoded depends information. Change-Id: I15f6bf0b000ab6a7fc742b19e2132295f5583b69 Reviewed-by: Sean Harmer <sean.harmer@kdab.com>
Diffstat (limited to 'tests')
-rw-r--r--tests/auto/cmake/cmake.pro2
1 files changed, 2 insertions, 0 deletions
diff --git a/tests/auto/cmake/cmake.pro b/tests/auto/cmake/cmake.pro
index bf2dbcb77..6f1c7d510 100644
--- a/tests/auto/cmake/cmake.pro
+++ b/tests/auto/cmake/cmake.pro
@@ -2,4 +2,6 @@
# Cause make to do nothing.
TEMPLATE = subdirs
+CMAKE_QT_MODULES_UNDER_TEST = 3d
+
CONFIG += ctest_testcase