qt5-build.eclass: no need to symlink qdoc

This commit is contained in:
Davide Pesavento
2016-02-08 01:00:37 +01:00
parent 901eca9b0a
commit 1ba2822d5b

View File

@@ -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