blob: ab9755caec4a3a74c7656e6c0b7ef1d0c00d97c9 [file] [log] [blame]
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
}
}