2012-04-12 10:56:20 +00:00
|
|
|
TEMPLATE=subdirs
|
|
|
|
|
|
|
|
SUBDIRS = bearerex \
|
2012-12-21 10:28:29 +00:00
|
|
|
filetest \
|
2012-04-12 10:56:20 +00:00
|
|
|
gestures \
|
|
|
|
inputmethodhints \
|
|
|
|
keypadnavigation \
|
|
|
|
lance \
|
|
|
|
network_remote_stresstest \
|
|
|
|
network_stresstest \
|
|
|
|
qcursor \
|
2013-07-09 18:39:13 +00:00
|
|
|
qdesktopservices \
|
2012-04-12 10:56:20 +00:00
|
|
|
qdesktopwidget \
|
2012-08-14 06:52:08 +00:00
|
|
|
qgraphicsitem \
|
2012-04-12 10:56:20 +00:00
|
|
|
qgraphicsitemgroup \
|
|
|
|
qgraphicslayout/flicker \
|
|
|
|
qhttpnetworkconnection \
|
|
|
|
qimagereader \
|
2012-08-07 12:10:47 +00:00
|
|
|
qlayout \
|
2012-04-12 10:56:20 +00:00
|
|
|
qlocale \
|
|
|
|
qnetworkaccessmanager/qget \
|
|
|
|
qnetworkconfigurationmanager \
|
|
|
|
qnetworkreply \
|
2013-03-13 11:00:40 +00:00
|
|
|
qpainfo \
|
2012-09-05 12:22:31 +00:00
|
|
|
qscreen \
|
2012-04-12 10:56:20 +00:00
|
|
|
qssloptions \
|
|
|
|
qtabletevent \
|
2013-05-03 11:06:03 +00:00
|
|
|
qtexteditlist \
|
2012-04-12 10:56:20 +00:00
|
|
|
qtbug-8933 \
|
|
|
|
qtouchevent \
|
|
|
|
qwidget_zorder \
|
|
|
|
repaint \
|
|
|
|
socketengine \
|
|
|
|
textrendering \
|
2013-05-10 08:21:28 +00:00
|
|
|
widgets \
|
2012-04-12 10:56:20 +00:00
|
|
|
windowflags \
|
2012-04-19 09:04:54 +00:00
|
|
|
windowgeometry \
|
2012-09-05 14:50:46 +00:00
|
|
|
windowmodality \
|
2012-10-25 10:45:13 +00:00
|
|
|
widgetgrab \
|
2013-02-27 08:48:11 +00:00
|
|
|
xembed-raster \
|
|
|
|
xembed-widgets \
|
2013-05-24 12:09:01 +00:00
|
|
|
dialogs \
|
2013-07-16 14:02:37 +00:00
|
|
|
windowtransparency \
|
|
|
|
unc
|
2012-04-12 10:56:20 +00:00
|
|
|
|
|
|
|
!contains(QT_CONFIG, openssl):!contains(QT_CONFIG, openssl-linked):SUBDIRS -= qssloptions
|
2012-09-10 09:08:37 +00:00
|
|
|
|
2013-03-12 13:38:21 +00:00
|
|
|
win32 {
|
|
|
|
SUBDIRS -= network_remote_stresstest network_stresstest
|
|
|
|
# disable some tests on wince because of missing dependencies
|
|
|
|
wince*:SUBDIRS -= lance windowmodality
|
|
|
|
}
|
2013-03-21 14:19:40 +00:00
|
|
|
|
|
|
|
lessThan(QT_MAJOR_VERSION, 5): SUBDIRS -= bearerex lance qnetworkaccessmanager/qget qnetworkreply \
|
2013-05-24 12:09:01 +00:00
|
|
|
qpainfo qscreen socketengine xembed-raster xembed-widgets windowtransparency
|