build_debug_libs
authorSVN-Git Migration <python-modules-team@lists.alioth.debian.org>
Thu, 8 Oct 2015 20:39:22 +0000 (13:39 -0700)
committerScott Kitterman <scott@kitterman.com>
Sun, 29 Apr 2018 20:21:06 +0000 (21:21 +0100)
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 9c712b7e2fb5094e942f924050c387245bb51458..5e7ae1129a6235b1914c1fb54f3d1253ab188c52 100644 (file)
@@ -23,7 +23,7 @@
 !win32:VERSION = 13.1.1
 
 TEMPLATE = lib
-CONFIG += qt warn_off thread exceptions hide_symbols
+CONFIG += qt warn_off thread exceptions debug
 
 CONFIG(debug, debug|release) {
     mac: {
index fb5fecac9025c9def97d508559acec7bef13cb88..ce11f3886a2fae1c33243e3d305c19919a5c9caf 100644 (file)
@@ -4,7 +4,7 @@
 TEMPLATE = lib
 TARGET = qscintillaplugin
 
-CONFIG += plugin qscintilla2
+CONFIG += plugin qscintilla2 debug
 
 greaterThan(QT_MAJOR_VERSION, 4) {
     QT += designer