diff options
-rw-r--r-- | recipes-qt/qt5/qtwebkit.inc | 4 |
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 | ||
8 | DEPENDS += "qtdeclarative qtlocation qtsensors ${ICU} ruby-native sqlite3" | 8 | DEPENDS += "qtdeclarative qtlocation qtsensors ${ICU} ruby-native sqlite3" |
9 | 9 | ||
10 | # qtwebkit gets terribly big when linking with all debug info, disable by default | ||
11 | QTWEBKIT_DEBUG = "QMAKE_CFLAGS+=-g0 QMAKE_CXXFLAGS+=-g0" | ||
12 | EXTRA_QMAKEVARS_PRE += "${QTWEBKIT_DEBUG}" | ||
13 | |||
10 | INC_PR = "r0" | 14 | INC_PR = "r0" |
11 | 15 | ||
12 | do_configure_append() { | 16 | do_configure_append() { |