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, 1 Dec 2020 18:27:07 +0000 (18:27 +0000)
Gbp-Pq: Name 0009-Add-a-patch-to-fix-symbols-failure-in-designer.patch

designer-Qt4Qt5/designer.pro

index 504c14bd38e01a63b04d067e3bd6dc127b5819ca..745dcea6dcc45c665c32d99567d8a12acb58f81c 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
 }
 
 HEADERS = qscintillaplugin.h