aboutsummaryrefslogtreecommitdiff
path: root/ports/qt5
AgeCommit message (Collapse)Author
2019-09-23[Qt] feature latest to build 5.13.1 (#8212)Alexander Neumann
* Introduce latest feature to build Qt 5.13.1
2019-09-16[Qt] update to 5.12.5 (#8159)Alexander Neumann
2019-09-12[Qt] Update to 5.12.4 (#7667)Alexander Neumann
* update to 5.12.4 * removed port qt5-modularscripts and split it functionality into more functions into qt5-base * added qt_port_hashes.cmake for simpler upgrade. * added optional VCPKG_QT_HOST_MKSPEC and VCPKG_QT_TARGET_MKSPEC to select QTs build mkspecs from a triplet * qt_<config>.conf are now copied from the build dir instead from the port dir * fixed freetype dependencies. * cleanup of vcpkg_qmake scripts. No strange/unclear replacements anymore. * introduced vcpkg_buildpath_length_warning * changed directory layout of the qt5 installation executables and mkspecs a bit.
2019-08-13[qt5] bump CONTROL versionPhil Christensen
2019-08-11[qt5]Only build qt5-activeqt on windowssjdrc
2019-06-15[WIP] Add a Homepage URL entry for vcpkg ports (#2933)pravic
* [vcpkg] Add "Homepage" field to the CONTROL files.
2019-05-08[qt5] update to 5.12.3 (#6127)Lennart Trunk
* update CONTROL files and version variable * fix qt5 linkage in debug * revert target_link_libraries to set_property * revert mqtt to 5.12.1 since 5.12.3 is not released yet * update mqtt to 5.12.3 * update hashes * remove unnecessary patch * fix qmldevtools debug linkage for qt5-tools
2019-03-26Add Qt5 static missing dependencies, fix mac packages (#5680)Sean Warren
* [qt5-macextras] Add qt5-macextras port * [cutelyst2] Fix install on mac * [qt5-purchasing] Add missing dependency on qt5-declarative * [qt5] Ensure we link to required libraries for qt5 static build * [qscintilla] Fix install on mac * [libqglviewer] Fix install paths on mac * [libqglviewer] Fix regressions * [qscintilla] Fix regressions * Bump version numbers * [qt5] restore harfbuzz on osx
2019-03-22[qt5-mqtt] new port Qtmqtt (#5736) (#5737)Maurice Kalinowski
* [qt5-modularscripts] Split build steps When building modules not available from the vendor download side, the build process stays the same. Create two functions, one for accessing the sources, the other for compilation. * [qtmqtt] Add new port (#5736)
2019-02-22[qt5] Update to 5.12.1 and add some missing modules (#5293)Lennart Trunk
* Update qt5-base to 5.12.1 * update qt5-declarative to 5.12.1 * update qt5-modularscripts for 5.12.1 * update qt5-3d to 5.12.1 * update qt5-activeqt to 5.12.1 * add qt5-connectivity * update qt5-charts to 5.12.1 * update qt5-datavis3d to 5.12.1 * update qt5-gamepad to 5.12.1 * update qt5-graphicaleffects to 5.12.1 * update qt5-imageformats to 5.12.1 * add qt5-location * update qt5-multimedia to 5.12.1 * update qt5-networkauth to 5.12.1 * add qt5-purchasing * update qt5-quickcontrols to 5.12.1 * update qt5-quickcontrols2 to 5.12.1 * add qt5-remoteobjects * update qt5-script to 5.12.1 * update qt5-scxml to 5.12.1 * add qt5-sensors * update qt5-serialport to 5.12.1 * update qt5-speech to 5.12.1 * update qt5-svg to 5.12.1 * update qt5-tools to 5.12.1 * update qt5-virtualkeyboard to 5.12.1 * add qt5-webchannel * update qt5-websockets to 5.12.1 * update qt5-winextras to 5.12.1 * update qt5-xmlpatterns to 5.12.1 * update framework port to 5.12.1 and include the new modules * fix building qt5-base on linux * [qt5] Remove non-alphanumerical ASCII chars from dependencies
2019-01-16[qt5] update to QT5.12 (#4991)Lennart Trunk
* update qt5-base to 5.12 * update modules to 5.12 (qt5-declarative and dependents don't work yet) * fix qt5-declarative for 5.12 and some hashes. * add qt5-declarative as dependency for qt5-graphicaleffects
2018-11-07Qt version bump 5.11.2 (#4629)Alexander Neumann
* Qt 5.11.2 version bump * removed unecessary qt patch * fix wrong hash for qt5-networkauth
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