From: SVN-Git Migration Date: Thu, 8 Oct 2015 20:39:22 +0000 (-0700) Subject: build_debug_libs X-Git-Tag: archive/raspbian/2.10.4+dfsg-2+rpi1~1^2~3 X-Git-Url: https://dgit.raspbian.org/?a=commitdiff_plain;h=fc2e4cc5fbf724658b304e111ed9412f2085a4e0;p=qscintilla2.git build_debug_libs Build libs and designer plugin with debug for -dbg packages Patch-Name: build_debug_libs.patch Gbp-Pq: Name 0006-build_debug_libs.patch --- diff --git a/Qt4Qt5/qscintilla.pro b/Qt4Qt5/qscintilla.pro index 9c712b7..5e7ae11 100644 --- a/Qt4Qt5/qscintilla.pro +++ b/Qt4Qt5/qscintilla.pro @@ -23,7 +23,7 @@ !win32:VERSION = 13.1.1 TEMPLATE = lib -CONFIG += qt warn_off thread exceptions hide_symbols +CONFIG += qt warn_off thread exceptions debug CONFIG(debug, debug|release) { mac: { diff --git a/designer-Qt4Qt5/designer.pro b/designer-Qt4Qt5/designer.pro index fb5feca..ce11f38 100644 --- a/designer-Qt4Qt5/designer.pro +++ b/designer-Qt4Qt5/designer.pro @@ -4,7 +4,7 @@ TEMPLATE = lib TARGET = qscintillaplugin -CONFIG += plugin qscintilla2 +CONFIG += plugin qscintilla2 debug greaterThan(QT_MAJOR_VERSION, 4) { QT += designer