Fix linking of autotests on Windows.
authorFriedemann Kleint <Friedemann.Kleint@nokia.com>
Tue, 29 Nov 2011 07:49:23 +0000 (08:49 +0100)
committerQt by Nokia <qt-info@nokia.com>
Tue, 29 Nov 2011 11:28:30 +0000 (12:28 +0100)
Partial revert of 94fc8750797ffd3ef867d0cdc7849492cfee2c23. All dependent
modules need to be specified in the QT variable, except core and gui, which
are there by default.

Change-Id: Ie8ffed56de03a37da191772fa321ed162e44a50d
Reviewed-by: Jason McDonald <jason.mcdonald@nokia.com>
tests/auto/corelib/io/qdatastream/qdatastream.pro
tests/auto/corelib/kernel/qabstractitemmodel/qabstractitemmodel.pro
tests/auto/corelib/kernel/qeventloop/qeventloop.pro
tests/auto/corelib/kernel/qitemmodel/qitemmodel.pro
tests/auto/corelib/kernel/qmimedata/qmimedata.pro
tests/auto/corelib/kernel/qpointer/qpointer.pro
tests/auto/corelib/kernel/qsignalmapper/qsignalmapper.pro
tests/auto/corelib/kernel/qtranslator/qtranslator.pro
tests/auto/corelib/kernel/qvariant/qvariant.pro

index 2214bdb..b8af1b4 100644 (file)
@@ -1,6 +1,6 @@
 CONFIG += testcase
 TARGET = tst_qdatastream
-QT = gui widgets testlib
+QT += widgets testlib
 SOURCES = tst_qdatastream.cpp
 
 wince* {
index ba4435f..e778fef 100644 (file)
@@ -1,6 +1,6 @@
 CONFIG += testcase
 TARGET = tst_qabstractitemmodel
-QT = widgets testlib
+QT += widgets testlib
 
 mtdir = ../../../integrationtests/modeltest
 INCLUDEPATH += $$PWD/$${mtdir}
index 0fee018..d21a7d6 100644 (file)
@@ -1,6 +1,6 @@
 CONFIG += testcase
 TARGET = tst_qeventloop
-QT = network testlib
+QT = core network testlib
 SOURCES = tst_qeventloop.cpp
 
 win32:!wince*:LIBS += -luser32
index 89e0129..9df1364 100644 (file)
@@ -1,6 +1,6 @@
 CONFIG += testcase
 TARGET = tst_qitemmodel
-QT = widgets sql testlib
+QT += widgets sql testlib
 SOURCES = tst_qitemmodel.cpp
 
 # NOTE: The deployment of the sqldrivers is disabled on purpose.
index 30b4e66..502ec78 100644 (file)
@@ -1,4 +1,4 @@
 CONFIG += testcase
 TARGET = tst_qmimedata
-QT = gui testlib
+QT += testlib
 SOURCES = tst_qmimedata.cpp
index db1a75c..c5d96b4 100644 (file)
@@ -1,4 +1,4 @@
 CONFIG += testcase
 TARGET = tst_qpointer
-QT = widgets testlib
+QT += widgets testlib
 SOURCES = tst_qpointer.cpp
index 5ec67cd..d7a2532 100644 (file)
@@ -1,4 +1,4 @@
 CONFIG += testcase
 TARGET = tst_qsignalmapper
-QT = widgets testlib
+QT += widgets testlib
 SOURCES = tst_qsignalmapper.cpp
index 603b128..f44be7d 100644 (file)
@@ -1,6 +1,6 @@
 CONFIG += testcase
 TARGET = tst_qtranslator
-QT = widgets testlib
+QT += widgets testlib
 SOURCES = tst_qtranslator.cpp
 RESOURCES += qtranslator.qrc
 
index bc0a4d4..93877a1 100644 (file)
@@ -1,6 +1,6 @@
 CONFIG += testcase
 TARGET = tst_qvariant
-QT = widgets network testlib
+QT += widgets network testlib
 SOURCES = tst_qvariant.cpp
 
 mac: CONFIG += insignificant_test # QTBUG-QTBUG-22747