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.2+dfsg-7+rpi1^2~3 X-Git-Url: https://dgit.raspbian.org/?a=commitdiff_plain;h=549db83db5c3aa48b3fec7319055b3c653bc36f1;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 732afc1..d32a352 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 } macx {