From 32db7de2079967fe1c333c562b742318c50321a4 Mon Sep 17 00:00:00 2001 From: Bjoern Breitmeyer Date: Fri, 6 Jul 2012 10:48:06 +0200 Subject: fixed unittest builds for wince removed printsupport tests for wince as there is no print support on wince and removed the special handling for wince from 4.8 on some tests as the dependent modules are not part of qt base anymore Change-Id: I4ffb22da11f98beee1013f775cb5ce4b936d3211 Reviewed-by: Friedemann Kleint --- tests/auto/network/socket/qlocalsocket/test/test.pro | 14 -------------- 1 file changed, 14 deletions(-) (limited to 'tests/auto/network/socket/qlocalsocket/test') diff --git a/tests/auto/network/socket/qlocalsocket/test/test.pro b/tests/auto/network/socket/qlocalsocket/test/test.pro index 90524958e1..6a5df7f9b6 100644 --- a/tests/auto/network/socket/qlocalsocket/test/test.pro +++ b/tests/auto/network/socket/qlocalsocket/test/test.pro @@ -25,17 +25,3 @@ CONFIG(debug_and_release) { DESTDIR = .. } -wince* { - additionalFiles.files = ../lackey/lackey.exe - additionalFiles.path = lackey -} - -wince* { - scriptFiles.files = ../lackey/scripts/*.js - scriptFiles.path = lackey/scripts - DEPLOYMENT += additionalFiles scriptFiles - QT += script # for easy deployment of QtScript - - requires(contains(QT_CONFIG,script)) -} - -- cgit v1.2.3