summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorIonen Wolkens <ionen@gentoo.org>2024-02-25 09:04:18 -0500
committerIonen Wolkens <ionen@gentoo.org>2024-02-25 13:45:15 -0500
commit8b7a805c7915b9042a8a729966bc6a31a6e7491e (patch)
tree479ebd677c66488e4fea257c2f856f7c2526d1fc
parentdev-qt/qtwebengine: fix build with upcoming clang18 (diff)
downloadgentoo-8b7a805c7915b9042a8a729966bc6a31a6e7491e.tar.gz
gentoo-8b7a805c7915b9042a8a729966bc6a31a6e7491e.tar.bz2
gentoo-8b7a805c7915b9042a8a729966bc6a31a6e7491e.zip
dev-qt/qt-creator: disable designer by default in live
This been set by default in the old ebuilds and opted to leave it like that but, with Qt6 and the non-split qttools where designer is off by default, this been annoying for users. Default designer on qttools when most users don't need it does not seem like the right move -- and believe users that actually want this will know to set it themselves (perhaps even globally). Not that I'm either a qt-creator nor designer user (just maintaining regardless), so opinions from actual users for defaults are welcome. (live-only to avoid long rebuilds, will propagate in next version) Signed-off-by: Ionen Wolkens <ionen@gentoo.org>
-rw-r--r--dev-qt/qt-creator/qt-creator-9999.ebuild2
1 files changed, 1 insertions, 1 deletions
diff --git a/dev-qt/qt-creator/qt-creator-9999.ebuild b/dev-qt/qt-creator/qt-creator-9999.ebuild
index f295798776cf..017a06e30b56 100644
--- a/dev-qt/qt-creator/qt-creator-9999.ebuild
+++ b/dev-qt/qt-creator/qt-creator-9999.ebuild
@@ -34,7 +34,7 @@ HOMEPAGE="https://www.qt.io/product/development-tools"
LICENSE="GPL-3"
SLOT="0"
IUSE="
- +clang +designer doc +help qmldesigner serialterminal
+ +clang designer doc +help qmldesigner serialterminal
+svg test +tracing webengine
"
REQUIRED_USE="clang? ( ${LLVM_REQUIRED_USE} )"