aboutsummaryrefslogtreecommitdiff
path: root/versions/q-/qt5-base.json
AgeCommit message (Collapse)Author
2021-09-16[qt] Add patches to fix missing includes (#19668)Nicolas Fella
* [qt] Add patches to fix missing includes This is needed to build with GCC11 Fixes #19226 * bump version * version Co-authored-by: JackBoosY <yuzaiyang@beyondsoft.com>
2021-09-03[qt5-base] Download submodules over https instead of http (#19843)Chocobo1
2021-06-21[qt5-*] Make QT and dependents build on arm macos (#18567)Lucius Q. User
* [qt5-*] Make it build on ARM64 macos * [qt5-base] update port version
2021-05-11[qt5-base] fix install / packages dir being on different drives (#17666)Alexander Neumann
* [qt5] fix installed / vcpkg-root being on different drives. * version stuff
2021-04-28qt5-base: misleading list of system packages required (#16280)Dawid Wróbel
* qt5-base: misleading list of system packages reqd qt5-base requires many more packages present than just a mere libxkbcommon-x11-dev currently suggested. Let's instead point users to thezure provision script, which a complete and an up-to-date list of them. * [qt5-base] bump version * update version record * Update ports/qt5-base/vcpkg.json * Update versions/q-/qt5-base.json Co-authored-by: JackBoosY <yuzaiyang@beyondsoft.com> Co-authored-by: Jack·Boos·Yu <47264268+JackBoosY@users.noreply.github.com>
2021-04-19[qt5-base] Add feature vulkan (#16386)Jack·Boos·Yu
* [qt5-base] Add feature vulkan * update version record * Update ports/qt5-base/vcpkg.json Co-authored-by: Alexander Neumann <30894796+Neumann-A@users.noreply.github.com> * Update versions/q-/qt5-base.json * Update ports/qt5-base/portfile.cmake * Update versions/q-/qt5-base.json * Update versions/q-/qt5-base.json * update version record Co-authored-by: Alexander Neumann <30894796+Neumann-A@users.noreply.github.com>
2021-04-09[qt5] Move qt5 headers into qt5 subdir (#17158)Alexander Neumann
* [qt5] move headers * version stuff
2021-04-06[vcpkg baseline][qt5-base] Fix glib link issues on linux (#16954)Alexander Neumann
* [qt5-base] fix glib link issues on linux * add version * remove unused vars * update version * write port info file. * version stuff * remove paraview from baseline. It was added due to the same spurious glib failures. * trying out a different approach * more changes * change the if to actually use the buildtype instead * remove x_vcpkg_get_port_info * add option QT_OPENSSL_LINK back in * use INCLUDE_DIRS_(DEBUG|RELEASE) instead of just INCLUDE_DIRS * regen docs * remove function call I forgot to remove * [vcpkg-pkgconfig-get-modules] Move to port * revert changes to ports.cmake * include the file in qt5-base * fix path * remove unnecessary include * Apply suggestions from code review Co-authored-by: nicole mazzuca <mazzucan@outlook.com> * Apply suggestions from code review * update version * ws removal * version stuff Co-authored-by: Robert Schumacher <roschuma@microsoft.com> Co-authored-by: nicole mazzuca <mazzucan@outlook.com>
2021-03-26[many ports] Apply host dependencies (#16479)ras0219
* [vcpkg] Add VCPKG_HOST_TRIPLET. Improve vcpkg.schema.json * [many ports] Apply host dependencies * [yasm-tool] Revert yasm-tool changes to split into PR #16478 * [many ports] Add versions * [vcpkg.cmake] Revert change applied in other PR * [boost-modular-build-helper] Merge from master Co-authored-by: Robert Schumacher <roschuma@microsoft.com>
2021-03-16[qt5-base] make libpq an optional dependency (#16659)autoantwort
* [qt5-base] make libpq an optional dependency * add version files * [qt5-base] use IN_LIST for feature check * add version files * [qt5-base] set(WITH_PGSQL OFF) * add version files * [qt5-base] set -no-sql-psql * add version files
2021-01-21[vcpkg] Rename `port_versions` to `versions` (#15784)nicole mazzuca