comparison src/qscintilla-1-fixes.patch @ 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
children 9b1f851080b6
comparison
equal deleted inserted replaced
4209:5f6f60e3db31 4210:601ff07b0776
1 diff -ur QScintilla-gpl-2.9.2.orig/Qt4Qt5/qscintilla.pro QScintilla_gpl-2.9.2/Qt4Qt5/qscintilla.pro
2 --- QScintilla-gpl-2.9.2.orig/Qt4Qt5/qscintilla.pro 2016-09-09 09:27:33.180610774 -0400
3 +++ QScintilla_gpl-2.9.2/Qt4Qt5/qscintilla.pro 2016-09-09 09:28:05.519426207 -0400
4 @@ -24,7 +24,7 @@
5
6 TEMPLATE = lib
7 TARGET = qscintilla2
8 -CONFIG += qt warn_off release thread exceptions hide_symbols
9 +CONFIG += qt warn_off release thread exceptions
10 INCLUDEPATH += . ../include ../lexlib ../src
11
12 !CONFIG(staticlib) {