aboutsummaryrefslogtreecommitdiff
path: root/ports/qt5
AgeCommit message (Collapse)Author
2018-02-12add qt5-graphicaleffectsMarkus Heß
2018-02-12add qt5-quickcontrols portMarkus Heß
2018-02-12add qt5-quickcontrols2Markus Heß
2018-01-18append hyphen to qt5 module namesBarath Kannan
2017-12-31qt5 network auth moduleBarath Kannan
2017-12-27resolve merge conflictsBarath Kannan
2017-12-21[qt5] Add atlmfc to dependencies on windows due to tlbase.h inclusion. ↵Robert Schumacher
Fixes #2344.
2017-12-15change serial module nameBarath Kannan
2017-11-20[qt5] Reduce duplication in modular build by extracting qt5modularscriptsRobert Schumacher
2017-10-16remove old qt5Barath Kannan
2017-09-19[qt5] Bump version to reflect fixcmake.py fixShinNoNoir
2017-09-19[qt5] Update fixcmake.py for new manual-link directoryShinNoNoir
2017-09-06[qt5] Bump version to reflect change in which .libs are linkedRaynor Vliegendhart
2017-09-06[qt5] Do not link all .lib filesRaynor Vliegendhart
This commit moves a few .lib files to subfolders to prevent them from automatically getting linked: Qt5Bootstrap (dbg): This lib is linked against a release version of the CRT and is only meant for release builds. For debug builds, this lib should not be linked at all. qtmain (rel), qtmaind (dbg), Qt5AxServer (rel), Qt5AxServerd (dbg): These libs are mutually exclusive. The user either links against qtmain(d) for desktop applications or against Qt5AxServer(d) for ActiveX servers. See https://github.com/Microsoft/vcpkg/issues/1442 for more information.
2017-08-04[qt5] Bump version to include tool dependency copying.Robert Schumacher
2017-08-03[qt5] copy tools dependenciesMikhail Paulyshka
2017-07-03[qt5] Fastfail static buildsRobert Schumacher
2017-06-06Merge pull request #1218 from bagong/qt5-private-headersRobert Schumacher
Qt5: Add private header paths in cmake config files via patch
2017-06-06[qt5] Add check for long path.Robert Schumacher
2017-06-05Add private header paths in cmake config files via patchBagong
2017-05-15[qt5] Use _CL_ to add /utf-8 to all compiler lines.Robert Schumacher
Fixes #1092. Fixes #1037. Fixes #1024.
2017-04-28[qt5] Restore trailing spaces to uncorrupt patches.Robert Schumacher
2017-04-27[qt5] bumped to qt5.8Tobias Kohlbau
Signed-off-by: Tobias Kohlbau <tobias@kohlbau.de>
2017-03-31[qt5] Add qtdeploy.ps1 to enhance applocal.ps1 when Qt is in use.Robert Schumacher
2017-03-29[qt5] Configure without -no-style-* parametersSteffen André Langnes
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-20[qt5] Enable opengl desktop to support QWTRobert Schumacher
2017-03-06[qt5] Fix regression from dd6d1aa5. When building a static triplet, repeat ↵Robert Schumacher
the build on failure.
2017-02-24[qt5] Further reduce regressions.Robert Schumacher
Fix issue where generated cmake points at the wrong tools folder.
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