From: SVN-Git Migration Date: Thu, 8 Oct 2015 20:39:22 +0000 (-0700) Subject: build_debug_libs X-Git-Tag: archive/raspbian/2.11.2+dfsg-5+rpi1~3^2~6 X-Git-Url: https://dgit.raspbian.org/?a=commitdiff_plain;h=63446dad70200464f32b72a466e52c1fd1c0c2c1;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 379a1ba..677abf5 100644 --- a/Qt4Qt5/qscintilla.pro +++ b/Qt4Qt5/qscintilla.pro @@ -23,7 +23,7 @@ !win32:VERSION = 15.0.0 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 5415ae4..732afc1 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