From f241b08b6e2078e0ff25419f554ea03279a69021 Mon Sep 17 00:00:00 2001 From: Oswald Buddenhagen Date: Fri, 25 Jan 2013 09:33:53 +0100 Subject: remove pointless conditionals it's not entirely clear why anything inside the declarative module would have a conditional on the presence of the declarative module ... Change-Id: Ie6e22840b6d1d63da90c7d02aedb14fd870191af Reviewed-by: Joerg Bornemann --- tests/auto/declarative/qdeclarativeflickable/qdeclarativeflickable.pro | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'tests/auto/declarative/qdeclarativeflickable') diff --git a/tests/auto/declarative/qdeclarativeflickable/qdeclarativeflickable.pro b/tests/auto/declarative/qdeclarativeflickable/qdeclarativeflickable.pro index bc613081..03489621 100644 --- a/tests/auto/declarative/qdeclarativeflickable/qdeclarativeflickable.pro +++ b/tests/auto/declarative/qdeclarativeflickable/qdeclarativeflickable.pro @@ -1,8 +1,7 @@ CONFIG += testcase TARGET = tst_qdeclarativeflickable -QT += testlib -contains(QT_CONFIG,declarative): QT += declarative declarative-private gui widgets script-private core-private +QT += testlib declarative declarative-private gui widgets script-private core-private macx:CONFIG -= app_bundle SOURCES += tst_qdeclarativeflickable.cpp -- cgit v1.2.3