Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | qtbase: don't force c++std | Mark Brand | 2017-06-02 | 1 | -1/+0 |
| | | | | Qt already uses c++1z/c++14/c++11 by default. | ||||
* | upgrade qt5 packages to Qt 5.9.0 | Mark Brand | 2017-06-02 | 1 | -4/+4 |
| | |||||
* | more URL updates | Viktor Szakats | 2017-03-10 | 1 | -2/+2 |
| | |||||
* | URL updates | Viktor Szakats | 2017-03-04 | 1 | -1/+1 |
| | |||||
* | upgrade qt5 modules to 5.8.0 | Mark Brand | 2017-01-30 | 1 | -4/+8 |
| | |||||
* | add _WEBSITE and _DESCR fields to core packages | Boris Nagaev | 2016-12-22 | 1 | -0/+2 |
| | | | | | | See https://github.com/mxe/mxe/issues/1422 Automation (Python 2 code): https://gist.github.com/9f5c315e5d0cf113d41dc454b7a0eb41 | ||||
* | update qt5 modules to 5.7.1 | Mark Brand | 2016-12-15 | 1 | -2/+2 |
| | |||||
* | apply `make cleanup-deps-style` | Boris Nagaev | 2016-12-05 | 1 | -1/+1 |
| | |||||
* | qt, qtbase: -no-pch (pre-compiled header support) | Boris Nagaev | 2016-10-28 | 1 | -0/+1 |
| | | | | | | | | | | | | | 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 | ||||
* | Copyright headers: point to LICENSE.md and shorten | Boris Nagaev | 2016-08-27 | 1 | -2/+1 |
| | | | | | | | | | | | | | | | | | | | 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 | ||||
* | qt qtbase: add pthreads to postgresql libs | Tony Theodore | 2016-08-16 | 1 | -1/+1 |
| | |||||
* | qtbase: fix pkgconfig files and enable debug variants | Tony Theodore | 2016-07-16 | 1 | -7/+6 |
| | | | | fixes #1316 | ||||
* | qtbase: restore fontconfig and freetype to deps | Mark Brand | 2016-06-19 | 1 | -1/+1 |
| | | | | Follow-up to ac52a067e966f0ed79cd4c2e361180a64f6b9f3b | ||||
* | qtbase: fix build with -fontconfig and -system-freetype for MS Windows | Boris Pek | 2016-06-19 | 1 | -2/+2 |
| | | | | https://github.com/mxe/mxe/pull/1400 | ||||
* | upgrade to Qt 5.7.0 | Mark Brand | 2016-06-17 | 1 | -6/+6 |
| | |||||
* | fix qtbase on Wheezy (don't use c++1y) | Boris Nagaev | 2016-04-06 | 1 | -0/+1 |
| | | | | | | | 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. | ||||
* | upgrade to Qt 5.6.0 | Mark Brand | 2016-03-16 | 1 | -3/+3 |
| | | | | | | | | | | removed modules: qtquick1 qtwebkit new modules: qtquickcontrols2 qtwebview | ||||
* | qtbase: improve update macro | Mark Brand | 2015-10-16 | 1 | -1/+2 |
| | |||||
* | Merge pull request #937 from saiarcot895/upstream-fix-qt-mysql-detection | Boris Nagaev | 2015-10-16 | 1 | -0/+1 |
|\ | | | | | Ensure that our mysql-config is used and not the system mysql-config … | ||||
| * | Ensure that our mysql-config is used and not the system mysql-config when ↵ | Saikrishna Arcot | 2015-10-15 | 1 | -0/+1 |
| | | | | | | | | building Qt 5. | ||||
* | | update qt5 modules | Mark Brand | 2015-10-15 | 1 | -2/+2 |
|/ | |||||
* | qtbase: enable shared mysql plugin | Tony Theodore | 2015-10-08 | 1 | -1/+1 |
| | |||||
* | qtbase: enable building mysql driver | Mark Brand | 2015-10-06 | 1 | -2/+2 |
| | |||||
* | qt and qtbase: fix the test built the manual way | Boris Nagaev | 2015-09-23 | 1 | -1/+9 |
| | | | | | | Add MOC and RCC commands and files produced to the test. close #883 | ||||
* | all packages: really use sha256 checksums | Tony Theodore | 2015-09-23 | 1 | -1/+1 |
| | |||||
* | many packages: cleanup deps ordering | Tony Theodore | 2015-09-23 | 1 | -1/+1 |
| | |||||
* | all packages: switch to sha256 checksums | Tony Theodore | 2015-09-23 | 1 | -1/+1 |
| | | | | closes #871 | ||||
* | boost hdf5 qt qtbase: write to $(CMAKE_TOOLCHAIN_DIR) instead of ↵ | Tony Theodore | 2015-09-12 | 1 | -2/+1 |
| | | | | | | $(CMAKE_TOOLCHAIN_FILE) Fixes #823 | ||||
* | Revert "qtbase: dont use fontconfig and freetype" | Mark Brand | 2015-08-06 | 1 | -3/+3 |
| | | | | This reverts commit 48c51901a74ef51bc7abb92e8c0ce0cbe1a7c5e0. | ||||
* | qtbase: dont use fontconfig and freetype | Mark Brand | 2015-08-06 | 1 | -3/+3 |
| | |||||
* | update qt5 modules | Mark Brand | 2015-08-06 | 1 | -3/+3 |
| | |||||
* | qtbase: remove obsolete icu dependency | Mark Brand | 2015-07-30 | 1 | -1/+1 |
| | | | | Follow-up to 7eef8b4e298056df2d6d5e2df97e9a8b5590ef12 | ||||
* | Remove Qt5_DIR definition | Timothy Gu | 2015-07-20 | 1 | -2/+0 |
| | | | It's extraneous, and let's let CMake find that out. | ||||
* | Set CMAKE_SYSTEM_PREFIX_PATH and Qt5_DIR in CMake toolchain | Timothy Gu | 2015-07-20 | 1 | -2/+4 |
| | |||||
* | Merge pull request #584 from uwehermann/qt5_cmake | Timothy Gu | 2015-07-20 | 1 | -0/+4 |
|\ | | | | | qtbase: Append Qt5 cmake dir to CMAKE_PREFIX_PATH. | ||||
| * | qtbase: Append Qt5 cmake dir to CMAKE_PREFIX_PATH. | Uwe Hermann | 2014-12-11 | 1 | -0/+4 |
| | | | | | | | | This allows cmake-using programs to find Qt5 components. | ||||
* | | qtbase: Disable icu | Timothy Gu | 2015-06-23 | 1 | -1/+2 |
| | | | | | | Fixes #653. | ||||
* | | qtbase: Fix update routine | Timothy Gu | 2015-06-19 | 1 | -1/+1 |
| | | |||||
* | | qt5 modules: update | Mark Brand | 2015-06-03 | 1 | -3/+3 |
| | | |||||
* | | qt5 modules: update | Mark Brand | 2015-02-27 | 1 | -2/+2 |
| | | |||||
* | | qtbase: Don't try to use gold. | Tobias Gruetzmacher | 2015-02-05 | 1 | -0/+1 |
|/ | |||||
* | qtbase: fix shared build | Mark Brand | 2014-12-10 | 1 | -1/+1 |
| | | | | Typo in 839eaf513b0068589a531e9a7a5525dc206860bd broke it. | ||||
* | qt5 modules: update | Mark Brand | 2014-12-10 | 1 | -3/+3 |
| | |||||
* | qtbase: build sql drivers as plugins | Mark Brand | 2014-12-09 | 1 | -5/+4 |
| | | | | | | | Since Qt 5.3.0, static plugin linking is taken care of automaticallly by qmake, which removes the reason for building the sql drivers into QtSql instead of as plugins. For shared builds, plugins is the sensible choice too. | ||||
* | qt5: update modules | Mark Brand | 2014-12-06 | 1 | -3/+3 |
| | |||||
* | Remove i686-pc-mingw32 package recipes | Timothy Gu | 2014-10-14 | 1 | -1/+0 |
| | | | | Signed-off-by: Timothy Gu <timothygu99@gmail.com> | ||||
* | Revert "qt5: try to fix CMake files" | Timothy Gu | 2014-09-23 | 1 | -2/+0 |
| | | | | This reverts commit 8a6cf7cab7ab03217fd8e6c305eabc7d2913a4b3. | ||||
* | qt5: try to fix CMake files | Timothy Gu | 2014-09-23 | 1 | -0/+2 |
| | | | | | | | | | See #466. This is one of the worst hacks I've ever seen. If there is a way to fix this better, please mention on #466. Signed-off-by: Timothy Gu <timothygu99@gmail.com> | ||||
* | update qt5 modules | Mark Brand | 2014-09-16 | 1 | -2/+2 |
| | |||||
* | qtbase: disable i686-pc-mingw32 targets | Mark Brand | 2014-08-28 | 1 | -0/+2 |
| | | | | As of version 5.3.1 qtbase requires comdef.h, which MinGW lacks. |