changeset 4210:601ff07b0776

qscintilla: dont use hide_symbols option * src/qscintilla-1-fixes.patch: new patch * dist-files.mk: add qscintilla-1-fixes.patch
author John D
date Fri, 09 Sep 2016 16:58:23 -0400
parents 5f6f60e3db31
children 18f214e37537
files dist-files.mk src/qscintilla-1-fixes.patch
diffstat 2 files changed, 13 insertions(+), 0 deletions(-) [+]
line wrap: on
line diff
--- a/dist-files.mk	Thu Sep 08 14:34:27 2016 -0400
+++ b/dist-files.mk	Fri Sep 09 16:58:23 2016 -0400
@@ -571,6 +571,7 @@
   qjson.mk \
   qrupdate-1-fixes.patch \
   qrupdate.mk \
+  qscintilla-1-fixes.patch \
   qscintilla.mk \
   qt-1-cherrypicks.patch \
   qt-2-shared-tools-fixes.patch \
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/src/qscintilla-1-fixes.patch	Fri Sep 09 16:58:23 2016 -0400
@@ -0,0 +1,12 @@
+diff -ur QScintilla-gpl-2.9.2.orig/Qt4Qt5/qscintilla.pro QScintilla_gpl-2.9.2/Qt4Qt5/qscintilla.pro
+--- QScintilla-gpl-2.9.2.orig/Qt4Qt5/qscintilla.pro	2016-09-09 09:27:33.180610774 -0400
++++ QScintilla_gpl-2.9.2/Qt4Qt5/qscintilla.pro	2016-09-09 09:28:05.519426207 -0400
+@@ -24,7 +24,7 @@
+ 
+ TEMPLATE = lib
+ TARGET = qscintilla2
+-CONFIG += qt warn_off release thread exceptions hide_symbols
++CONFIG += qt warn_off release thread exceptions
+ INCLUDEPATH += . ../include ../lexlib ../src
+ 
+ !CONFIG(staticlib) {