summaryrefslogtreecommitdiffstats
path: root/tests/manual/qnetworkinformation/CMakeLists.txt
blob: 964d48c93fecb647008beb92e9a568cc5cfbdd91 (plain)
1
2
3
4
5
6
7
8

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