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

qt_internal_add_plugin(PassThruCanBusPlugin
    OUTPUT_NAME qtpassthrucanbus
    PLUGIN_TYPE canbus
    SOURCES
        j2534passthru.cpp j2534passthru.h
        main.cpp
        passthrucanbackend.cpp passthrucanbackend.h
        passthrucanio.cpp passthrucanio.h
    LIBRARIES
        Qt::Network
        Qt::SerialBus
)