File 02_add_nostrip_for_debug_packages.diff of Package libQtWebKit4
Description: set CONFIG += nostrip to avoid stripping and
let dh_strip do it to generate debug packages.
Author: Fathi Boudra <fabo@debian.org>
---
WebKit.pri | 2 ++
1 file changed, 2 insertions(+)
--- a/Source/WebKit.pri
+++ b/Source/WebKit.pri
@@ -10,6 +10,8 @@ CONFIG += production
CONFIG += depend_includepath
DEPENDPATH += $$OUT_PWD
+CONFIG += nostrip
+
DEFINES += BUILDING_QT__=1
building-libs {
win32-msvc*|win32-icc: INCLUDEPATH += $$PWD/JavaScriptCore/os-win32