qt5-build.eclass: no need to symlink qdoc
authorDavide Pesavento <pesa@gentoo.org>
Mon, 8 Feb 2016 00:00:37 +0000 (01:00 +0100)
committerDavide Pesavento <pesa@gentoo.org>
Mon, 8 Feb 2016 00:00:37 +0000 (01:00 +0100)
eclass/qt5-build.eclass

index b494e0dccae3438653d3625ec975680a2ae04753..008685d93fa6112a1040e2133bfe344eeb148b35 100644 (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