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