summaryrefslogtreecommitdiffstats
path: root/src/plugins/canbus/canbus.pro
blob: 43660277ab56d30b51718d288f92f9276b36ec00 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
TEMPLATE = subdirs

include($$OUT_PWD/../../serialbus/qtserialbus-config.pri)
QT_FOR_CONFIG += serialbus-private

SUBDIRS += virtualcan

qtConfig(socketcan) {
    SUBDIRS += socketcan
}

qtConfig(library) {
    SUBDIRS += passthrucan peakcan tinycan
    win32:SUBDIRS += systeccan vectorcan
}