From ea51af8368cb8b6ffd65d50926669f38209e3aed Mon Sep 17 00:00:00 2001 From: Paul Menzel Date: Mon, 9 Apr 2018 15:46:29 +0200 Subject: [PATCH] qt5: Build in source directory to get private includes Building Qt 5 outside the source directory, several variables are not set, causing the Qt WebKit build to fail [1]. set(Qt5Gui_PRIVATE_INCLUDE_DIRS "") [1] https://bugreports.qt.io/browse/QTBUG-37417 --- qt5.be0 | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/qt5.be0 b/qt5.be0 index 97b7f1f49..3d3252410 100755 --- a/qt5.be0 +++ b/qt5.be0 @@ -6,7 +6,8 @@ SRCURL[0]="https://download.qt.io/archive/qt/${PKGVERSION[2]}/${PKGVERSION}/sing PREFIX=/usr/local/qt5 -# build_in_sourcedir +# https://bugreports.qt.io/browse/QTBUG-37417 +build_in_sourcedir # BEE_MAKEFLAGS=-j1