From 58db6e882290c3bb4102e0c2e47e653af55ca1ca Mon Sep 17 00:00:00 2001 From: Kent Hansen Date: Tue, 5 Jun 2012 13:04:28 +0200 Subject: Make animation autotests build without widgets Change-Id: Icb0560a26973921611f697240fbce121fff518e9 Reviewed-by: Lars Knoll --- tests/auto/corelib/animation/animation.pro | 3 +++ 1 file changed, 3 insertions(+) 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 -- cgit v1.2.3