summaryrefslogtreecommitdiffstats
path: root/qtmqtt.pro
blob: 80a860cbe436e05f688dc7a8cecb714d63786b4e (plain)
1
2
3
4
5
6
lessThan(QT_MAJOR_VERSION, 5) {
    error("Cannot build current Qt MQTT sources with Qt version $${QT_VERSION}.")
}

load(configure)
load(qt_parts)