[Python-modules-commits] [qscintilla2] 10/14: build_debug_libs

Scott Kitterman kitterman at moszumanska.debian.org
Thu Aug 4 06:41:29 UTC 2016


This is an automated email from the git hooks/post-receive script.

kitterman pushed a commit to branch master
in repository qscintilla2.

commit 3e9d68332b0ddaad9ba0f864575e2b75b0608cc6
Author: SVN-Git Migration <python-modules-team at lists.alioth.debian.org>
Date:   Thu Oct 8 13:39:22 2015 -0700

    build_debug_libs
    
    Build libs and designer plugin with debug for -dbg packages
    Patch-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 0958fbe..1e435f5 100644
--- a/Qt4Qt5/qscintilla.pro
+++ b/Qt4Qt5/qscintilla.pro
@@ -24,7 +24,7 @@
 
 TEMPLATE = lib
 TARGET = qscintilla2
-CONFIG += qt warn_off release thread exceptions hide_symbols
+CONFIG += qt warn_off release thread exceptions debug
 INCLUDEPATH += . ../include ../lexlib ../src
 
 !CONFIG(staticlib) {
diff --git a/designer-Qt4Qt5/designer.pro b/designer-Qt4Qt5/designer.pro
index 18339ee..ef0125d 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

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/python-modules/packages/qscintilla2.git



More information about the Python-modules-commits mailing list