mirror of https://github.com/KLayout/klayout.git
Fixed Qt-binding less builds
This commit is contained in:
parent
b353f7db79
commit
2a9564856b
|
|
@ -13,6 +13,7 @@ SUBDIRS = \
|
|||
SUBDIRS += lay
|
||||
|
||||
equals(HAVE_QTBINDINGS, "1") {
|
||||
|
||||
equals(HAVE_QT5, "1") {
|
||||
|
||||
SUBDIRS += \
|
||||
|
|
@ -39,11 +40,12 @@ SUBDIRS = \
|
|||
QtDesigner
|
||||
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
equals(HAVE_QT_UITOOLS, "1") {
|
||||
SUBDIRS += QtUiTools
|
||||
equals(HAVE_QT_UITOOLS, "1") {
|
||||
SUBDIRS += QtUiTools
|
||||
}
|
||||
|
||||
}
|
||||
}
|
||||
|
||||
ALL_DIRS = $$SUBDIRS
|
||||
|
|
|
|||
Loading…
Reference in New Issue