diff options
Diffstat (limited to 'tests/auto/qlocalsocket/test/test.pro')
-rw-r--r-- | tests/auto/qlocalsocket/test/test.pro | 11 |
1 files changed, 7 insertions, 4 deletions
diff --git a/tests/auto/qlocalsocket/test/test.pro b/tests/auto/qlocalsocket/test/test.pro index 7befdf9..c58bfee 100644 --- a/tests/auto/qlocalsocket/test/test.pro +++ b/tests/auto/qlocalsocket/test/test.pro @@ -2,11 +2,14 @@ load(qttest_p4) DEFINES += QLOCALSERVER_DEBUG DEFINES += QLOCALSOCKET_DEBUG -!wince*: { - DEFINES += SRCDIR=\\\"$$PWD/../\\\" -} else { + +symbian* { + # nothing +} else:wince* { DEFINES += QT_LOCALSOCKET_TCP DEFINES += SRCDIR=\\\"../\\\" +} else { + DEFINES += SRCDIR=\\\"$$PWD/../\\\" } QT = core network @@ -24,7 +27,7 @@ CONFIG(debug_and_release) { DESTDIR = .. } -wince* { +wince* | symbian* { additionalFiles.sources = ../lackey/lackey.exe additionalFiles.path = lackey scriptFiles.sources = ../lackey/scripts/*.js |