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

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

qt_internal_extend_target(qnetworkinformation CONDITION ANDROID OR UIKIT
    SOURCES
        mainwindow.h
    LIBRARIES
        Qt::Widgets
    DEFINES
        MOBILE)