summaryrefslogtreecommitdiffstats
path: root/tests/auto/network/socket
diff options
context:
space:
mode:
authorBjoern Breitmeyer <bjoern.breitmeyer@kdab.com>2012-07-06 10:48:06 +0200
committerQt by Nokia <qt-info@nokia.com>2012-07-06 21:14:09 +0200
commit32db7de2079967fe1c333c562b742318c50321a4 (patch)
tree1995a27ad5f39dbddda3542322ace2da0acb70e4 /tests/auto/network/socket
parent294960c1604218618c31878a68f25aee53972103 (diff)
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 <Friedemann.Kleint@nokia.com>
Diffstat (limited to 'tests/auto/network/socket')
-rw-r--r--tests/auto/network/socket/qlocalsocket/test/test.pro14
1 files changed, 0 insertions, 14 deletions
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))
-}
-