Commit Graph

95 Commits

Author SHA1 Message Date
Tony Theodore 8418ae7764 qtifw: build native qmake and deps 2018-11-23 01:24:16 +11:00
Mark Brand 063ce66ec0 qt5: update to 5.11.2 2018-09-20 09:22:54 +02:00
Mark Brand 2de6bde8c4 qt5: update to 5.11.1 2018-06-19 23:30:54 +02:00
Mark Brand cd5b441591 qtbase: ignore warning during test build
Building test program produces warning:
    redeclared without dllimport attribute after being referenced with dll linkage

This warning was already ignored in the test using qmake, so ignore it
using pkgconfig too.
2018-05-24 01:38:32 +02:00
Mark Brand 56d0329c28 qt5: update to 5.11.0 2018-05-24 01:38:32 +02:00
Mark Brand 6cca41d7b5 qt5: update to 5.10.1 2018-02-15 09:34:52 +01:00
Tony Theodore afad953459 qtbase: fix cmake lib config after update 2017-12-24 16:39:22 +11:00
Tony Theodore 01e2a64d00 cross packages: replace dependency gcc with cc 2017-12-23 08:19:00 +11:00
Mark Brand 0eda225dff qt5: update to 5.10.0 2017-12-16 11:24:09 +01:00
Mark Brand add612f408 qt5: update to 5.9.3 2017-11-22 22:23:29 +01:00
Mark Brand 3d2369f71d qt5: update to 5.9.2
qtwebkit is still at version 5.9.1 since 5.9.2 is not published.
2017-10-07 11:55:33 +02:00
Mark Brand f265e06998 upgrade qt5 packages to Qt 5.9.1 2017-07-31 21:58:03 +02:00
Martin Müllenhaupt 7b96309cb7 qtbase: fix CMake static linking dependencies 2017-07-21 08:49:44 +02:00
Mark Brand 49c892298d correct PKG_CONFIG_LIBDIR for qtbase 2017-06-16 11:56:32 +02:00
Mark Brand 13461793aa qtbase: don't force c++std
Qt already uses c++1z/c++14/c++11 by default.
2017-06-02 22:51:30 +02:00
Mark Brand 89c89b628a upgrade qt5 packages to Qt 5.9.0 2017-06-02 19:27:59 +02:00
Viktor Szakats 45d34aaac7 more URL updates 2017-03-10 13:59:00 +00:00
Viktor Szakats e961e447fb URL updates 2017-03-04 10:33:47 +00:00
Mark Brand 0f724ee4b3 upgrade qt5 modules to 5.8.0 2017-01-30 22:15:01 +01:00
Boris Nagaev 74163f1794 add _WEBSITE and _DESCR fields to core packages
See https://github.com/mxe/mxe/issues/1422

Automation (Python 2 code): https://gist.github.com/9f5c315e5d0cf113d41dc454b7a0eb41
2016-12-22 22:25:48 +01:00
Mark Brand a935ec65c6 update qt5 modules to 5.7.1 2016-12-15 18:35:09 +01:00
Boris Nagaev 647ea47b82 apply `make cleanup-deps-style` 2016-12-05 09:40:54 +01:00
Boris Nagaev 913b396a09 qt, qtbase: -no-pch (pre-compiled header support)
Qt and qtbase fail to build if host compiler is GCC 6
with the following error message:

cc1: error: one or more PCH files were found, but they were invalid
cc1: error: use -Winvalid-pch for more information
cc1: fatal error: .obj/release-shared/qt_pch.h: No such file or directory

See https://github.com/mxe/mxe/issues/1554
See https://github.com/mxe/mxe/issues/1103
See https://github.com/mxe/mxe/pull/1527#issuecomment-254001204
2016-10-29 01:57:46 +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 ec2ed12b6f qt qtbase: add pthreads to postgresql libs 2016-08-17 04:48:11 +10:00
Tony Theodore fef76ed094 qtbase: fix pkgconfig files and enable debug variants
fixes #1316
2016-07-17 00:29:41 +10:00
Mark Brand 1b54790496 qtbase: restore fontconfig and freetype to deps
Follow-up to ac52a067e9
2016-06-19 10:59:36 +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
Boris Nagaev 0e0cd0c09d fix qtbase on Wheezy (don't use c++1y)
The error: `g++: error: unrecognized command line option ‘-std=c++1y’`
Full log: https://gist.github.com/147a8e697b4be73dad0218598dab2608

The problem was solved by setting C++ version to C++11 explicitly.
2016-04-06 23:20:46 +03: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
Mark Brand a868bf635e qtbase: improve update macro 2015-10-16 10:44:41 +02:00
Boris Nagaev 23e6a9a2cd Merge pull request #937 from saiarcot895/upstream-fix-qt-mysql-detection
Ensure that our mysql-config is used and not the system mysql-config …
2015-10-16 03:29:05 +03:00
Saikrishna Arcot 787e877d36
Ensure that our mysql-config is used and not the system mysql-config when building Qt 5. 2015-10-15 14:35:07 -04:00
Mark Brand b93b12d762 update qt5 modules 2015-10-15 10:33:18 +02:00
Tony Theodore 46fe764cf3 qtbase: enable shared mysql plugin 2015-10-08 16:28:13 +11:00
Mark Brand 16e417f9d9 qtbase: enable building mysql driver 2015-10-06 13:18:18 +02:00
Boris Nagaev d38cb7ee2e qt and qtbase: fix the test built the manual way
Add MOC and RCC commands and files produced to the test.

close #883
2015-09-23 23:07:15 +03:00
Tony Theodore fc0ed34fb9 all packages: really use sha256 checksums 2015-09-23 18:32:58 +10:00
Tony Theodore ac7344aaef many packages: cleanup deps ordering 2015-09-23 17:41:16 +10:00
Tony Theodore a228c0488f all packages: switch to sha256 checksums
closes #871
2015-09-23 17:27:16 +10:00
Tony Theodore 44438d6e6a boost hdf5 qt qtbase: write to $(CMAKE_TOOLCHAIN_DIR) instead of $(CMAKE_TOOLCHAIN_FILE)
Fixes #823
2015-09-12 13:43:05 +10:00
Mark Brand 08e8e8d697 Revert "qtbase: dont use fontconfig and freetype"
This reverts commit 48c51901a74ef51bc7abb92e8c0ce0cbe1a7c5e0.
2015-08-07 01:26:02 +02:00
Mark Brand b4885ae64f qtbase: dont use fontconfig and freetype 2015-08-07 01:26:02 +02:00
Mark Brand 1d6ea923de update qt5 modules 2015-08-07 01:26:02 +02:00
Mark Brand ccbf96fbcb qtbase: remove obsolete icu dependency
Follow-up to 7eef8b4e29
2015-07-30 11:51:37 +02:00
Timothy Gu b502b6cc77 Remove Qt5_DIR definition
It's extraneous, and let's let CMake find that out.
2015-07-20 08:46:15 +08:00
Timothy Gu 9407cab3f3 Set CMAKE_SYSTEM_PREFIX_PATH and Qt5_DIR in CMake toolchain 2015-07-20 08:32:11 +08:00
Timothy Gu c4c8dc3c40 Merge pull request #584 from uwehermann/qt5_cmake
qtbase: Append Qt5 cmake dir to CMAKE_PREFIX_PATH.
2015-07-20 08:30:16 +08:00
Timothy Gu 7eef8b4e29 qtbase: Disable icu
Fixes #653.
2015-06-23 16:09:32 +08:00