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.6+dfsg-1+rpi1^2~3 X-Git-Url: https://dgit.raspbian.org/?a=commitdiff_plain;h=b4b4ecbcb7cc0d0969261028ec45532517f7896c;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 6bc79d7..3372f7a 100644 --- a/Qt4Qt5/qscintilla.pro +++ b/Qt4Qt5/qscintilla.pro @@ -21,7 +21,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 f03d3b3..504c14b 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