e78e7d325b
Remove some subprojects that have missing dependencies or use API that is non-available on Windows CE. Change-Id: Iad7118b95a691a433c3f798d56a6a069e5e41917 Reviewed-by: Qt Doc Bot <qt_docbot@qt-project.org> Reviewed-by: Andreas Holzammer <andreas.holzammer@kdab.com> Reviewed-by: Friedemann Kleint <Friedemann.Kleint@nokia.com>
41 lines
813 B
Prolog
41 lines
813 B
Prolog
TEMPLATE=subdirs
|
|
|
|
SUBDIRS = bearerex \
|
|
gestures \
|
|
inputmethodhints \
|
|
keypadnavigation \
|
|
lance \
|
|
network_remote_stresstest \
|
|
network_stresstest \
|
|
qcursor \
|
|
qdesktopwidget \
|
|
qgraphicsitem \
|
|
qgraphicsitemgroup \
|
|
qgraphicslayout/flicker \
|
|
qhttpnetworkconnection \
|
|
qimagereader \
|
|
qlocale \
|
|
qnetworkaccessmanager/qget \
|
|
qnetworkconfigurationmanager \
|
|
qnetworkreply \
|
|
qssloptions \
|
|
qtabletevent \
|
|
qtbug-8933 \
|
|
qtouchevent \
|
|
qwidget_zorder \
|
|
repaint \
|
|
socketengine \
|
|
textrendering \
|
|
widgets/itemviews/delegate \
|
|
windowflags \
|
|
windowgeometry \
|
|
windowmodality \
|
|
widgetgrab
|
|
|
|
!contains(QT_CONFIG, openssl):!contains(QT_CONFIG, openssl-linked):SUBDIRS -= qssloptions
|
|
|
|
# disable some tests on wince because of missing dependencies
|
|
wince*:SUBDIRS -= \
|
|
lance windowmodality \
|
|
network_remote_stresstest network_stresstest
|