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

load(configure)
load(qt_parts)