summaryrefslogtreecommitdiffstats
path: root/tests/auto/auto.pro
diff options
context:
space:
mode:
authorFabian Bumberger <fbumberger@rim.com>2013-06-12 17:05:35 +0200
committerThe Qt Project <gerrit-noreply@qt-project.org>2013-07-31 12:15:41 +0200
commit78e7783a237b8cfc3491aaad04bda5fe9568106e (patch)
tree65a3083063e1366993a2d9e776be99dd91246d01 /tests/auto/auto.pro
parentd517d39d5491bc95b1dddc3ff5cb880bd3bd0058 (diff)
Bugfixes and cleanups for the picking code
- Removed the pickRegistry and related code, because it is not needed - Fixed picking when navigation is turned off - Introduced a new autotest for picking Change-Id: Ib43789383760902f42542b45cfe49342f4ffa090 Reviewed-by: Sergio Ahumada <sergio.ahumada@digia.com>
Diffstat (limited to 'tests/auto/auto.pro')
-rw-r--r--tests/auto/auto.pro4
1 files changed, 3 insertions, 1 deletions
diff --git a/tests/auto/auto.pro b/tests/auto/auto.pro
index 3aac8a00f..46114c1c1 100644
--- a/tests/auto/auto.pro
+++ b/tests/auto/auto.pro
@@ -5,5 +5,7 @@ SUBDIRS = threed \
qtHaveModule(qml): SUBDIRS += imports
qtHaveModule(qmltest) {
SUBDIRS += qml3d
- !win32 : SUBDIRS += qml3d_visual
+
+ !win32 : SUBDIRS += qml3d_visual \
+ qml3d_cpp
}