summaryrefslogtreecommitdiffstats
path: root/tests/auto/qmodbusdataunit/CMakeLists.txt
blob: 3d493fe8add3679c35688d7e84f4ba8e9b32fe71 (plain)
1
2
3
4
5
6
7
8
9
10
11
#####################################################################
## tst_qmodbusdataunit Test:
#####################################################################

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