From 678148246990ea22e5513490a24d113a02b112b8 Mon Sep 17 00:00:00 2001 From: "Gudjon I. Gudjonsson" Date: Thu, 21 Feb 2019 19:31:17 +0100 Subject: [PATCH] Add a patch to fix symbols failure in designer Gbp-Pq: Name 0009-Add-a-patch-to-fix-symbols-failure-in-designer.patch --- designer-Qt4Qt5/designer.pro | 2 ++ 1 file changed, 2 insertions(+) diff --git a/designer-Qt4Qt5/designer.pro b/designer-Qt4Qt5/designer.pro index ce11f38..56113d8 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 { -- 2.30.2