From 21be7f34dd33f75e068d6133d2c7a751fef328e4 Mon Sep 17 00:00:00 2001 From: Debian Python Modules Team Date: Mon, 22 Sep 2014 03:09:22 +0100 Subject: [PATCH] build_debug_libs Build libs and designer plugin with debug for -dbg packages Gbp-Pq: Name 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 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 -- 2.30.2