qt5base-lts/tests/auto/network/socket/qhttpsocketengine/qhttpsocketengine.pro
Sergio Ahumada 699ba50744 QtNetwork tests: Remove DEFINES += QT_DISABLE_DEPRECATED_BEFORE=0
Change-Id: If1cc5fafddc41ed19dd818caf294c69cd4969216
Reviewed-by: Richard J. Moore <rich@kde.org>
2014-02-25 16:47:13 +01:00

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