projects
/
qscintilla2.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
82b74d4
)
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>
Tue, 23 Jun 2020 09:55:57 +0000
(10:55 +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 732afc1c4aac21020bc42b0c7ad1cf63c070e915..d32a352b486140ab44cbbea3f532c5baa282be60 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
}
macx {