diff --git a/qt5.be0 b/qt5.be0 index 9e5fa7fbd..3d3252410 100755 --- a/qt5.be0 +++ b/qt5.be0 @@ -1,12 +1,13 @@ #!/usr/bin/env beesh -# BEE_VERSION qt5-5.10.1-0 +# BEE_VERSION qt5-5.10.1-1 SRCURL[0]="https://download.qt.io/archive/qt/${PKGVERSION[2]}/${PKGVERSION}/single/qt-everywhere-src-${PKGVERSION}.tar.xz" PREFIX=/usr/local/qt5 -# build_in_sourcedir +# https://bugreports.qt.io/browse/QTBUG-37417 +build_in_sourcedir # BEE_MAKEFLAGS=-j1 @@ -20,7 +21,7 @@ mee_configure() { -nomake examples \ -opensource \ -confirm-license \ - -skip qtwebengine + -no-strip } mee_build() {