summaryrefslogtreecommitdiffstats
path: root/tests/auto/qmodbusdevice/CMakeLists.txt
blob: 00049d0317869490ebdd98c2cc9287ad8eef9477 (plain)
1
2
3
4
5
6
7
8
9
10
#####################################################################
## tst_qmodbusdevice Test:
#####################################################################

qt_internal_add_test(tst_qmodbusdevice
    SOURCES
        tst_qmodbusdevice.cpp
    PUBLIC_LIBRARIES
        Qt::SerialBus
)