From 6887ae2ff9f66bc30161d6234ca7afa93a5d4b22 Mon Sep 17 00:00:00 2001 From: Liang Qi Date: Wed, 24 Jul 2019 13:03:33 +0200 Subject: cmake: Enable network test Task-number: QTBUG-74146 Change-Id: Ib29d1531f89676afb2b4df5032529b731ace029d Reviewed-by: Qt CMake Build Bot Reviewed-by: Simon Hausmann --- .../network/kernel/qnetworkproxyfactory/CMakeLists.txt | 18 ++++++++++++++++++ 1 file changed, 18 insertions(+) create mode 100644 tests/auto/network/kernel/qnetworkproxyfactory/CMakeLists.txt (limited to 'tests/auto/network/kernel/qnetworkproxyfactory/CMakeLists.txt') diff --git a/tests/auto/network/kernel/qnetworkproxyfactory/CMakeLists.txt b/tests/auto/network/kernel/qnetworkproxyfactory/CMakeLists.txt new file mode 100644 index 0000000000..b54ebf78bc --- /dev/null +++ b/tests/auto/network/kernel/qnetworkproxyfactory/CMakeLists.txt @@ -0,0 +1,18 @@ +# Generated from qnetworkproxyfactory.pro. + +##################################################################### +## tst_qnetworkproxyfactory Test: +##################################################################### + +add_qt_test(tst_qnetworkproxyfactory + GUI + SOURCES + tst_qnetworkproxyfactory.cpp + LIBRARIES + Qt::NetworkPrivate + PUBLIC_LIBRARIES + Qt::Network +) + +#### Keys ignored in scope 1:.:.:qnetworkproxyfactory.pro:: +# CONFIG = "testcase" -- cgit v1.2.3