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, 1 Dec 2020 18:27:07 +0000 (18:27 +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 6bc79d74e9c60ce7b07e07672cf21d065480904f..3372f7aba1e4bf80ff818b1fe7e5cd8e544c5818 100644 (file)
@@ -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: {
index f03d3b32837dae1f02ab1f99be27dea553286975..504c14bd38e01a63b04d067e3bd6dc127b5819ca 100644 (file)
@@ -4,7 +4,7 @@
 TEMPLATE = lib
 TARGET = qscintillaplugin
 
-CONFIG += plugin qscintilla2
+CONFIG += plugin qscintilla2 debug
 
 greaterThan(QT_MAJOR_VERSION, 4) {
     QT += designer