summaryrefslogtreecommitdiffstats
path: root/tests/auto/qknxnetiprouter/CMakeLists.txt
blob: 9c1e64071f633912a6093f5d0736db2a1220af73 (plain)
1
2
3
4
5
6
7
8
9
10
add_qt_test(tst_qknxnetiproutinginterface
    GUI
    SOURCES
        tst_qknxnetiprouter.cpp
    LIBRARIES
        Qt::KnxPrivate
    PUBLIC_LIBRARIES
        Qt::Knx
        Qt::Network
)