build_debug_libs
authorSVN-Git Migration <python-modules-team@lists.alioth.debian.org>
Thu, 8 Oct 2015 20:39:22 +0000 (13:39 -0700)
committerDmitry Shachnev <mitya57@debian.org>
Tue, 19 Nov 2019 05:31:13 +0000 (05:31 +0000)
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
designer-Qt4Qt5/designer.pro

index 379a1bafec5faaa938a9d7b35ec38cc0d58631b4..677abf596fe03008bef92a3b3cc62f6d706b1f91 100644 (file)
@@ -23,7 +23,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: {
index 5415ae4e44eb44780f4a2d104e9574929bb22541..732afc1c4aac21020bc42b0c7ad1cf63c070e915 100644 (file)
@@ -4,7 +4,7 @@
 TEMPLATE = lib
 TARGET = qscintillaplugin
 
-CONFIG += plugin qscintilla2
+CONFIG += plugin qscintilla2 debug
 
 greaterThan(QT_MAJOR_VERSION, 4) {
     QT += designer