comparison src/qttools-1.patch @ 4735:4cea16af20b4

qt5: update to v5.11.0, add support pcre2 * src/qtbase.mk: update version, checksum * src/qtimageformats.mk: update checksum * src/qtisvg.mk: update checksum * src/qttools.mk: update checksum * src/qtbase-1-fixes.patch, src/qttools-1.patch: update patch from mxe.cc * src/pcre2.mk: new file * index.html: add pcre2 * src/sqlite.mk: enable column metadata
author John Donoghue
date Fri, 22 Jun 2018 08:28:05 -0400
parents 44b1a9b2193e
children 030e6ff3eac5
comparison
equal deleted inserted replaced
4732:a492f79fd69a 4735:4cea16af20b4
1 # This file is part of MXE. 1 # This file is part of MXE. See LICENSE.md for licensing information.
2 # See index.html for further information.
3 2
4 From 3dc7b77a86b4d399836472484a5b3448a27f1a1e Mon Sep 17 00:00:00 2001 3 From 3dc7b77a86b4d399836472484a5b3448a27f1a1e Mon Sep 17 00:00:00 2001
5 From: Mark Brand <mabrand@mabrand.nl> 4 From: Mark Brand <mabrand@mabrand.nl>
6 Date: Wed, 21 May 2014 11:31:45 +0200 5 Date: Wed, 21 May 2014 11:31:45 +0200
7 Subject: [PATCH] disable windeployqt (MXE specific) 6 Subject: [PATCH] disable windeployqt (MXE specific)
21 qtHaveModule(gui):!android:!ios:!qnx:!wince*:!winrt*:SUBDIRS += qtdiag 20 qtHaveModule(gui):!android:!ios:!qnx:!wince*:!winrt*:SUBDIRS += qtdiag
22 21
23 -- 22 --
24 2.1.2 23 2.1.2
25 24
26 diff -ur qttools-opensource-src-5.7.0.orig/src/linguist/lrelease/lrelease.pro qttools-opensource-src-5.7.0/src/linguist/lrelease/lrelease.pro
27 --- qttools-opensource-src-5.7.0.orig/src/linguist/lrelease/lrelease.pro 2016-08-25 16:36:01.797626791 -0400
28 +++ qttools-opensource-src-5.7.0/src/linguist/lrelease/lrelease.pro 2016-08-25 17:46:21.465008465 -0400
29 @@ -4,6 +4,8 @@
30
31 SOURCES += main.cpp
32
33 +INCLUDEPATH += XXX
34 +
35 include(../shared/formats.pri)
36 include(../shared/proparser.pri)
37