Build libs and designer plugin with debug for -dbg packages
Gbp-Pq: Name build_debug_libs.patch
TEMPLATE = lib
TARGET = qscintilla2
-CONFIG += qt warn_off release thread exceptions
+CONFIG += qt warn_off release thread exceptions debug
INCLUDEPATH += . ../include ../lexlib ../src
DEFINES += QSCINTILLA_MAKE_DLL SCINTILLA_QT SCI_LEXER
TEMPLATE = lib
TARGET = qscintillaplugin
-CONFIG += release plugin qscintilla2
+CONFIG += release plugin qscintilla2 debug
greaterThan(QT_MAJOR_VERSION, 4) {
QT += designer