summaryrefslogtreecommitdiff
path: root/qtserialport.pro
blob: 21fe42753eb2b8e77b6a594a9d4c9d02b901da41 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
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(!integrity)
requires(!vxworks)
requires(!winrt)
requires(!uikit)

load(configure)
qtCompileTest(ntddmodm)

load(qt_parts)