aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichael Palimaka <kensington@gentoo.org>2018-01-01 12:12:40 +1100
committerMichael Palimaka <kensington@gentoo.org>2018-01-01 12:12:57 +1100
commit6fc5fc1a9455d495abb11cfdf72257b8d8b22c6f (patch)
tree4209fcc78dff0459e6dc38ebe7467aba5ea91b35 /eclass/qt5-build.eclass
parentdev-qt/qtimageformats: introduce jpeg2k and mng USE flags (diff)
downloadqt-6fc5fc1a9455d495abb11cfdf72257b8d8b22c6f.tar.gz
qt-6fc5fc1a9455d495abb11cfdf72257b8d8b22c6f.tar.bz2
qt-6fc5fc1a9455d495abb11cfdf72257b8d8b22c6f.zip
qt5-build.eclass: -qml-debug is removed from qtbase in 5.11
Upstream-commit: 525f8516c2580018f910cfb99ab5e0e36bd55ab1
Diffstat (limited to 'eclass/qt5-build.eclass')
-rw-r--r--eclass/qt5-build.eclass2
1 files changed, 1 insertions, 1 deletions
diff --git a/eclass/qt5-build.eclass b/eclass/qt5-build.eclass
index 3b35c94b..82855656 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)