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

qt_internal_add_test(tst_qmodbusadu
    SOURCES
        tst_qmodbusadu.cpp
    PUBLIC_LIBRARIES
        Qt::SerialBus
        Qt::SerialBusPrivate
)