diff options
| author | Alexander Neumann <30894796+Neumann-A@users.noreply.github.com> | 2021-06-21 22:45:33 +0200 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2021-06-21 13:45:33 -0700 |
| commit | 33d9cd45ffb089f790c7979653a906f28a35df98 (patch) | |
| tree | 7e0c7d4840b2d11f89451eb2545e1e1f5a017568 /ports/qtdeclarative | |
| parent | ec5178efe5c743413f0a07137fbdff47be970e0f (diff) | |
| download | vcpkg-33d9cd45ffb089f790c7979653a906f28a35df98.tar.gz vcpkg-33d9cd45ffb089f790c7979653a906f28a35df98.zip | |
[Qt6] Update to 6.1.1 (#18320)
* [qt6] Update to 6.1.1
* version stuff
* fix empty dir
* update version
* fix casing in qtbase
* [libpq] add secure32.lib on windows
* add clang-cl fix
* version stuff
* fix flag removal by adding a space
* version stuff
* make qt6->Qt6 usage consistent since Qt6 refers to itself as Qt6 with uppercase Q
* fix libpq wrapper opensll linkage on linux
* use policy to fix dependent ports
* version stuff
* use upstream patch
* version stuff
* fix source location for clang-cl
* version stuff
* remove ws change
* version stuff
Diffstat (limited to 'ports/qtdeclarative')
| -rw-r--r-- | ports/qtdeclarative/vcpkg.json | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/ports/qtdeclarative/vcpkg.json b/ports/qtdeclarative/vcpkg.json index 99866447b..9e70f72cf 100644 --- a/ports/qtdeclarative/vcpkg.json +++ b/ports/qtdeclarative/vcpkg.json @@ -1,6 +1,6 @@ { "name": "qtdeclarative", - "version-semver": "6.1.0", + "version-semver": "6.1.1", "description": "Qt Declarative (Quick 2)", "homepage": "https://www.qt.io/", "dependencies": [ |
