summaryrefslogtreecommitdiffstats
path: root/tests/auto/qmodbuspdu/CMakeLists.txt
blob: 51148bd900e6a72d80636f024e628f4933b28b48 (plain)
1
2
3
4
5
6
7
8
9
10
11
#####################################################################
## tst_qmodbuspdu Test:
#####################################################################

qt_internal_add_test(tst_qmodbuspdu
    SOURCES
        tst_qmodbuspdu.cpp
    PUBLIC_LIBRARIES
        Qt::Network
        Qt::SerialBus
)