summaryrefslogtreecommitdiffstats
path: root/qtserialport.pro
blob: 57c1e209ab3024f78e1f3ce92fd92c0a1131ad8a (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
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)
requires(!android)

load(configure)
qtCompileTest(ntddmodm)

load(qt_parts)