Tests: Add widgets module to profile.
authorFriedemann Kleint <Friedemann.Kleint@nokia.com>
Mon, 29 Aug 2011 13:33:59 +0000 (15:33 +0200)
committerFriedemann Kleint <Friedemann.Kleint@nokia.com>
Mon, 29 Aug 2011 13:35:18 +0000 (15:35 +0200)
Ensure the right test macro is run.

Change-Id: I84d58038f25b000c05fd52e8bda92e4484d53a6e
Reviewed-on: http://codereview.qt.nokia.com/3805
Reviewed-by: Friedemann Kleint <Friedemann.Kleint@nokia.com>
22 files changed:
tests/auto/exceptionsafety_objects/exceptionsafety_objects.pro
tests/auto/lancelot/lancelot.pro
tests/auto/macgui/macgui.pro
tests/auto/macnativeevents/macnativeevents.pro
tests/auto/qaccessibility/qaccessibility.pro
tests/auto/qaccessibility_mac/qaccessibility_mac.pro
tests/auto/qdirectpainter/test/test.pro
tests/auto/qglbuffer/qglbuffer.pro
tests/auto/qglfunctions/qglfunctions.pro
tests/auto/qgraphicslayout/qgraphicslayout.pro
tests/auto/qitemeditorfactory/qitemeditorfactory.pro
tests/auto/qitemselectionmodel/qitemselectionmodel.pro
tests/auto/qitemview/qitemview.pro
tests/auto/qmdiarea/qmdiarea.pro
tests/auto/qmultiscreen/qmultiscreen.pro
tests/auto/qnetworkaccessmanager_and_qprogressdialog/qnetworkaccessmanager_and_qprogressdialog.pro
tests/auto/qscroller/qscroller.pro
tests/auto/qsoftkeymanager/qsoftkeymanager.pro
tests/auto/qstatemachine/qstatemachine.pro
tests/auto/qtouchevent/qtouchevent.pro
tests/auto/qwsembedwidget/qwsembedwidget.pro
tests/auto/uiloader/uiloader/uiloader.pro

index 3f773c7..d09c349 100644 (file)
@@ -1,4 +1,5 @@
 load(qttest_p4)
+QT += widgets
 HEADERS += oomsimulator.h 3rdparty/valgrind.h 3rdparty/memcheck.h
 SOURCES += tst_exceptionsafety_objects.cpp
 
index 67fff1b..0b3901f 100644 (file)
@@ -1,5 +1,5 @@
 load(qttest_p4)
-QT += xml
+QT += xml widgets
 contains(QT_CONFIG, opengl)|contains(QT_CONFIG, opengles1)|contains(QT_CONFIG, opengles2):QT += opengl
 
 SOURCES += tst_lancelot.cpp \
index 8a57a8c..3fbe74f 100644 (file)
@@ -7,7 +7,7 @@ INCLUDEPATH += .
 SOURCES += tst_macgui.cpp guitest.cpp
 HEADERS += guitest.h
 
-QT = core-private gui-private
+QT = core-private gui-private widgets
 
 requires(mac)
 
index af34942..0a0f6c8 100644 (file)
@@ -7,7 +7,7 @@ TEMPLATE = app
 DEPENDPATH += .
 INCLUDEPATH += .
 LIBS += -framework Carbon
-
+QT += widgets
 HEADERS += qnativeevents.h nativeeventlist.h expectedeventlist.h
 SOURCES += qnativeevents.cpp qnativeevents_mac.cpp 
 SOURCES += expectedeventlist.cpp nativeeventlist.cpp
index 75fd1e9..ae046cc 100644 (file)
@@ -1,5 +1,6 @@
 load(qttest_p4)
 requires(contains(QT_CONFIG,accessibility))
+QT += widgets
 SOURCES  += tst_qaccessibility.cpp
 
 unix:!mac:LIBS+=-lm
index 47f72d1..21b6225 100644 (file)
@@ -18,6 +18,6 @@ exists($$(QTDIR)/tools/designer/src/lib/uilib/uilib.pri) {
 } else {
     CONFIG += uitools
 }
-QT += xml
+QT += xml widgets
 LIBS += -framework ApplicationServices -framework Carbon
 
index 6d820b1..3621e11 100644 (file)
@@ -1,5 +1,5 @@
 load(qttest_p4)
-
+QT += widgets
 SOURCES += ../tst_qdirectpainter.cpp
 TARGET = ../tst_qdirectpainter
 
index 5627d2d..48bd966 100644 (file)
@@ -4,7 +4,7 @@
 
 load(qttest_p4)
 requires(contains(QT_CONFIG,opengl))
-QT += opengl
+QT += opengl widgets
 
 win32:!wince*: DEFINES += QT_NO_EGL
 
index aa81547..9fe8de2 100644 (file)
@@ -1,6 +1,6 @@
 load(qttest_p4)
 requires(contains(QT_CONFIG,opengl))
-QT += opengl
+QT += opengl widgets
 
 win32:!wince*: DEFINES += QT_NO_EGL
 
index eafd213..ea176c9 100644 (file)
@@ -3,6 +3,7 @@
 ############################################################
 
 load(qttest_p4)
+QT += widgets
 SOURCES += tst_qgraphicslayout.cpp
 DEFINES += QT_USE_USING_NAMESPACE
 CONFIG += parallel_test
index de2c328..dbdd461 100644 (file)
@@ -1,4 +1,5 @@
 load(qttest_p4)
+QT += widgets
 SOURCES += tst_qitemview.cpp
 
 
index e16c679..6a12152 100644 (file)
@@ -1,6 +1,6 @@
 load(qttest_p4)
 
-QT += gui-private
+QT += gui-private widgets
 
 INCLUDEPATH += .
 SOURCES += tst_qmdiarea.cpp
index 30666d7..c4a983c 100644 (file)
@@ -1,4 +1,5 @@
 load(qttest_p4)
+QT += widgets
 SOURCES += tst_qmultiscreen.cpp
 
 requires(embedded)
index 1c990dc..6daf0b3 100644 (file)
@@ -1,5 +1,6 @@
 load(qttest_p4)
 
+QT += widgets
 SOURCES += tst_qscroller.cpp
 
 CONFIG += insignificant_test
index 61ed4dc..7032964 100644 (file)
@@ -1,4 +1,5 @@
 load(qttest_p4)
+QT += widgets
 SOURCES += tst_qsoftkeymanager.cpp
 
 requires(symbian)
index c038199..9d057eb 100644 (file)
@@ -1,5 +1,5 @@
 load(qttest_p4)
 QT += widgets
-QT += core core-private gui
+QT += core core-private gui widgets
 SOURCES  += tst_qstatemachine.cpp
 
index 8f6aa87..55f99b6 100644 (file)
@@ -1,3 +1,3 @@
 SOURCES=tst_qtouchevent.cpp
 TARGET=tst_qtouchevent
-QT+=testlib
+QT += testlib widgets
index b959d43..1262470 100644 (file)
@@ -13,7 +13,7 @@ win32 {
   }
 }
 
-QT += xml svg network
+QT += widgets network
 
 wince*|symbian: {
    configuration.files = ../*.ini