summaryrefslogtreecommitdiff
path: root/qtserialport.pro
blob: b3ebb8ba5feb67de5167fc3c004d43e3551ab89b (plain)
1
2
3
4
5
6
7
8
lessThan(QT_MAJOR_VERSION, 5) {
    message("Cannot build current QtSerialPort sources with Qt version $${QT_VERSION}.")
    error("Use at least Qt 5.0.0 or try to download QtSerialPort for Qt4.")
}

requires(!winrt)

load(qt_parts)