vcpkg/versions/q-
Alexander Neumann 36000a1085
[Qt6|6.1.0] Add new ports. (#14333)
* wip commit

* refactor openssl ports.

* fix issues due to the file movement

* qt build succesful.

* qtbase finished?

* add qttools and qtdeclarative

* add EntryPoints to fixup_cmake_targets

* add todo

* more config fixup

* correct entrypoint and remove winmain

* format manifest

* fix module issues

* add extra vars

* make qtdeclarative work (x64-windows). -static has problems

* some extra cleanup tools start building

* refactor code to use common script across ports

* remove patch applied twice

* remove copy pasta

* add remaining qt6 ports

* fix a few details

* fix the rest

* format manifests

* add features to qt5compat.

* small modification to directories

* copy plugins

* a bit of cleanup

* smaller fixes

* format manifest

* fix_linux_configure_issue

* adding linux features.

* dont use quotes around INSTALL_ vars to fix linux build

* fix script install on linux

* remove bin if empty on all platforms otherwise let vcpkg throw an error

* fix syncqt path

* fix assimp feature

* try to figure you ci failures

* fix manifest format

* change the head ref to dev
add three required upstream cmake patches
allow single config builds

* fix typo

* switch to use FEATURE_ instead of QT_FEATURE

* [ZSTD] Update to 1.4.5

* [zstd] fix wrong assert to fix uwp regressions

* always install *.pc file. Correct -l flag in pc file

* remove any changes to vcpkg_copy_tools

* fix orc regression

* fix arrow regressions

* fix zstd target suffix

* fix orc zstd linkage

* fix find_package(ZSTD)

* fix icu linkage in harfbuzz

* install zstd dlls.

* skip qt5-base in ci to test qtbase due to conflicts

* fix the patch due to a replacement error

* add a way for vcpkg_from_github to only download the source archive and return the archive file name.

* update everything to beta4.
maybe qtdeclarative:x64-windows-static works now?

* remove outdated patches

* Print the failed condition

* more debug messages

* fix condition patch

* update to beta5

* update vcpkg_from_git to support tags and make output of ref possible.

* update ports

* add missing qt ports, fix qtbase build

* regenerate docs

* fix typo

* fix imageformats webp

* fix qtdeclarative static builds msvc

* more fixes

* make the rest of qt build succesfully. (only tested x64-windows)

* format manifest.

* [vcpkg_from_git] new options TAG and OUT_REF
- TAG github tag to checkout
- OUT_REF github commit id related to tag or ref
(useable for automatic updates of ports if used with a version tag)

* fix importprefix in qml plugin targets in static builds

* fix static qttools build on windows

* move qml plugin fix into qtbase

* try fixing staqtic build issues.

* make comment in qtquickcontrols2

* dont promote targets

* fix missing limits include

* fix patch

* pass options in qtopcua

* fix freetype linkage

* fix freetype a bit different

* fix promotion patch

* fix freetype wrapper without "

* fix typo in patch

* enable build of qtopcua

* format manifest for ci to run

* retry promotion

* try again but explicity not promote Threads::Threads

* push patch

* [fontconfig] add vcpkg cmake wrapper.

* fix empty statement in the wrapper

* show files in bin if any

* Apply suggestions from code review

Co-authored-by: Robert Schumacher <roschuma@microsoft.com>

* additional changes due to CR

* regenerate docs

* qdoc is build if llvm is present.

* fix merge issues

* fix wayland deps

* add qt5-base to skip for static-md

* format manifest.

* update all qt ports. Lets see which patches need to be fixed/removed

* fix some regressions by removing patches no longer necessary.
(needs further cleanup to actually remove the patches)

* fix qtopcua

* make qttools build on osx

* fix dependency of qttranslations

* fix qtwayland

* fix typo

* fix case

* adjust ci baseline for qtwayland on osx due to missing system libs.

* create directory before rename

* trying to make osx work

* create the directory and move the files

* move the removing outside the foreach ....

* update to 6.0.2

* remove some outdated patches

* qt 6.1.0-beta1 ci testing

* remove unused patches

* fix a few issues with qt 6.1.0-beta1
qtvirtualkeyboard needs some features.
+ need to install cmake wrappers from qtimageformats.
+ move QtAxServer to manual-link

* Fix missing qt cmake wrappers for qttools and qtshadertools.

* block qt beta ports in CI

* turn off beta build in CI

* remove outdated patches

* skip qt6 beta ports in CI

* [gettext] add feature tools.

* switch hunspell to configure_make for pc files

* switch to manifest

* hunspell remove port debug and add comment about tools

* setup qtvirtualkeyboard features.

* fix manifest format CI

* only run wayland on linux

* disable pthread detection in gettext on windows

* fix hunspell host dependency

* formant manifest

* - add qt6 prefix
- add qt.conf.in
- make qtbase depend on itself (host dependency)
and see what breaks.

* cannot add qt6 to bin folder currently.

* try the prefix method
- add tools-path to vcpkg_fixup_cmake_targets
- add destination to vcpkg_copy_tools

* feature refinement

* fix tools issues

* update baseline

* more feature refinement.

* be less noise in logs

* update version in gettext
format-manifest.

* add version details

* move on to qt version 6.0.3

* build cmake test port against qt6

* move qt5 includes into include/qt5

* ws change in cmake to force rebuild

* version stuff

* add plugin_config patch

* version stuff

* use upstream plugin patch for 6.1

* version stuff

* update to qt 6.1.0-beta3

* add alignment patch

* fix hunspell include path

* make the patch depend on architecture

* add qbittorrent as a test port

* downgrade qbittorrent a bit so that in can run in CI

* remove bin in static builds

* remove debug folder completly (since it is empty)

* copy additional deps required by qtshadertools and qtdeclarative in qtbase to avoid issues with binary chaching.

* fix logic

* try upstream alignment patch

* update baseline

* add feature options to qt5compat

* update to qt 6.1.0

* version stuff

* fix qt.conf (for release builds only)

* fix install of missing FindX modules in qtimageformats which where supposed to be fixed upstream but aren't

* remove unnecessary patch

* version stuff

* fix some qt.conf stuff

* install some wrappers for debug builds.

* fine tuning qt.conf

* fix debug windeployqt install but somebody is linking release icudt in debug

* fix arm crossbuilds on windows

* remove tools default line

* version stuff

* add missing host dependencies.

* fix windeploy target correctly for debug

* fix cmake arm builds.

* some batch improvements

* run qmake.debug.bat for debug builds.

* version stuff

* unconditionally include the patch in qtvirtualkeyboard

* version stuff

* more host dependencies

* version stuff

* more host deps

* version stuff

* fix qtactiveqt

* version stuff

* suppress batch skript output

* version stuff

* Apply CR changes

* version stuff

* newline attack

* update qbittorrent test port and newline...

* version stuff again

* switch to version-semver

* version stuff

* remove qbittorrent test_port because
- easier than rewriting history
- qt6svg usage will probably be tested by paraview/vtk in the future

Co-authored-by: Billy Robert O'Neal III <bion@microsoft.com>
Co-authored-by: Robert Schumacher <roschuma@microsoft.com>
2021-06-01 11:05:59 -07:00
..
qca.json [vcpkg] Rename port_versions to versions (#15784) 2021-01-21 09:53:22 -08:00
qcustomplot.json [vcpkg] Rename port_versions to versions (#15784) 2021-01-21 09:53:22 -08:00
qhull.json [vcpkg] Rename port_versions to versions (#15784) 2021-01-21 09:53:22 -08:00
qnnpack.json [qnnpack] create a new port (#17065) 2021-05-06 17:44:36 -07:00
qpid-proton.json [vcpkg] Rename port_versions to versions (#15784) 2021-01-21 09:53:22 -08:00
qscintilla.json [qscintilla] Modify macro QSCINTILLA_DLL to 1 in qscintilla header (#17721) 2021-05-18 15:40:50 -07:00
qt5-3d.json [vcpkg] Rename port_versions to versions (#15784) 2021-01-21 09:53:22 -08:00
qt5-activeqt.json [vcpkg] Rename port_versions to versions (#15784) 2021-01-21 09:53:22 -08:00
qt5-androidextras.json [vcpkg] Rename port_versions to versions (#15784) 2021-01-21 09:53:22 -08:00
qt5-base.json [qt5-base] fix install / packages dir being on different drives (#17666) 2021-05-11 14:03:00 -07:00
qt5-canvas3d.json [vcpkg] Rename port_versions to versions (#15784) 2021-01-21 09:53:22 -08:00
qt5-charts.json [vcpkg] Rename port_versions to versions (#15784) 2021-01-21 09:53:22 -08:00
qt5-connectivity.json [vcpkg] Rename port_versions to versions (#15784) 2021-01-21 09:53:22 -08:00
qt5-datavis3d.json [vcpkg] Rename port_versions to versions (#15784) 2021-01-21 09:53:22 -08:00
qt5-declarative.json [vcpkg] Rename port_versions to versions (#15784) 2021-01-21 09:53:22 -08:00
qt5-doc.json [vcpkg] Rename port_versions to versions (#15784) 2021-01-21 09:53:22 -08:00
qt5-gamepad.json [vcpkg] Rename port_versions to versions (#15784) 2021-01-21 09:53:22 -08:00
qt5-graphicaleffects.json [vcpkg] Rename port_versions to versions (#15784) 2021-01-21 09:53:22 -08:00
qt5-imageformats.json [vcpkg] Rename port_versions to versions (#15784) 2021-01-21 09:53:22 -08:00
qt5-location.json [vcpkg] Rename port_versions to versions (#15784) 2021-01-21 09:53:22 -08:00
qt5-macextras.json [vcpkg] Rename port_versions to versions (#15784) 2021-01-21 09:53:22 -08:00
qt5-modularscripts.json [vcpkg] Rename port_versions to versions (#15784) 2021-01-21 09:53:22 -08:00
qt5-mqtt.json [vcpkg] Rename port_versions to versions (#15784) 2021-01-21 09:53:22 -08:00
qt5-multimedia.json [vcpkg] Rename port_versions to versions (#15784) 2021-01-21 09:53:22 -08:00
qt5-networkauth.json [vcpkg] Rename port_versions to versions (#15784) 2021-01-21 09:53:22 -08:00
qt5-purchasing.json [vcpkg] Rename port_versions to versions (#15784) 2021-01-21 09:53:22 -08:00
qt5-quickcontrols2.json [vcpkg] Rename port_versions to versions (#15784) 2021-01-21 09:53:22 -08:00
qt5-quickcontrols.json [vcpkg] Rename port_versions to versions (#15784) 2021-01-21 09:53:22 -08:00
qt5-remoteobjects.json [vcpkg] Rename port_versions to versions (#15784) 2021-01-21 09:53:22 -08:00
qt5-script.json [vcpkg] Rename port_versions to versions (#15784) 2021-01-21 09:53:22 -08:00
qt5-scxml.json [vcpkg] Rename port_versions to versions (#15784) 2021-01-21 09:53:22 -08:00
qt5-sensors.json [vcpkg] Rename port_versions to versions (#15784) 2021-01-21 09:53:22 -08:00
qt5-serialbus.json [vcpkg] Rename port_versions to versions (#15784) 2021-01-21 09:53:22 -08:00
qt5-serialport.json [vcpkg] Rename port_versions to versions (#15784) 2021-01-21 09:53:22 -08:00
qt5-speech.json [vcpkg] Rename port_versions to versions (#15784) 2021-01-21 09:53:22 -08:00
qt5-svg.json [vcpkg] Rename port_versions to versions (#15784) 2021-01-21 09:53:22 -08:00
qt5-tools.json [vcpkg] Rename port_versions to versions (#15784) 2021-01-21 09:53:22 -08:00
qt5-translations.json [vcpkg] Rename port_versions to versions (#15784) 2021-01-21 09:53:22 -08:00
qt5-virtualkeyboard.json [vcpkg] Rename port_versions to versions (#15784) 2021-01-21 09:53:22 -08:00
qt5-wayland.json [vcpkg] Rename port_versions to versions (#15784) 2021-01-21 09:53:22 -08:00
qt5-webchannel.json [vcpkg] Rename port_versions to versions (#15784) 2021-01-21 09:53:22 -08:00
qt5-webengine.json [qt5-webengine] Fix issues (#16770) 2021-03-30 10:56:00 -07:00
qt5-webglplugin.json [vcpkg] Rename port_versions to versions (#15784) 2021-01-21 09:53:22 -08:00
qt5-websockets.json [vcpkg] Rename port_versions to versions (#15784) 2021-01-21 09:53:22 -08:00
qt5-webview.json [vcpkg] Rename port_versions to versions (#15784) 2021-01-21 09:53:22 -08:00
qt5-winextras.json [vcpkg] Rename port_versions to versions (#15784) 2021-01-21 09:53:22 -08:00
qt5-x11extras.json [vcpkg] Rename port_versions to versions (#15784) 2021-01-21 09:53:22 -08:00
qt5-xmlpatterns.json [vcpkg] Rename port_versions to versions (#15784) 2021-01-21 09:53:22 -08:00
qt5.json [vcpkg] Rename port_versions to versions (#15784) 2021-01-21 09:53:22 -08:00
qt5compat.json [Qt6|6.1.0] Add new ports. (#14333) 2021-06-01 11:05:59 -07:00
qt6betablock.json [Qt6|6.1.0] Add new ports. (#14333) 2021-06-01 11:05:59 -07:00
qt-advanced-docking-system.json [vcpkg] Rename port_versions to versions (#15784) 2021-01-21 09:53:22 -08:00
qt.json [Qt6|6.1.0] Add new ports. (#14333) 2021-06-01 11:05:59 -07:00
qtactiveqt.json [Qt6|6.1.0] Add new ports. (#14333) 2021-06-01 11:05:59 -07:00
qtbase.json [Qt6|6.1.0] Add new ports. (#14333) 2021-06-01 11:05:59 -07:00
qtcharts.json [Qt6|6.1.0] Add new ports. (#14333) 2021-06-01 11:05:59 -07:00
qtcoap.json [Qt6|6.1.0] Add new ports. (#14333) 2021-06-01 11:05:59 -07:00
qtdatavis3d.json [Qt6|6.1.0] Add new ports. (#14333) 2021-06-01 11:05:59 -07:00
qtdeclarative.json [Qt6|6.1.0] Add new ports. (#14333) 2021-06-01 11:05:59 -07:00
qtdoc.json [Qt6|6.1.0] Add new ports. (#14333) 2021-06-01 11:05:59 -07:00
qtimageformats.json [Qt6|6.1.0] Add new ports. (#14333) 2021-06-01 11:05:59 -07:00
qtkeychain.json [vcpkg] Rename port_versions to versions (#15784) 2021-01-21 09:53:22 -08:00
qtlottie.json [Qt6|6.1.0] Add new ports. (#14333) 2021-06-01 11:05:59 -07:00
qtmqtt.json [Qt6|6.1.0] Add new ports. (#14333) 2021-06-01 11:05:59 -07:00
qtnetworkauth.json [Qt6|6.1.0] Add new ports. (#14333) 2021-06-01 11:05:59 -07:00
qtopcua.json [Qt6|6.1.0] Add new ports. (#14333) 2021-06-01 11:05:59 -07:00
qtquick3d.json [Qt6|6.1.0] Add new ports. (#14333) 2021-06-01 11:05:59 -07:00
qtquickcontrols2.json [Qt6|6.1.0] Add new ports. (#14333) 2021-06-01 11:05:59 -07:00
qtquicktimeline.json [Qt6|6.1.0] Add new ports. (#14333) 2021-06-01 11:05:59 -07:00
qtscxml.json [Qt6|6.1.0] Add new ports. (#14333) 2021-06-01 11:05:59 -07:00
qtshadertools.json [Qt6|6.1.0] Add new ports. (#14333) 2021-06-01 11:05:59 -07:00
qtsvg.json [Qt6|6.1.0] Add new ports. (#14333) 2021-06-01 11:05:59 -07:00
qttools.json [Qt6|6.1.0] Add new ports. (#14333) 2021-06-01 11:05:59 -07:00
qttranslations.json [Qt6|6.1.0] Add new ports. (#14333) 2021-06-01 11:05:59 -07:00
qtvirtualkeyboard.json [Qt6|6.1.0] Add new ports. (#14333) 2021-06-01 11:05:59 -07:00
qtwayland.json [Qt6|6.1.0] Add new ports. (#14333) 2021-06-01 11:05:59 -07:00
quadtree.json [vcpkg] Rename port_versions to versions (#15784) 2021-01-21 09:53:22 -08:00
quantlib.json [vcpkg] Rename port_versions to versions (#15784) 2021-01-21 09:53:22 -08:00
quaternions.json [vcpkg] Rename port_versions to versions (#15784) 2021-01-21 09:53:22 -08:00
quazip.json [vcpkg] Rename port_versions to versions (#15784) 2021-01-21 09:53:22 -08:00
quickfast.json [vcpkg] Rename port_versions to versions (#15784) 2021-01-21 09:53:22 -08:00
quickfix.json [vcpkg] Rename port_versions to versions (#15784) 2021-01-21 09:53:22 -08:00
quill.json [quill] Upgrade to 1.6.2 (#16931) 2021-03-31 14:15:24 -07:00
quirc.json [quirc, opencv4] Build fixes from 2021-01-18 build (#15788) 2021-01-26 14:33:06 -08:00
qwt.json [vcpkg] Rename port_versions to versions (#15784) 2021-01-21 09:53:22 -08:00
qwtw.json [vcpkg] Rename port_versions to versions (#15784) 2021-01-21 09:53:22 -08:00