summaryrefslogtreecommitdiff
path: root/dev-qt/qdoc/qdoc-5.15.10.ebuild
diff options
context:
space:
mode:
Diffstat (limited to 'dev-qt/qdoc/qdoc-5.15.10.ebuild')
-rw-r--r--dev-qt/qdoc/qdoc-5.15.10.ebuild9
1 files changed, 0 insertions, 9 deletions
diff --git a/dev-qt/qdoc/qdoc-5.15.10.ebuild b/dev-qt/qdoc/qdoc-5.15.10.ebuild
index e3b270244340..7358ed9e1f7d 100644
--- a/dev-qt/qdoc/qdoc-5.15.10.ebuild
+++ b/dev-qt/qdoc/qdoc-5.15.10.ebuild
@@ -32,12 +32,3 @@ src_prepare() {
qt5-build_src_prepare
}
-
-src_configure() {
- # qt5_tools_configure() not enough here, needs another fix, bug 676948
- mkdir -p "${QT5_BUILD_DIR}"/src/qdoc || die
- qt5_qmake "${QT5_BUILD_DIR}"
- cp src/qdoc/qtqdoc-config.pri "${QT5_BUILD_DIR}"/src/qdoc || die
-
- qt5-build_src_configure
-}