mirror of
https://github.com/gentoo-mirror/gentoo.git
synced 2026-09-23 16:49:10 -07:00
qt5-build.eclass: no need to symlink qdoc
This commit is contained in:
@@ -461,7 +461,6 @@ qt5_symlink_tools_to_build_dir() {
|
||||
local tool= tools=()
|
||||
if [[ ${PN} != qtcore ]]; then
|
||||
tools+=(qmake moc rcc qlalr)
|
||||
[[ ${PN} != qdoc ]] && tools+=(qdoc)
|
||||
[[ ${PN} != qtdbus ]] && tools+=(qdbuscpp2xml qdbusxml2cpp)
|
||||
[[ ${PN} != qtwidgets ]] && tools+=(uic)
|
||||
fi
|
||||
|
||||
Reference in New Issue
Block a user