From: Gudjon I. Gudjonsson Date: Thu, 21 Feb 2019 18:31:17 +0000 (+0100) Subject: Add a patch to fix symbols failure in designer X-Git-Tag: archive/raspbian/2.11.6+dfsg-1+rpi1^2~2 X-Git-Url: https://dgit.raspbian.org/?a=commitdiff_plain;h=7b620b7b244160b93506e786c0dd865193e7d34b;p=qscintilla2.git Add a patch to fix symbols failure in designer Gbp-Pq: Name 0009-Add-a-patch-to-fix-symbols-failure-in-designer.patch --- diff --git a/designer-Qt4Qt5/designer.pro b/designer-Qt4Qt5/designer.pro index 504c14b..745dcea 100644 --- a/designer-Qt4Qt5/designer.pro +++ b/designer-Qt4Qt5/designer.pro @@ -11,8 +11,10 @@ greaterThan(QT_MAJOR_VERSION, 4) { # Work around QTBUG-39300. CONFIG -= android_install + LIBS += -lqscintilla2_qt5 } else { CONFIG += designer + LIBS += -lqscintilla2_qt4 } HEADERS = qscintillaplugin.h