summaryrefslogtreecommitdiffstats
path: root/tests/auto/corelib/animation/qpauseanimation
diff options
context:
space:
mode:
authorOswald Buddenhagen <oswald.buddenhagen@digia.com>2013-10-08 12:14:20 +0200
committerThe Qt Project <gerrit-noreply@qt-project.org>2013-10-16 17:10:15 +0200
commitf14e2686949bf969c2b0da76816b71a7167089f9 (patch)
tree3a62eaa9e5bbb58442ba4d5d91af621a9e8ee0bf /tests/auto/corelib/animation/qpauseanimation
parent677825f0bad9ee8fb48edf3d4b18799d298767c5 (diff)
don't erroneously claim that gui support is needed
Change-Id: Ia7b1f02cab9fa0fc9e487ca49d75e85ed0cfee9d Reviewed-by: Thiago Macieira <thiago.macieira@intel.com>
Diffstat (limited to 'tests/auto/corelib/animation/qpauseanimation')
-rw-r--r--tests/auto/corelib/animation/qpauseanimation/qpauseanimation.pro2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/auto/corelib/animation/qpauseanimation/qpauseanimation.pro b/tests/auto/corelib/animation/qpauseanimation/qpauseanimation.pro
index 812c98f8f0..4c2dd02951 100644
--- a/tests/auto/corelib/animation/qpauseanimation/qpauseanimation.pro
+++ b/tests/auto/corelib/animation/qpauseanimation/qpauseanimation.pro
@@ -1,6 +1,6 @@
CONFIG += testcase
CONFIG += parallel_test
TARGET = tst_qpauseanimation
-QT = core-private gui-private testlib
+QT = core-private testlib
SOURCES = tst_qpauseanimation.cpp
DEFINES += QT_DISABLE_DEPRECATED_BEFORE=0