diff options
Diffstat (limited to 'dev-qt/qthelp/qthelp-5.15.2.ebuild')
-rw-r--r-- | dev-qt/qthelp/qthelp-5.15.2.ebuild | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/dev-qt/qthelp/qthelp-5.15.2.ebuild b/dev-qt/qthelp/qthelp-5.15.2.ebuild index 1590efa1a496..faae9e4de438 100644 --- a/dev-qt/qthelp/qthelp-5.15.2.ebuild +++ b/dev-qt/qthelp/qthelp-5.15.2.ebuild @@ -2,6 +2,7 @@ # Distributed under the terms of the GNU General Public License v2 EAPI=7 + QT5_MODULE="qttools" inherit qt5-build @@ -20,7 +21,9 @@ DEPEND=" ~dev-qt/qtsql-${PV}[sqlite] ~dev-qt/qtwidgets-${PV} " -RDEPEND="${DEPEND}" +RDEPEND="${DEPEND} + dev-qt/qtchooser +" QT5_TARGET_SUBDIRS=( src/assistant/help |