Fixed a build error for QtBinding-less builds

This commit is contained in:
Matthias Koefferlein 2021-02-28 23:30:12 +01:00
parent 5e0239c3d1
commit 853535b8b3
1 changed files with 7 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,13 @@ SUBDIRS = \
QtDesigner
}
}
}
equals(HAVE_QT_UITOOLS, "1") {
SUBDIRS += QtUiTools
equals(HAVE_QT_UITOOLS, "1") {
SUBDIRS += QtUiTools
}
}
}
ALL_DIRS = $$SUBDIRS