summaryrefslogtreecommitdiffstats
path: root/src/qtbase.mk
Commit message (Collapse)AuthorAgeFilesLines
* qt5: update to 5.11.2Mark Brand2018-09-201-2/+2
|
* qt5: update to 5.11.1Mark Brand2018-06-191-2/+2
|
* qtbase: ignore warning during test buildMark Brand2018-05-231-1/+1
| | | | | | | | 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.
* qt5: update to 5.11.0Mark Brand2018-05-231-3/+3
|
* qt5: update to 5.10.1Mark Brand2018-02-151-2/+2
|
* qtbase: fix cmake lib config after updateTony Theodore2017-12-241-1/+1
|
* cross packages: replace dependency gcc with ccTony Theodore2017-12-221-1/+1
|
* qt5: update to 5.10.0Mark Brand2017-12-161-5/+5
|
* qt5: update to 5.9.3Mark Brand2017-11-221-2/+2
|
* qt5: update to 5.9.2Mark Brand2017-10-071-2/+2
| | | | qtwebkit is still at version 5.9.1 since 5.9.2 is not published.
* upgrade qt5 packages to Qt 5.9.1Mark Brand2017-07-311-2/+2
|
* qtbase: fix CMake static linking dependenciesMartin Müllenhaupt2017-07-211-0/+5
|
* correct PKG_CONFIG_LIBDIR for qtbaseMark Brand2017-06-161-1/+1
|
* qtbase: don't force c++stdMark Brand2017-06-021-1/+0
| | | | Qt already uses c++1z/c++14/c++11 by default.
* upgrade qt5 packages to Qt 5.9.0Mark Brand2017-06-021-4/+4
|
* more URL updatesViktor Szakats2017-03-101-2/+2
|
* URL updatesViktor Szakats2017-03-041-1/+1
|
* upgrade qt5 modules to 5.8.0Mark Brand2017-01-301-4/+8
|
* add _WEBSITE and _DESCR fields to core packagesBoris Nagaev2016-12-221-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.1Mark Brand2016-12-151-2/+2
|
* apply `make cleanup-deps-style`Boris Nagaev2016-12-051-1/+1
|
* qt, qtbase: -no-pch (pre-compiled header support)Boris Nagaev2016-10-281-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 shortenBoris Nagaev2016-08-271-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 libsTony Theodore2016-08-161-1/+1
|
* qtbase: fix pkgconfig files and enable debug variantsTony Theodore2016-07-161-7/+6
| | | | fixes #1316
* qtbase: restore fontconfig and freetype to depsMark Brand2016-06-191-1/+1
| | | | Follow-up to ac52a067e966f0ed79cd4c2e361180a64f6b9f3b
* qtbase: fix build with -fontconfig and -system-freetype for MS WindowsBoris Pek2016-06-191-2/+2
| | | | https://github.com/mxe/mxe/pull/1400
* upgrade to Qt 5.7.0Mark Brand2016-06-171-6/+6
|
* fix qtbase on Wheezy (don't use c++1y)Boris Nagaev2016-04-061-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.0Mark Brand2016-03-161-3/+3
| | | | | | | | | | removed modules: qtquick1 qtwebkit new modules: qtquickcontrols2 qtwebview
* qtbase: improve update macroMark Brand2015-10-161-1/+2
|
* Merge pull request #937 from saiarcot895/upstream-fix-qt-mysql-detectionBoris Nagaev2015-10-161-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 Arcot2015-10-151-0/+1
| | | | | | | | building Qt 5.
* | update qt5 modulesMark Brand2015-10-151-2/+2
|/
* qtbase: enable shared mysql pluginTony Theodore2015-10-081-1/+1
|
* qtbase: enable building mysql driverMark Brand2015-10-061-2/+2
|
* qt and qtbase: fix the test built the manual wayBoris Nagaev2015-09-231-1/+9
| | | | | | Add MOC and RCC commands and files produced to the test. close #883
* all packages: really use sha256 checksumsTony Theodore2015-09-231-1/+1
|
* many packages: cleanup deps orderingTony Theodore2015-09-231-1/+1
|
* all packages: switch to sha256 checksumsTony Theodore2015-09-231-1/+1
| | | | closes #871
* boost hdf5 qt qtbase: write to $(CMAKE_TOOLCHAIN_DIR) instead of ↵Tony Theodore2015-09-121-2/+1
| | | | | | $(CMAKE_TOOLCHAIN_FILE) Fixes #823
* Revert "qtbase: dont use fontconfig and freetype"Mark Brand2015-08-061-3/+3
| | | | This reverts commit 48c51901a74ef51bc7abb92e8c0ce0cbe1a7c5e0.
* qtbase: dont use fontconfig and freetypeMark Brand2015-08-061-3/+3
|
* update qt5 modulesMark Brand2015-08-061-3/+3
|
* qtbase: remove obsolete icu dependencyMark Brand2015-07-301-1/+1
| | | | Follow-up to 7eef8b4e298056df2d6d5e2df97e9a8b5590ef12
* Remove Qt5_DIR definitionTimothy Gu2015-07-201-2/+0
| | | It's extraneous, and let's let CMake find that out.
* Set CMAKE_SYSTEM_PREFIX_PATH and Qt5_DIR in CMake toolchainTimothy Gu2015-07-201-2/+4
|
* Merge pull request #584 from uwehermann/qt5_cmakeTimothy Gu2015-07-201-0/+4
|\ | | | | qtbase: Append Qt5 cmake dir to CMAKE_PREFIX_PATH.
| * qtbase: Append Qt5 cmake dir to CMAKE_PREFIX_PATH.Uwe Hermann2014-12-111-0/+4
| | | | | | | | This allows cmake-using programs to find Qt5 components.
* | qtbase: Disable icuTimothy Gu2015-06-231-1/+2
| | | | | | Fixes #653.