mirror of
https://github.com/KLayout/klayout.git
synced 2026-09-01 10:27:53 +02:00
Build fixes with pymod
This commit is contained in:
@@ -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
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user