build_debug_libs
authorDebian Python Modules Team <python-modules-team@lists.alioth.debian.org>
Mon, 22 Sep 2014 02:09:22 +0000 (03:09 +0100)
committerScott Kitterman <scott@kitterman.com>
Mon, 22 Sep 2014 02:09:22 +0000 (03:09 +0100)
Build libs and designer plugin with debug for -dbg packages

Gbp-Pq: Name build_debug_libs.patch

Qt4Qt5/qscintilla.pro
designer-Qt4Qt5/designer.pro

index 854d0a0f7aa5ce14cb5a3ee38eac53fa065fa5af..339adf2073a68d90bb544be3d7f14e8a47ae5fe9 100644 (file)
@@ -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
index 4f4d49087afae398233028e8b97c4f0922f20f60..f3f86e993cb00b962ab087a71c628f2eb3e57bdc 100644 (file)
@@ -4,7 +4,7 @@
 TEMPLATE = lib
 TARGET = qscintillaplugin
 
-CONFIG += release plugin qscintilla2
+CONFIG += release plugin qscintilla2 debug
 
 greaterThan(QT_MAJOR_VERSION, 4) {
     QT += designer