projects
/
qscintilla2.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
80145a5
)
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
Gudjon I. Gudjonsson
<gudjon@gudjon.org>
Thu, 21 Feb 2019 18:34:03 +0000
(18:34 +0000)
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 ce11f3886a2fae1c33243e3d305c19919a5c9caf..56113d8a72296447b26d55d5456406e4aedfae8a 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 {