summaryrefslogtreecommitdiffstats
path: root/tests/auto/qlocalsocket/test/test.pro
diff options
context:
space:
mode:
authorJanne Anttila <janne.anttila@digia.com>2009-05-26 09:55:04 (GMT)
committerJanne Anttila <janne.anttila@digia.com>2009-05-26 09:55:04 (GMT)
commit5f87463105f534cf357feba50f97c3f31ba7344f (patch)
tree05c60c729603620639fd1c7b41507d1307ec9a7a /tests/auto/qlocalsocket/test/test.pro
parentde01a7e1e827ee7df035e0b32166db2263712e63 (diff)
downloadQt-5f87463105f534cf357feba50f97c3f31ba7344f.zip
Qt-5f87463105f534cf357feba50f97c3f31ba7344f.tar.gz
Qt-5f87463105f534cf357feba50f97c3f31ba7344f.tar.bz2
Fixed tst_QLocalSocket::processConnection test case for Symbian.
Diffstat (limited to 'tests/auto/qlocalsocket/test/test.pro')
-rw-r--r--tests/auto/qlocalsocket/test/test.pro3
1 files changed, 2 insertions, 1 deletions
diff --git a/tests/auto/qlocalsocket/test/test.pro b/tests/auto/qlocalsocket/test/test.pro
index c58bfee..b3f0a69 100644
--- a/tests/auto/qlocalsocket/test/test.pro
+++ b/tests/auto/qlocalsocket/test/test.pro
@@ -3,7 +3,7 @@ load(qttest_p4)
DEFINES += QLOCALSERVER_DEBUG
DEFINES += QLOCALSOCKET_DEBUG
-symbian* {
+symbian {
# nothing
} else:wince* {
DEFINES += QT_LOCALSOCKET_TCP
@@ -34,5 +34,6 @@ wince* | symbian* {
scriptFiles.path = lackey/scripts
DEPLOYMENT = additionalFiles scriptFiles
QT += script # for easy deployment of QtScript
+ DEFINES += SYMBIAN_SRCDIR_UID=$$lower($$replace(TARGET.UID3,"0x",""))
}