summaryrefslogtreecommitdiffstats
path: root/tests/manual/manual.pro
diff options
context:
space:
mode:
authorFriedemann Kleint <Friedemann.Kleint@digia.com>2013-03-12 14:38:21 +0100
committerThe Qt Project <gerrit-noreply@qt-project.org>2013-03-13 06:23:27 +0100
commit74494ea29ebc6e152348ed6a6c1e2c9399ddb204 (patch)
treea2e32e5c4202758a5f6b3fbbd985666735f47372 /tests/manual/manual.pro
parent3372b0faa74114184afbfde20a3bc27049df2c94 (diff)
Fix building of the manual tests.
Adapt to API-changes, exclude network/SSL-tests for Windows. Change-Id: I80d5ef1bd81e149a2f04fa7644376a8a88b1f7b9 Reviewed-by: Frederik Gladhorn <frederik.gladhorn@digia.com>
Diffstat (limited to 'tests/manual/manual.pro')
-rw-r--r--tests/manual/manual.pro9
1 files changed, 5 insertions, 4 deletions
diff --git a/tests/manual/manual.pro b/tests/manual/manual.pro
index 0a5a72da60..15acae802f 100644
--- a/tests/manual/manual.pro
+++ b/tests/manual/manual.pro
@@ -40,7 +40,8 @@ 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
+}