summaryrefslogtreecommitdiffstats
path: root/qtknx.pro
blob: db1bea41042925ac6e33ac1f29fd83587ddc654c (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
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)

include($$OUT_PWD/src/knx/qtknx-config.pri)
QT_FOR_CONFIG += knx-private

requires(qtConfig(compiletest))