From 74494ea29ebc6e152348ed6a6c1e2c9399ddb204 Mon Sep 17 00:00:00 2001 From: Friedemann Kleint Date: Tue, 12 Mar 2013 14:38:21 +0100 Subject: Fix building of the manual tests. Adapt to API-changes, exclude network/SSL-tests for Windows. Change-Id: I80d5ef1bd81e149a2f04fa7644376a8a88b1f7b9 Reviewed-by: Frederik Gladhorn --- tests/manual/manual.pro | 9 +++++---- 1 file changed, 5 insertions(+), 4 deletions(-) (limited to 'tests/manual/manual.pro') 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 +} -- cgit v1.2.3