diff options
Diffstat (limited to 'tests/auto/qudpsocket/udpServer/udpServer.pro')
-rw-r--r-- | tests/auto/qudpsocket/udpServer/udpServer.pro | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/tests/auto/qudpsocket/udpServer/udpServer.pro b/tests/auto/qudpsocket/udpServer/udpServer.pro index f04833c..7438d40 100644 --- a/tests/auto/qudpsocket/udpServer/udpServer.pro +++ b/tests/auto/qudpsocket/udpServer/udpServer.pro @@ -3,4 +3,5 @@ QT = core network CONFIG -= app_bundle CONFIG += console +symbian:TARGET.CAPABILITY="ALL -TCB" |