summaryrefslogtreecommitdiffstats
path: root/tests/manual/qnetworkinformation/CMakeLists.txt
blob: 899d0aa8761db87f6a444d6a70755db1eb35f7fd (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14

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)