summaryrefslogtreecommitdiffstats
path: root/tests/manual/manual.pro
diff options
context:
space:
mode:
Diffstat (limited to 'tests/manual/manual.pro')
-rw-r--r--tests/manual/manual.pro12
1 files changed, 8 insertions, 4 deletions
diff --git a/tests/manual/manual.pro b/tests/manual/manual.pro
index 525f596d0e..1169ea6a27 100644
--- a/tests/manual/manual.pro
+++ b/tests/manual/manual.pro
@@ -20,6 +20,7 @@ qlocale \
qnetworkaccessmanager/qget \
qnetworkconfigurationmanager \
qnetworkreply \
+qpainfo \
qscreen \
qssloptions \
qtabletevent \
@@ -34,11 +35,14 @@ windowflags \
windowgeometry \
windowmodality \
widgetgrab \
+xembed-raster \
+xembed-widgets \
dialogs
!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
+win32 {
+ SUBDIRS -= network_remote_stresstest network_stresstest
+ # disable some tests on wince because of missing dependencies
+ wince*:SUBDIRS -= lance windowmodality
+}