summaryrefslogtreecommitdiffstats
path: root/qtknx.pro
blob: 118b1597475702c01f023420ebbebf0914f96b81 (plain)
1
2
3
4
5
6
7
8
lessThan(QT_MAJOR_VERSION, 5) {
    error("Cannot build current Qt KNX sources with Qt version $${QT_VERSION}.")
}
requires(!wasm)
requires(!integrity)

load(configure)
load(qt_parts)