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


include(../platformsocketengine/platformsocketengine.pri)


MOC_DIR=tmp

QT = core-private network-private testlib

linux-*:system(". /etc/lsb-release && [ $DISTRIB_CODENAME = oneiric ]"):DEFINES+=UBUNTU_ONEIRIC # QTBUG-23380

requires(contains(QT_CONFIG,private_tests))