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

load(configure)
qtCompileTest(ntddmodm)

load(qt_parts)