Commit Graph

12 Commits

Author SHA1 Message Date
Mark Brand a935ec65c6 update qt5 modules to 5.7.1 2016-12-15 18:35:09 +01:00
Boris Nagaev 6c263935cb qtbase: Fix wrong assert
Fix https://github.com/mxe/mxe/issues/1572
2016-11-20 00:26:51 +03:00
Boris Nagaev b242fb2f4f unify qtbase-1-fixes.patch 2016-11-20 00:26:51 +03:00
Boris Nagaev 6adb5ade12 Copyright headers: point to LICENSE.md and shorten
The following script was applied:

    sed ':a;/part of MXE.$/{N;s/\n//;ba}' -i $(git grep -l 'part of MXE')

    sed 's/\(part of MXE\).*\(See index.html\)/\1. \2/' -i \
        $(git grep -l 'part of MXE.*See index.html')

    before='This file is part of MXE. See index.html for further information.'
    after='This file is part of MXE. See LICENSE.md for licensing information.'
    sed "s/$before/$after/" -i $(git grep -l 'part of MXE')

Then git grep 'index.html for further information' revealed two other files.
One of them was patched manually (patch.mk). Makefile has text
"See index.html for further information" unrelated to licensing.

See https://github.com/mxe/mxe/issues/1500#issuecomment-241340792
2016-08-27 12:31:29 +03:00
Tony Theodore fef76ed094 qtbase: fix pkgconfig files and enable debug variants
fixes #1316
2016-07-17 00:29:41 +10:00
Mark Brand 1fdca56e74 qtbase: updated fontconfig/freetype patch 2016-06-21 02:04:24 +02:00
Boris Pek ac52a067e9 qtbase: fix build with -fontconfig and -system-freetype for MS Windows
https://github.com/mxe/mxe/pull/1400
2016-06-19 10:32:26 +02:00
Mark Brand 341bca52d5 upgrade to Qt 5.7.0 2016-06-17 12:19:24 +02:00
Mark Brand f6b4404618 upgrade to Qt 5.6.0
removed modules:
    qtquick1
    qtwebkit

new modules:
    qtquickcontrols2
    qtwebview
2016-03-16 22:20:43 +01:00
Boris Pek 94c2ffda28 qtbase: update patch for fixing `ar' error:
`u' modifier ignored since `D' is the default (see `U')
This error is shown during builds of end-user programs.
2016-02-24 21:44:59 +03:00
Boris Nagaev eb43c1c0ad fix build with CMake + Qt5 (QUiLoader)
Add the patch known to fix this issue in
https://github.com/Alexpux/MINGW-packages/issues/762
(cmake: Rearrange STATIC vs INTERFACE targets).

fix #1185
2016-01-17 15:44:54 +03:00
Boris Nagaev 4d1ef34f85 qtbase: unify the patch 2016-01-17 13:37:08 +03:00
Renamed from src/qtbase-1.patch (Browse further)