aboutsummaryrefslogtreecommitdiff
path: root/ports/qt5
AgeCommit message (Collapse)Author
2017-02-23[qt5] Reduce number of skipped components.Robert Schumacher
2017-02-23[qt5] Exercise full control over build configuration.Robert Schumacher
Bumps version to 5.7.1-2 This fixes several issues: - Prevents a hang for user input during the build. - Moves the tools into a subdirectory so their DLLs do not interfere with other packages. - Adds the currently installed DLLs to the path so that tools compiled during the build can be run. - Uses our system's copy of double-conversion. - No longer uses looped builds; I haven't seen issues since the update to JOM 1.1.2 - Works around an issue with Qt5Bootstrap (QTBUG-55499) Regressions to fix: - Disables many subcomponents
2017-02-08Reorder path alterations to generally append instead of prepend.Robert Schumacher
This solves the issue where some software bundles (git) provide multiple executables in the same folder, which can override other desired programs (link.exe).
2017-01-06[qt5] Fix tabs/spaces mismatchSilvio Traversaro
2017-01-06[qt5] Avoid printing warnings for problems in applying"confguration patches"Silvio Traversaro
The `QUIET` option for `vcpkg_apply_patches` was added in https://github.com/Microsoft/vcpkg/commit/f4c34bb42dd0fe8217d4d54a9a4a2eeecdb0f0f4 . Fixes https://github.com/Microsoft/vcpkg/issues/411 .
2016-12-29[qt5] Bump versionSilvio Traversaro
2016-12-29[qt5] Turn -no-pcre -qt-pcreSilvio Traversaro
Despite Qt documentation ( http://doc.qt.io/qt-5/configure-options.html ) `-no-pcre` is not recognized as an option, while `-qt-pcre` is recognized as an option.
2016-12-27[qt5] Bump versionAlexander Karatarakis
2016-12-24[qt5] Explicitly avoid compiling qt dependencies that could be available in ↵Silvio Traversaro
vcpkg To avoid problems such as the one described in https://github.com/Microsoft/vcpkg/issues/412 . If a particular dependency is actually needed, it can be added `-qt-<dep>` or `-system-<dep> to use the vcpkg version, see https://github.com/Microsoft/vcpkg/issues/455 .
2016-12-21bump qt5 versionCharlie Barto
2016-12-20work on qt5 5.7.1Charlie Barto
2016-12-02Added libpq support to qt5charlie barto
qt5 changes more qt5 changes added libpq to qt5 fix merge fixed left over git thing
2016-11-14Fix the xinputgamepad.dll directory issue.sdcb
2016-11-14Fix xinputgamepadd.dll directory issue.sdcb
2016-11-10[qt5] remove the empty plugins/gamepads folder (which caused a installation ↵sdcb
failure).
2016-11-09[qt5] Version bump for plugin changesRobert Schumacher
2016-11-08plugin fixesBarath Kannan
2016-11-07[qt5] Don't copy PDBs for tools. Skip plugins directory (it's empty?).Robert Schumacher
2016-11-01made some qt5 fixesCharles Barto
2016-10-30fixes for plugin installation, cmake package filesBarath Kannan
2016-10-26jom the install, dynamic linkage means tools need the dllsBarath Kannan
2016-10-25virtual keyboard directory isn't created in static builds, no rename requiredBarath Kannan
2016-10-25need a function to repeatedly build up to a number of failures, since qt ↵Barath Kannan
builds are so flaky
2016-10-25static installation fixesBarath Kannan
2016-10-25static linkage and jom fixesBarath Kannan
2016-10-25add qt5 support, working install but static linkage with RT needs to be ↵Barath Kannan
implemented