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


include(../platformsocketengine/platformsocketengine.pri)

MOC_DIR=tmp

requires(contains(QT_CONFIG,private_tests))
QT = core-private network-private testlib

DEFINES += QT_DISABLE_DEPRECATED_BEFORE=0