commit:     ad6503469367ff624084481a8322e6c427cea237
Author:     Michael Palimaka <kensington <AT> gentoo <DOT> org>
AuthorDate: Mon Jan  1 01:12:40 2018 +0000
Commit:     Michael Palimaka <kensington <AT> gentoo <DOT> org>
CommitDate: Sun Jan 14 05:50:33 2018 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=ad650346

qt5-build.eclass: -qml-debug is removed from qtbase in 5.11

Upstream-commit: 525f8516c2580018f910cfb99ab5e0e36bd55ab1

 eclass/qt5-build.eclass | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/eclass/qt5-build.eclass b/eclass/qt5-build.eclass
index 3b35c94b6c8..82855656e04 100644
--- a/eclass/qt5-build.eclass
+++ b/eclass/qt5-build.eclass
@@ -572,7 +572,7 @@ qt5_base_configure() {
                -no-sql-psql -no-sql-sqlite -no-sql-sqlite2 -no-sql-tds
 
                # ensure the QML debugging support (qmltooling) is built in 
qtdeclarative
-               -qml-debug
+               $([[ ${QT5_MINOR_VERSION} -lt 11 ]] && echo -qml-debug)
 
                # MIPS DSP instruction set extensions
                $(is-flagq -mno-dsp   && echo -no-mips_dsp)

Reply via email to