Skip to content

Commit

Permalink
Fixed a build error for QtBinding-less builds
Browse files Browse the repository at this point in the history
  • Loading branch information
klayoutmatthias committed Feb 28, 2021
1 parent 5e0239c commit 853535b
Showing 1 changed file with 6 additions and 3 deletions.
9 changes: 6 additions & 3 deletions src/pymod/pymod.pro
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,7 @@ SUBDIRS = \
SUBDIRS += lay

equals(HAVE_QTBINDINGS, "1") {

equals(HAVE_QT5, "1") {

SUBDIRS += \
Expand All @@ -39,11 +40,13 @@ SUBDIRS = \
QtDesigner

}

equals(HAVE_QT_UITOOLS, "1") {
SUBDIRS += QtUiTools
}

}
}

equals(HAVE_QT_UITOOLS, "1") {
SUBDIRS += QtUiTools
}

ALL_DIRS = $$SUBDIRS
Expand Down

0 comments on commit 853535b

Please sign in to comment.