diff options
Diffstat (limited to 'dev-qt/qtwebchannel/qtwebchannel-5.9.5-r1000.ebuild')
-rw-r--r-- | dev-qt/qtwebchannel/qtwebchannel-5.9.5-r1000.ebuild | 26 |
1 files changed, 26 insertions, 0 deletions
diff --git a/dev-qt/qtwebchannel/qtwebchannel-5.9.5-r1000.ebuild b/dev-qt/qtwebchannel/qtwebchannel-5.9.5-r1000.ebuild new file mode 100644 index 00000000..451bb8b6 --- /dev/null +++ b/dev-qt/qtwebchannel/qtwebchannel-5.9.5-r1000.ebuild @@ -0,0 +1,26 @@ +# Copyright 1999-2017 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 + +EAPI=6 +inherit qt5-build-r10000 + +DESCRIPTION="Qt5 module for integrating C++ and QML applications with HTML/JavaScript clients" + +if [[ ${QT5_BUILD_TYPE} == release ]]; then + KEYWORDS="amd64" +fi + +IUSE="qml" + +DEPEND=" + ~dev-qt/qtcore-${PV} + qml? ( ~dev-qt/qtdeclarative-${PV} ) +" +RDEPEND="${DEPEND}" + +src_prepare() { + qt_use_disable_mod qml quick src/src.pro + qt_use_disable_mod qml qml src/webchannel/webchannel.pro + + qt5-build-r10000_src_prepare +} |