summaryrefslogtreecommitdiffstats
path: root/src/plugins/canbus/canbus.pro
blob: ab9755caec4a3a74c7656e6c0b7ef1d0c00d97c9 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
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
        !winrt:SUBDIRS += vectorcan
    }
}