Build fixes with pymod

This commit is contained in:
Matthias Koefferlein
2021-12-03 07:28:09 +01:00
parent acf1edb6ce
commit 82909001c4
5 changed files with 80 additions and 2 deletions
@@ -48,6 +48,9 @@ equals(HAVE_QT, "0") {
} else {
# Include QtCore required for some includes
QT = core
greaterThan (QT_MAJOR_VERSION, 5) {
QT += core5compat
}
DEFINES += HAVE_QT
}