Skip to content

Commit

Permalink
Merge pull request #704 from mariux64/build-qt5-with-webengine-and-de…
Browse files Browse the repository at this point in the history
…bug-symbols

Build Qt 5 with WebEngine and do not strip debug symbols
  • Loading branch information
donald authored Apr 10, 2018
2 parents c07edf2 + d9dbd88 commit 2e30283
Showing 1 changed file with 4 additions and 3 deletions.
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

0 comments on commit 2e30283

Please sign in to comment.