2011-04-27 10:05:43 +00:00
|
|
|
load(qttest_p4)
|
|
|
|
SOURCES += tst_qsocks5socketengine.cpp
|
|
|
|
|
|
|
|
|
|
|
|
include(../platformsocketengine/platformsocketengine.pri)
|
|
|
|
|
|
|
|
|
|
|
|
MOC_DIR=tmp
|
|
|
|
|
2011-05-16 14:59:05 +00:00
|
|
|
QT = core-private network-private
|
2011-04-27 10:05:43 +00:00
|
|
|
|
|
|
|
# Symbian toolchain does not support correct include semantics
|
|
|
|
symbian:INCLUDEPATH+=..\\..\\..\\include\\QtNetwork\\private
|
|
|
|
symbian: TARGET.CAPABILITY = NetworkServices
|
|
|
|
|
|
|
|
|
|
|
|
requires(contains(QT_CONFIG,private_tests))
|