Fixed Qt-binding less builds

This commit is contained in:
Matthias Koefferlein 2021-02-28 23:31:06 +01:00
parent b353f7db79
commit 2a9564856b
1 changed files with 6 additions and 4 deletions

View File

@ -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