qt5base-lts/tests/manual/qnetworkinformation/CMakeLists.txt
Mårten Nordheim a3b58a7844 NetworkListManager based backend for QNetworkInformation
For Windows. Based on the code I wrote for QNetworkStatusMonitor.
It also renames the netlistmgr feature, avoiding the abbreviation.
Locally my MinGW fails the networklistmanager feature test so it may
not be supported on MinGW, likely leaving it without a backend at all.

Change-Id: I13bbe4127edc2a9c0bb91602c95f1cb206a85a69
Reviewed-by: Timur Pocheptsov <timur.pocheptsov@qt.io>
2021-02-02 11:10:06 +01:00

9 lines
157 B
CMake

qt_internal_add_manual_test(qnetworkinformation
SOURCES
tst_qnetworkinformation.cpp
PUBLIC_LIBRARIES
Qt::Network
Qt::Test
)