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

qt_internal_add_plugin(PeakCanBusPlugin
    OUTPUT_NAME qtpeakcanbus
    TYPE canbus
    SOURCES
        main.cpp
        peakcan_symbols_p.h
        peakcanbackend.cpp peakcanbackend.h peakcanbackend_p.h
    LIBRARIES
        Qt::Core
        Qt::Network
        Qt::SerialBus
)