summaryrefslogtreecommitdiffstats
path: root/tests/auto/corelib/kernel/qvariant/qvariant.pro
diff options
context:
space:
mode:
authorStephen Kelly <stephen.kelly@kdab.com>2012-07-24 10:52:53 +0200
committerQt by Nokia <qt-info@nokia.com>2012-07-25 00:48:33 +0200
commitb3694d12959900270b3aea2af594df379f1db092 (patch)
tree9d11bdd02ca2a493a6ecc0d22d430ecb1b92b252 /tests/auto/corelib/kernel/qvariant/qvariant.pro
parentf9db44ad15aefa65c40a763c31dbf1313c59d455 (diff)
Split the QGuiVariant test from the Core one.
This makes development on the meta type system easier because only QtCore must be re-built to run most of the tests. The existing QGuiVariant test needs to be run before pushing anyway, but not so frequently. Change-Id: I1fa66edbd790c957e1a232226847dd550227a477 Reviewed-by: Olivier Goffart <ogoffart@woboq.com> Reviewed-by: Jędrzej Nowacki <jedrzej.nowacki@nokia.com>
Diffstat (limited to 'tests/auto/corelib/kernel/qvariant/qvariant.pro')
-rw-r--r--tests/auto/corelib/kernel/qvariant/qvariant.pro2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/auto/corelib/kernel/qvariant/qvariant.pro b/tests/auto/corelib/kernel/qvariant/qvariant.pro
index 55dd5b43aa..053aeeec9f 100644
--- a/tests/auto/corelib/kernel/qvariant/qvariant.pro
+++ b/tests/auto/corelib/kernel/qvariant/qvariant.pro
@@ -1,7 +1,7 @@
CONFIG += testcase
CONFIG += parallel_test
TARGET = tst_qvariant
-QT += gui testlib
+QT = core testlib
INCLUDEPATH += $$PWD/../../../other/qvariant_common
SOURCES = tst_qvariant.cpp
RESOURCES += qvariant.qrc