summaryrefslogtreecommitdiff
path: root/tests/auto/qserialport/CMakeLists.txt
blob: 899a6273f792f556bf4b6c0ec5da63950002fe89 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
# Generated from qserialport.pro.

#####################################################################
## tst_qserialport Binary:
#####################################################################

qt_add_test(tst_qserialport # special case
    SOURCES
        tst_qserialport.cpp
    PUBLIC_LIBRARIES
        Qt::SerialPort
        Qt::Test
)