summaryrefslogtreecommitdiffstats
path: root/qtserialbus.pro
blob: 4a09bc94bd2b5bafa6d95efc1cbc1efb44a31266 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
lessThan(QT_MAJOR_VERSION, 5) {
    message("Cannot build current QtSerialBus sources with Qt version $${QT_VERSION}.")
}

load(configure)
!qtCompileTest(socketcan) {
    warning("You need linux/can.h and linux/can/raw.h linux headers for socketCAN support, disabling it")
}
!qtCompileTest(socketcan_fd) {
    warning("Newer kernel needed for flexible data-rate frame support 'canfd_frame'")
}


load(qt_parts)