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.13.3+dfsg-3+rpi1~1^2~2 X-Git-Url: https://dgit.raspbian.org/?a=commitdiff_plain;h=5d3bd188c7f9058a3c1d0582918ce164b6849e33;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/designer.pro b/designer/designer.pro index 2021a3d..c1729f6 100644 --- a/designer/designer.pro +++ b/designer/designer.pro @@ -14,6 +14,11 @@ QT += designer # Work around QTBUG-39300. CONFIG -= android_install +greaterThan(QT_MAJOR_VERSION, 5) { + LIBS += -lqscintilla2_qt6 +} else { + LIBS += -lqscintilla2_qt5 +} HEADERS = qscintillaplugin.h SOURCES = qscintillaplugin.cpp