699ba50744
Change-Id: If1cc5fafddc41ed19dd818caf294c69cd4969216 Reviewed-by: Richard J. Moore <rich@kde.org>
13 lines
249 B
Prolog
13 lines
249 B
Prolog
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
|
|
|