summaryrefslogtreecommitdiffstats
path: root/src/plugins/canbus/peakcan/CMakeLists.txt
blob: e3010a598594cf9e2606beea755b2590041b799d (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
    PLUGIN_TYPE canbus
    SOURCES
        main.cpp
        peakcan_symbols_p.h
        peakcanbackend.cpp peakcanbackend.h peakcanbackend_p.h
    LIBRARIES
        Qt::Core
        Qt::Network
        Qt::SerialBus
)