Граф коммитов

31 Коммитов

Автор SHA1 Сообщение Дата
Robert Schumacher 558d54dd4e [qt5] Add qtdeploy.ps1 to enhance applocal.ps1 when Qt is in use. 2017-03-31 06:35:23 -07:00
Steffen André Langnes a81ac6282e [qt5] Configure without -no-style-* parameters
Removed the parameters for Windows styles because they prevent proper style rendering (defaults to Windows 9x style).

Removed the parameter for the fusion style for consistency.
2017-03-29 22:57:43 +02:00
Robert Schumacher f17fd50a62 [qt5] Enable opengl desktop to support QWT 2017-03-20 16:20:02 -07:00
Robert Schumacher e3d9627757 [qt5] Fix regression from dd6d1aa5. When building a static triplet, repeat the build on failure. 2017-03-06 17:52:25 -08:00
Robert Schumacher df4d385d3d [qt5] Further reduce regressions.
Fix issue where generated cmake points at the wrong tools folder.
2017-02-24 16:00:05 -08:00
Robert Schumacher e4ff363f5c [qt5] Reduce number of skipped components. 2017-02-23 19:01:01 -08:00
Robert Schumacher dd6d1aa560 [qt5] Exercise full control over build configuration.
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-23 03:34:21 -08:00
Robert Schumacher 116b1b8c66 Reorder path alterations to generally append instead of prepend.
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-02-08 17:39:31 -08:00
Silvio Traversaro fc8228a79b [qt5] Fix tabs/spaces mismatch 2017-01-06 23:04:20 +01:00
Silvio Traversaro 95ff552b85 [qt5] Avoid printing warnings for problems in applying"confguration patches"
The `QUIET` option for `vcpkg_apply_patches` was added in f4c34bb42d . 
Fixes https://github.com/Microsoft/vcpkg/issues/411 .
2017-01-06 23:02:19 +01:00
Silvio Traversaro 614320e007 [qt5] Bump version 2016-12-29 10:59:48 +01:00
Silvio Traversaro 6741f959bb [qt5] Turn -no-pcre -qt-pcre
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-29 10:59:02 +01:00
Alexander Karatarakis 2d9f8ff115 [qt5] Bump version 2016-12-27 14:23:20 -08:00
Silvio Traversaro 1cc6a9c4ce [qt5] Explicitly avoid compiling qt dependencies that could be available in 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-24 15:26:58 +01:00
Charlie Barto e88b9c9160 bump qt5 version 2016-12-21 14:56:51 -05:00
Charlie Barto a82d7a4405 work on qt5 5.7.1 2016-12-20 20:37:16 -05:00
charlie barto 67303f1569 Added libpq support to qt5
qt5 changes

more qt5 changes

added libpq to qt5

fix merge

fixed left over git thing
2016-12-02 12:19:18 -05:00
sdcb daa8382208 Fix the xinputgamepad.dll directory issue. 2016-11-14 17:39:22 +08:00
sdcb 202c113a7c Fix xinputgamepadd.dll directory issue. 2016-11-14 17:37:16 +08:00
sdcb 6e30c933f1 [qt5] remove the empty plugins/gamepads folder (which caused a installation failure). 2016-11-10 11:13:56 +08:00
Robert Schumacher bdcdb4408d [qt5] Version bump for plugin changes 2016-11-09 15:21:52 -08:00
Barath Kannan 15f3aa7ce6 plugin fixes 2016-11-08 22:16:13 +11:00
Robert Schumacher 5e058c2192 [qt5] Don't copy PDBs for tools. Skip plugins directory (it's empty?). 2016-11-07 21:35:08 -08:00
Charles Barto b25c13c155 made some qt5 fixes 2016-11-01 19:19:05 -04:00
Barath Kannan a79c348045 fixes for plugin installation, cmake package files 2016-10-30 13:45:09 +11:00
Barath Kannan 9467c1bd81 jom the install, dynamic linkage means tools need the dlls 2016-10-26 12:30:58 +11:00
Barath Kannan ab4aa274c1 virtual keyboard directory isn't created in static builds, no rename required 2016-10-25 22:27:51 +11:00
Barath Kannan 162ba52f43 need a function to repeatedly build up to a number of failures, since qt builds are so flaky 2016-10-25 20:56:02 +11:00
Barath Kannan 7e19b17a07 static installation fixes 2016-10-25 16:14:21 +11:00
Barath Kannan 8dbeacd5ad static linkage and jom fixes 2016-10-25 12:39:50 +11:00
Barath Kannan 0af6ca8123 add qt5 support, working install but static linkage with RT needs to be implemented 2016-10-25 02:06:27 +11:00