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

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