summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--recipes-qt/qt5/qtwebkit.inc4
1 files changed, 4 insertions, 0 deletions
diff --git a/recipes-qt/qt5/qtwebkit.inc b/recipes-qt/qt5/qtwebkit.inc
index a25820be..9c467dce 100644
--- a/recipes-qt/qt5/qtwebkit.inc
+++ b/recipes-qt/qt5/qtwebkit.inc
@@ -7,6 +7,10 @@ LIC_FILES_CHKSUM = "file://Source/WebCore/rendering/RenderApplet.h;endline=22;md
7 7
8DEPENDS += "qtdeclarative qtlocation qtsensors ${ICU} ruby-native sqlite3" 8DEPENDS += "qtdeclarative qtlocation qtsensors ${ICU} ruby-native sqlite3"
9 9
10# qtwebkit gets terribly big when linking with all debug info, disable by default
11QTWEBKIT_DEBUG = "QMAKE_CFLAGS+=-g0 QMAKE_CXXFLAGS+=-g0"
12EXTRA_QMAKEVARS_PRE += "${QTWEBKIT_DEBUG}"
13
10INC_PR = "r0" 14INC_PR = "r0"
11 15
12do_configure_append() { 16do_configure_append() {