annotate src/qscintilla-1-fixes.patch @ 4410:9b1f851080b6

qscitilla: update to 2.10.1 * src/qscintilla.mk: update version, checksum, use -std=c++11, use _qtX notation of lib names * src/qscintilla-1-fixes.patch: update patch * src/qscintilla-2-matlab-fold.patch: removed patch * src/qscintilla-3-matlab-block-comment.patch: update patch, rename => qscintilla-2-matlab-block-comment.patch * src/qscintilla-4-matlab-end-op.patch: update patch, rename => qscintilla-3-matlab-end-op.patch * dist-files.mk: add qscintilla-2-matlab-block-comment.patch, scintilla-3-matlab-end-op.patch, remove qscintilla-2-matlab-fold.patch qscintilla-4-matlab-end-op.patch qscintilla-3-matlab-block-comment.patch
author John D
date Mon, 10 Jul 2017 17:00:55 -0400
parents 601ff07b0776
children e770e9162424
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
rev   line source
4410
9b1f851080b6 qscitilla: update to 2.10.1
John D
parents: 4210
diff changeset
1 diff -ur QScintilla_gpl-2.10.1.orig/Qt4Qt5/qscintilla.pro QScintilla_gpl-2.10.1/Qt4Qt5/qscintilla.pro
9b1f851080b6 qscitilla: update to 2.10.1
John D
parents: 4210
diff changeset
2 --- QScintilla_gpl-2.10.1.orig/Qt4Qt5/qscintilla.pro 2017-07-05 08:05:16.558914764 -0400
9b1f851080b6 qscitilla: update to 2.10.1
John D
parents: 4210
diff changeset
3 +++ QScintilla_gpl-2.10.1/Qt4Qt5/qscintilla.pro 2017-07-05 08:05:34.640424452 -0400
9b1f851080b6 qscitilla: update to 2.10.1
John D
parents: 4210
diff changeset
4 @@ -23,7 +23,7 @@
9b1f851080b6 qscitilla: update to 2.10.1
John D
parents: 4210
diff changeset
5 !win32:VERSION = 13.0.0
4210
601ff07b0776 qscintilla: dont use hide_symbols option
John D
parents:
diff changeset
6
601ff07b0776 qscintilla: dont use hide_symbols option
John D
parents:
diff changeset
7 TEMPLATE = lib
4410
9b1f851080b6 qscitilla: update to 2.10.1
John D
parents: 4210
diff changeset
8 -CONFIG += qt warn_off thread exceptions hide_symbols
4210
601ff07b0776 qscintilla: dont use hide_symbols option
John D
parents:
diff changeset
9 +CONFIG += qt warn_off release thread exceptions
601ff07b0776 qscintilla: dont use hide_symbols option
John D
parents:
diff changeset
10
4410
9b1f851080b6 qscitilla: update to 2.10.1
John D
parents: 4210
diff changeset
11 CONFIG(debug, debug|release) {
9b1f851080b6 qscitilla: update to 2.10.1
John D
parents: 4210
diff changeset
12 mac: {