qt5base-lts/tests/auto/qsocks5socketengine/qsocks5socketengine.pro
Bjørn Erik Nilsen 862a819762 Compile auto tests.
Reviewed-by: mstormo
2011-05-16 16:59:05 +02:00

18 lines
381 B
Prolog

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))