Skip to content

Commit

Permalink
dev-qt/qttools: re-enable unity builds for designer in 6.8+
Browse files Browse the repository at this point in the history
Signed-off-by: Ionen Wolkens <[email protected]>
  • Loading branch information
ionenwks committed Sep 3, 2024
1 parent 2d7610a commit 1d9e509
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 4 deletions.
2 changes: 0 additions & 2 deletions dev-qt/qttools/qttools-6.8.9999.ebuild
Original file line number Diff line number Diff line change
Expand Up @@ -93,8 +93,6 @@ src_configure() {
# QtHelp into another package so that qtdeclarative can depend on it
# without a circular dependency with qttools
$(cmake_use_find_package qmlls Qt6QmlLSPrivate)

$(usev designer -DQT_UNITY_BUILD=OFF) # fails to build (QTBUG-122634)
)

qt6-build_src_configure
Expand Down
2 changes: 0 additions & 2 deletions dev-qt/qttools/qttools-6.9999.ebuild
Original file line number Diff line number Diff line change
Expand Up @@ -93,8 +93,6 @@ src_configure() {
# QtHelp into another package so that qtdeclarative can depend on it
# without a circular dependency with qttools
$(cmake_use_find_package qmlls Qt6QmlLSPrivate)

$(usev designer -DQT_UNITY_BUILD=OFF) # fails to build (QTBUG-122634)
)

qt6-build_src_configure
Expand Down

0 comments on commit 1d9e509

Please sign in to comment.