From: Debian Python Modules Team Date: Mon, 22 Sep 2014 02:09:22 +0000 (+0100) Subject: build_debug_libs X-Git-Tag: archive/raspbian/2.10.4+dfsg-2+rpi1~1^2^2 X-Git-Url: https://dgit.raspbian.org/?a=commitdiff_plain;h=21be7f34dd33f75e068d6133d2c7a751fef328e4;p=qscintilla2.git build_debug_libs Build libs and designer plugin with debug for -dbg packages Gbp-Pq: Name build_debug_libs.patch --- diff --git a/Qt4Qt5/qscintilla.pro b/Qt4Qt5/qscintilla.pro index 854d0a0..339adf2 100644 --- a/Qt4Qt5/qscintilla.pro +++ b/Qt4Qt5/qscintilla.pro @@ -29,7 +29,7 @@ TEMPLATE = lib TARGET = qscintilla2 -CONFIG += qt warn_off release thread exceptions +CONFIG += qt warn_off release thread exceptions debug INCLUDEPATH += . ../include ../lexlib ../src DEFINES += QSCINTILLA_MAKE_DLL SCINTILLA_QT SCI_LEXER diff --git a/designer-Qt4Qt5/designer.pro b/designer-Qt4Qt5/designer.pro index 4f4d490..f3f86e9 100644 --- a/designer-Qt4Qt5/designer.pro +++ b/designer-Qt4Qt5/designer.pro @@ -4,7 +4,7 @@ TEMPLATE = lib TARGET = qscintillaplugin -CONFIG += release plugin qscintilla2 +CONFIG += release plugin qscintilla2 debug greaterThan(QT_MAJOR_VERSION, 4) { QT += designer