summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorKent Hansen <kent.hansen@nokia.com>2012-06-05 13:04:28 +0200
committerQt by Nokia <qt-info@nokia.com>2012-06-07 00:39:05 +0200
commit58db6e882290c3bb4102e0c2e47e653af55ca1ca (patch)
treee0a01b8785eda13debf2b5ec9d3097cc013d2726
parent1b444d57485d841e5bef6d86fbc56619021cc2a9 (diff)
Make animation autotests build without widgets
Change-Id: Icb0560a26973921611f697240fbce121fff518e9 Reviewed-by: Lars Knoll <lars.knoll@nokia.com>
-rw-r--r--tests/auto/corelib/animation/animation.pro3
1 files changed, 3 insertions, 0 deletions
diff --git a/tests/auto/corelib/animation/animation.pro b/tests/auto/corelib/animation/animation.pro
index 0d852acc60..563b7184bf 100644
--- a/tests/auto/corelib/animation/animation.pro
+++ b/tests/auto/corelib/animation/animation.pro
@@ -7,3 +7,6 @@ SUBDIRS=\
qpropertyanimation \
qsequentialanimationgroup \
qvariantanimation
+
+contains(QT_CONFIG, no-widgets): SUBDIRS -= \
+ qpropertyanimation