From 1ba2822d5b9f7608bbd0892a3518ed94d19210d7 Mon Sep 17 00:00:00 2001 From: Davide Pesavento Date: Mon, 8 Feb 2016 01:00:37 +0100 Subject: [PATCH] qt5-build.eclass: no need to symlink qdoc --- eclass/qt5-build.eclass | 1 - 1 file changed, 1 deletion(-) diff --git a/eclass/qt5-build.eclass b/eclass/qt5-build.eclass index b494e0dccae34..008685d93fa61 100644 --- a/eclass/qt5-build.eclass +++ b/eclass/qt5-build.eclass @@ -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