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)
committerDmitry Shachnev <mitya57@debian.org>
Tue, 19 Nov 2019 05:31:13 +0000 (05:31 +0000)
Gbp-Pq: Name 0009-Add-a-patch-to-fix-symbols-failure-in-designer.patch

designer-Qt4Qt5/designer.pro

index 732afc1c4aac21020bc42b0c7ad1cf63c070e915..d32a352b486140ab44cbbea3f532c5baa282be60 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 {