summaryrefslogtreecommitdiffstats
path: root/src/qtbase.mk
Commit message (Collapse)AuthorAgeFilesLines
* 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.
* | qtbase: Fix update routineTimothy Gu2015-06-191-1/+1
| |
* | qt5 modules: updateMark Brand2015-06-031-3/+3
| |
* | qt5 modules: updateMark Brand2015-02-271-2/+2
| |
* | qtbase: Don't try to use gold.Tobias Gruetzmacher2015-02-051-0/+1
|/
* qtbase: fix shared buildMark Brand2014-12-101-1/+1
| | | | Typo in 839eaf513b0068589a531e9a7a5525dc206860bd broke it.
* qt5 modules: updateMark Brand2014-12-101-3/+3
|
* qtbase: build sql drivers as pluginsMark Brand2014-12-091-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 modulesMark Brand2014-12-061-3/+3
|
* Remove i686-pc-mingw32 package recipesTimothy Gu2014-10-141-1/+0
| | | | Signed-off-by: Timothy Gu <timothygu99@gmail.com>
* Revert "qt5: try to fix CMake files"Timothy Gu2014-09-231-2/+0
| | | | This reverts commit 8a6cf7cab7ab03217fd8e6c305eabc7d2913a4b3.