summaryrefslogtreecommitdiffstats
path: root/tests/auto/network/socket/platformsocketengine/platformsocketengine.pro
blob: 8da6ad9a67a0b98876d237a6eea38246ff3b21b8 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
CONFIG += testcase
TARGET = tst_platformsocketengine
SOURCES  += tst_platformsocketengine.cpp

include(../platformsocketengine/platformsocketengine.pri)

requires(contains(QT_CONFIG,private_tests))

MOC_DIR=tmp

QT = core-private network-private testlib
DEFINES += QT_DISABLE_DEPRECATED_BEFORE=0