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>
Sat, 23 Oct 2021 12:45:08 +0000 (13:45 +0100)
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