Skip to content

Build Qt 5 with WebEngine and do not strip debug symbols #704

Merged
merged 3 commits into from
Apr 10, 2018
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
7 changes: 4 additions & 3 deletions qt5.be0
Original file line number Diff line number Diff line change
@@ -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

Expand All @@ -20,7 +21,7 @@ mee_configure() {
-nomake examples \
-opensource \
-confirm-license \
-skip qtwebengine
-no-strip
}

mee_build() {
Expand Down