Add a patch to fix symbols failure in designer
authorGudjon I. Gudjonsson <gudjon@gudjon.org>
Thu, 21 Feb 2019 18:31:17 +0000 (19:31 +0100)
committerAndreas Beckmann <anbe@debian.org>
Sun, 16 Jun 2019 12:55:29 +0000 (13:55 +0100)
Gbp-Pq: Name 0009-Add-a-patch-to-fix-symbols-failure-in-designer.patch

designer-Qt4Qt5/designer.pro

index ce11f3886a2fae1c33243e3d305c19919a5c9caf..56113d8a72296447b26d55d5456406e4aedfae8a 100644 (file)
@@ -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 {