37842c2fdb
Replace <QtWidgets> includes by class includes, remove tests that do not compile. Change-Id: I52837e8c567dc8ac365c7d43c37beb9a368f6f72 Reviewed-by: Joerg Bornemann <joerg.bornemann@digia.com>
52 lines
1.1 KiB
Prolog
52 lines
1.1 KiB
Prolog
TEMPLATE=subdirs
|
|
|
|
SUBDIRS = bearerex \
|
|
filetest \
|
|
gestures \
|
|
inputmethodhints \
|
|
keypadnavigation \
|
|
lance \
|
|
network_remote_stresstest \
|
|
network_stresstest \
|
|
qcursor \
|
|
qdesktopwidget \
|
|
qgraphicsitem \
|
|
qgraphicsitemgroup \
|
|
qgraphicslayout/flicker \
|
|
qhttpnetworkconnection \
|
|
qimagereader \
|
|
qlayout \
|
|
qlocale \
|
|
qnetworkaccessmanager/qget \
|
|
qnetworkconfigurationmanager \
|
|
qnetworkreply \
|
|
qpainfo \
|
|
qscreen \
|
|
qssloptions \
|
|
qtabletevent \
|
|
qtbug-8933 \
|
|
qtouchevent \
|
|
qwidget_zorder \
|
|
repaint \
|
|
socketengine \
|
|
textrendering \
|
|
widgets/itemviews/delegate \
|
|
windowflags \
|
|
windowgeometry \
|
|
windowmodality \
|
|
widgetgrab \
|
|
xembed-raster \
|
|
xembed-widgets \
|
|
dialogs
|
|
|
|
!contains(QT_CONFIG, openssl):!contains(QT_CONFIG, openssl-linked):SUBDIRS -= qssloptions
|
|
|
|
win32 {
|
|
SUBDIRS -= network_remote_stresstest network_stresstest
|
|
# disable some tests on wince because of missing dependencies
|
|
wince*:SUBDIRS -= lance windowmodality
|
|
}
|
|
|
|
lessThan(QT_MAJOR_VERSION, 5): SUBDIRS -= bearerex lance qnetworkaccessmanager/qget qnetworkreply \
|
|
qpainfo qscreen socketengine xembed-raster xembed-widgets
|