summaryrefslogtreecommitdiffstats
path: root/tests/manual/modbus/adueditor/CMakeLists.txt
blob: 281a5da73e2c215601e9fe283cc2386011ea8acd (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
qt_internal_add_manual_test(adueditor
        GUI
    SOURCES
        interface.ui
        main.cpp
        mainwindow.cpp mainwindow.h
        modbustcpclient.cpp modbustcpclient.h modbustcpclient_p.h
        plaintextedit.h
    PUBLIC_LIBRARIES
        Qt::Core
        Qt::CorePrivate
        Qt::Gui
        Qt::Network
        Qt::SerialBus
        Qt::SerialBusPrivate
        Qt::SerialPort
        Qt::Widgets
    ENABLE_AUTOGEN_TOOLS
        uic
)