qt6-bb10/tests/manual/qnetworkinformation/CMakeLists.txt

15 lines
300 B
CMake

qt_internal_add_manual_test(qnetworkinformation
SOURCES
tst_qnetworkinformation.cpp
PUBLIC_LIBRARIES
Qt::Network
Qt::Test
)
qt_internal_extend_target(qnetworkinformation CONDITION ANDROID OR UIKIT
PUBLIC_LIBRARIES
Qt::Widgets
DEFINES
MOBILE)