summaryrefslogtreecommitdiffstats
path: root/tests/auto/network/socket/qsocks5socketengine/qsocks5socketengine.pro
blob: 3a144aeacf325f9d0d4e0d2ded8685f8fd7032ab (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
load(qttest_p4)
SOURCES  += tst_qsocks5socketengine.cpp


include(../platformsocketengine/platformsocketengine.pri)


MOC_DIR=tmp

QT = core-private network-private

# Symbian toolchain does not support correct include semantics
symbian:INCLUDEPATH+=..\\..\\..\\include\\QtNetwork\\private
symbian: TARGET.CAPABILITY = NetworkServices


requires(contains(QT_CONFIG,private_tests))