projects
/
qscintilla2.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
3335751
)
Add a patch to fix symbols failure in designer
author
Gudjon I. Gudjonsson
<gudjon@gudjon.org>
Thu, 21 Feb 2019 18:31:17 +0000
(19:31 +0100)
committer
Dmitry Shachnev
<mitya57@debian.org>
Thu, 24 Sep 2020 13:29:36 +0000
(14:29 +0100)
Gbp-Pq: Name 0009-Add-a-patch-to-fix-symbols-failure-in-designer.patch
designer-Qt4Qt5/designer.pro
patch
|
blob
|
history
diff --git
a/designer-Qt4Qt5/designer.pro
b/designer-Qt4Qt5/designer.pro
index 504c14bd38e01a63b04d067e3bd6dc127b5819ca..745dcea6dcc45c665c32d99567d8a12acb58f81c 100644
(file)
--- 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
}
HEADERS = qscintillaplugin.h