summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorAndrew den Exter <andrew.den-exter@nokia.com>2012-02-02 16:01:45 +1000
committerAndrew den Exter <andrew.den-exter@nokia.com>2012-02-02 07:19:12 +0100
commit27de55b498f995241cb5fa59673d86b6a565d461 (patch)
treeed890f43040c5603b39149a7d43c942038703596
parentc88dbd8f6d247352dc13b78576950dc888dd2d97 (diff)
Fix assert in moduleqt47 test.
Add widgets to the config so the test is initialized with QApplication instead of QGuiApplication. Change-Id: I32ca84fce98f5d97fcd50f055ce62e7a305a8311 Reviewed-by: Matthew Vogt <matthew.vogt@nokia.com>
-rw-r--r--tests/auto/declarative/moduleqt47/moduleqt47.pro2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/auto/declarative/moduleqt47/moduleqt47.pro b/tests/auto/declarative/moduleqt47/moduleqt47.pro
index a475cf64..5944007c 100644
--- a/tests/auto/declarative/moduleqt47/moduleqt47.pro
+++ b/tests/auto/declarative/moduleqt47/moduleqt47.pro
@@ -2,7 +2,7 @@ CONFIG += testcase
TARGET = tst_moduleqt47
QT += testlib
-contains(QT_CONFIG,quick1): QT += quick1 gui
+contains(QT_CONFIG,quick1): QT += quick1 gui widgets
macx:CONFIG -= app_bundle
SOURCES += tst_moduleqt47.cpp