Skip to content

Commit

Permalink
qt5: Build in source directory to get private includes
Browse files Browse the repository at this point in the history
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
  • Loading branch information
pmenzel committed Apr 9, 2018
1 parent 9fcba71 commit ea51af8
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion qt5.be0
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down

0 comments on commit ea51af8

Please sign in to comment.