summaryrefslogtreecommitdiffstats
path: root/src/plugins/canbus/systeccan/CMakeLists.txt
blob: 4b119329fc396a6fae2914e1405f2e9db3a33cbf (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
#####################################################################
## SystecCanBusPlugin Plugin:
#####################################################################

qt_internal_add_plugin(SystecCanBusPlugin
    OUTPUT_NAME qtsysteccanbus
    TYPE canbus
    SOURCES
        main.cpp
        systeccan_symbols_p.h
        systeccanbackend.cpp systeccanbackend.h systeccanbackend_p.h
    PUBLIC_LIBRARIES
        Qt::Core
        Qt::SerialBus
)