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
+12 -2
View File
@@ -35,7 +35,9 @@ SUBDIRS = \
}
!equals(HAVE_QT_XML, "0") {
SUBDIRS += QtXmlPatterns
lessThan(QT_MAJOR_VERSION, 6) {
SUBDIRS += QtXmlPatterns
}
}
}
@@ -53,13 +55,21 @@ SUBDIRS = \
}
!equals(HAVE_QT_DESIGNER, "0") {
SUBDIRS += QtDesigner
lessThan(QT_MAJOR_VERSION, 6) {
SUBDIRS += QtDesigner
}
}
!equals(HAVE_QT_UITOOLS, "0") {
SUBDIRS += QtUiTools
}
greaterThan(QT_MAJOR_VERSION, 5) {
!equals(HAVE_QT_CORE5COMPAT, "0") {
SUBDIRS += QtCore5Compat
}
}
}
}