From b4b4ecbcb7cc0d0969261028ec45532517f7896c Mon Sep 17 00:00:00 2001 From: SVN-Git Migration Date: Thu, 8 Oct 2015 13:39:22 -0700 Subject: [PATCH] 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 --- Qt4Qt5/qscintilla.pro | 2 +- designer-Qt4Qt5/designer.pro | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) 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 -- 2.30.2