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

Scott Kitterman kitterman at moszumanska.debian.org
Thu Oct 29 17:57:43 UTC 2015


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

kitterman pushed a commit to branch master
in repository qscintilla2.

commit 5ab094dce050606e85a04947589916b811eaa779
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 bd94e0f..0ce9fe3 100644
--- a/Qt4Qt5/qscintilla.pro
+++ b/Qt4Qt5/qscintilla.pro
@@ -24,7 +24,7 @@
 
 TEMPLATE = lib
 TARGET = qscintilla2
-CONFIG += qt warn_off release thread exceptions
+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