diff options
author | Michael Palimaka <kensington@gentoo.org> | 2018-01-01 12:12:40 +1100 |
---|---|---|
committer | Michael Palimaka <kensington@gentoo.org> | 2018-01-14 16:50:33 +1100 |
commit | ad6503469367ff624084481a8322e6c427cea237 (patch) | |
tree | 5d906e1d46477528dafef7882f7d196ab96c764a /eclass | |
parent | qt5-build.eclass: fix respecting toolchain in 5.9 and later (diff) | |
download | gentoo-ad6503469367ff624084481a8322e6c427cea237.tar.gz gentoo-ad6503469367ff624084481a8322e6c427cea237.tar.bz2 gentoo-ad6503469367ff624084481a8322e6c427cea237.zip |
qt5-build.eclass: -qml-debug is removed from qtbase in 5.11
Upstream-commit: 525f8516c2580018f910cfb99ab5e0e36bd55ab1
Diffstat (limited to 'eclass')
-rw-r--r-- | eclass/qt5-build.eclass | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/eclass/qt5-build.eclass b/eclass/qt5-build.eclass index 3b35c94b6c86..82855656e040 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) |