Tests: Add widgets module to profile.
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>
This commit is contained in:
parent
cf9a304e6e
commit
e39f50154f
@ -1,4 +1,5 @@
|
|||||||
load(qttest_p4)
|
load(qttest_p4)
|
||||||
|
QT += widgets
|
||||||
HEADERS += oomsimulator.h 3rdparty/valgrind.h 3rdparty/memcheck.h
|
HEADERS += oomsimulator.h 3rdparty/valgrind.h 3rdparty/memcheck.h
|
||||||
SOURCES += tst_exceptionsafety_objects.cpp
|
SOURCES += tst_exceptionsafety_objects.cpp
|
||||||
|
|
||||||
|
@ -1,5 +1,5 @@
|
|||||||
load(qttest_p4)
|
load(qttest_p4)
|
||||||
QT += xml
|
QT += xml widgets
|
||||||
contains(QT_CONFIG, opengl)|contains(QT_CONFIG, opengles1)|contains(QT_CONFIG, opengles2):QT += opengl
|
contains(QT_CONFIG, opengl)|contains(QT_CONFIG, opengles1)|contains(QT_CONFIG, opengles2):QT += opengl
|
||||||
|
|
||||||
SOURCES += tst_lancelot.cpp \
|
SOURCES += tst_lancelot.cpp \
|
||||||
|
@ -7,7 +7,7 @@ INCLUDEPATH += .
|
|||||||
SOURCES += tst_macgui.cpp guitest.cpp
|
SOURCES += tst_macgui.cpp guitest.cpp
|
||||||
HEADERS += guitest.h
|
HEADERS += guitest.h
|
||||||
|
|
||||||
QT = core-private gui-private
|
QT = core-private gui-private widgets
|
||||||
|
|
||||||
requires(mac)
|
requires(mac)
|
||||||
|
|
||||||
|
@ -7,7 +7,7 @@ TEMPLATE = app
|
|||||||
DEPENDPATH += .
|
DEPENDPATH += .
|
||||||
INCLUDEPATH += .
|
INCLUDEPATH += .
|
||||||
LIBS += -framework Carbon
|
LIBS += -framework Carbon
|
||||||
|
QT += widgets
|
||||||
HEADERS += qnativeevents.h nativeeventlist.h expectedeventlist.h
|
HEADERS += qnativeevents.h nativeeventlist.h expectedeventlist.h
|
||||||
SOURCES += qnativeevents.cpp qnativeevents_mac.cpp
|
SOURCES += qnativeevents.cpp qnativeevents_mac.cpp
|
||||||
SOURCES += expectedeventlist.cpp nativeeventlist.cpp
|
SOURCES += expectedeventlist.cpp nativeeventlist.cpp
|
||||||
|
@ -1,5 +1,6 @@
|
|||||||
load(qttest_p4)
|
load(qttest_p4)
|
||||||
requires(contains(QT_CONFIG,accessibility))
|
requires(contains(QT_CONFIG,accessibility))
|
||||||
|
QT += widgets
|
||||||
SOURCES += tst_qaccessibility.cpp
|
SOURCES += tst_qaccessibility.cpp
|
||||||
|
|
||||||
unix:!mac:LIBS+=-lm
|
unix:!mac:LIBS+=-lm
|
||||||
|
@ -18,6 +18,6 @@ exists($$(QTDIR)/tools/designer/src/lib/uilib/uilib.pri) {
|
|||||||
} else {
|
} else {
|
||||||
CONFIG += uitools
|
CONFIG += uitools
|
||||||
}
|
}
|
||||||
QT += xml
|
QT += xml widgets
|
||||||
LIBS += -framework ApplicationServices -framework Carbon
|
LIBS += -framework ApplicationServices -framework Carbon
|
||||||
|
|
||||||
|
@ -1,5 +1,5 @@
|
|||||||
load(qttest_p4)
|
load(qttest_p4)
|
||||||
|
QT += widgets
|
||||||
SOURCES += ../tst_qdirectpainter.cpp
|
SOURCES += ../tst_qdirectpainter.cpp
|
||||||
TARGET = ../tst_qdirectpainter
|
TARGET = ../tst_qdirectpainter
|
||||||
|
|
||||||
|
@ -4,7 +4,7 @@
|
|||||||
|
|
||||||
load(qttest_p4)
|
load(qttest_p4)
|
||||||
requires(contains(QT_CONFIG,opengl))
|
requires(contains(QT_CONFIG,opengl))
|
||||||
QT += opengl
|
QT += opengl widgets
|
||||||
|
|
||||||
win32:!wince*: DEFINES += QT_NO_EGL
|
win32:!wince*: DEFINES += QT_NO_EGL
|
||||||
|
|
||||||
|
@ -1,6 +1,6 @@
|
|||||||
load(qttest_p4)
|
load(qttest_p4)
|
||||||
requires(contains(QT_CONFIG,opengl))
|
requires(contains(QT_CONFIG,opengl))
|
||||||
QT += opengl
|
QT += opengl widgets
|
||||||
|
|
||||||
win32:!wince*: DEFINES += QT_NO_EGL
|
win32:!wince*: DEFINES += QT_NO_EGL
|
||||||
|
|
||||||
|
@ -3,6 +3,7 @@
|
|||||||
############################################################
|
############################################################
|
||||||
|
|
||||||
load(qttest_p4)
|
load(qttest_p4)
|
||||||
|
QT += widgets
|
||||||
SOURCES += tst_qgraphicslayout.cpp
|
SOURCES += tst_qgraphicslayout.cpp
|
||||||
DEFINES += QT_USE_USING_NAMESPACE
|
DEFINES += QT_USE_USING_NAMESPACE
|
||||||
CONFIG += parallel_test
|
CONFIG += parallel_test
|
||||||
|
@ -1,4 +1,5 @@
|
|||||||
load(qttest_p4)
|
load(qttest_p4)
|
||||||
|
QT += widgets
|
||||||
SOURCES += tst_qitemeditorfactory.cpp
|
SOURCES += tst_qitemeditorfactory.cpp
|
||||||
|
|
||||||
|
|
||||||
|
@ -1,4 +1,5 @@
|
|||||||
load(qttest_p4)
|
load(qttest_p4)
|
||||||
|
QT += widgets
|
||||||
SOURCES += tst_qitemselectionmodel.cpp
|
SOURCES += tst_qitemselectionmodel.cpp
|
||||||
|
|
||||||
|
|
||||||
|
@ -1,4 +1,5 @@
|
|||||||
load(qttest_p4)
|
load(qttest_p4)
|
||||||
|
QT += widgets
|
||||||
SOURCES += tst_qitemview.cpp
|
SOURCES += tst_qitemview.cpp
|
||||||
|
|
||||||
|
|
||||||
|
@ -1,6 +1,6 @@
|
|||||||
load(qttest_p4)
|
load(qttest_p4)
|
||||||
|
|
||||||
QT += gui-private
|
QT += gui-private widgets
|
||||||
|
|
||||||
INCLUDEPATH += .
|
INCLUDEPATH += .
|
||||||
SOURCES += tst_qmdiarea.cpp
|
SOURCES += tst_qmdiarea.cpp
|
||||||
|
@ -1,4 +1,5 @@
|
|||||||
load(qttest_p4)
|
load(qttest_p4)
|
||||||
|
QT += widgets
|
||||||
SOURCES += tst_qmultiscreen.cpp
|
SOURCES += tst_qmultiscreen.cpp
|
||||||
|
|
||||||
requires(embedded)
|
requires(embedded)
|
||||||
|
@ -1,6 +1,6 @@
|
|||||||
load(qttest_p4)
|
load(qttest_p4)
|
||||||
SOURCES += tst_qnetworkaccessmanager_and_qprogressdialog.cpp
|
SOURCES += tst_qnetworkaccessmanager_and_qprogressdialog.cpp
|
||||||
QT += network
|
QT += network widgets
|
||||||
|
|
||||||
symbian: TARGET.CAPABILITY = NetworkServices
|
symbian: TARGET.CAPABILITY = NetworkServices
|
||||||
|
|
||||||
|
@ -1,5 +1,6 @@
|
|||||||
load(qttest_p4)
|
load(qttest_p4)
|
||||||
|
|
||||||
|
QT += widgets
|
||||||
SOURCES += tst_qscroller.cpp
|
SOURCES += tst_qscroller.cpp
|
||||||
|
|
||||||
CONFIG += insignificant_test
|
CONFIG += insignificant_test
|
||||||
|
@ -1,4 +1,5 @@
|
|||||||
load(qttest_p4)
|
load(qttest_p4)
|
||||||
|
QT += widgets
|
||||||
SOURCES += tst_qsoftkeymanager.cpp
|
SOURCES += tst_qsoftkeymanager.cpp
|
||||||
|
|
||||||
requires(symbian)
|
requires(symbian)
|
||||||
|
@ -1,5 +1,5 @@
|
|||||||
load(qttest_p4)
|
load(qttest_p4)
|
||||||
QT += widgets
|
QT += widgets
|
||||||
QT += core core-private gui
|
QT += core core-private gui widgets
|
||||||
SOURCES += tst_qstatemachine.cpp
|
SOURCES += tst_qstatemachine.cpp
|
||||||
|
|
||||||
|
@ -1,3 +1,3 @@
|
|||||||
SOURCES=tst_qtouchevent.cpp
|
SOURCES=tst_qtouchevent.cpp
|
||||||
TARGET=tst_qtouchevent
|
TARGET=tst_qtouchevent
|
||||||
QT+=testlib
|
QT += testlib widgets
|
||||||
|
@ -1,2 +1,3 @@
|
|||||||
load(qttest_p4)
|
load(qttest_p4)
|
||||||
|
QT += widgets
|
||||||
SOURCES += tst_qwsembedwidget.cpp
|
SOURCES += tst_qwsembedwidget.cpp
|
||||||
|
@ -13,7 +13,7 @@ win32 {
|
|||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
QT += xml svg network
|
QT += widgets network
|
||||||
|
|
||||||
wince*|symbian: {
|
wince*|symbian: {
|
||||||
configuration.files = ../*.ini
|
configuration.files = ../*.ini
|
||||||
|
Loading…
x
Reference in New Issue
Block a user