diff options
| author | Alexander Neumann <30894796+Neumann-A@users.noreply.github.com> | 2021-09-14 00:18:29 +0200 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2021-09-13 15:18:29 -0700 |
| commit | d13e1a1be11272189059e34b35585ca9cd01b452 (patch) | |
| tree | c9352b23a60057f2dddba5759794ac21926917ba /ports/qttools | |
| parent | 5b66fdd4421fccf29615e2dba4673980e8ca316f (diff) | |
| download | vcpkg-d13e1a1be11272189059e34b35585ca9cd01b452.tar.gz vcpkg-d13e1a1be11272189059e34b35585ca9cd01b452.zip | |
[Qt] update to 6.1.3 (#19918)
* [skip actions] update to 6.1.3
* remove wrong -D prefix from variables in qttools
* change to https
* version stuff
Co-authored-by: Billy Robert O'Neal III <bion@microsoft.com>
Diffstat (limited to 'ports/qttools')
| -rw-r--r-- | ports/qttools/portfile.cmake | 4 | ||||
| -rw-r--r-- | ports/qttools/vcpkg.json | 2 |
2 files changed, 3 insertions, 3 deletions
diff --git a/ports/qttools/portfile.cmake b/ports/qttools/portfile.cmake index c621e0c93..77b2787d6 100644 --- a/ports/qttools/portfile.cmake +++ b/ports/qttools/portfile.cmake @@ -34,8 +34,8 @@ set(${PORT}_PATCHES )#fix_static_build.patch) # General features: vcpkg_check_features(OUT_FEATURE_OPTIONS FEATURE_OPTIONS INVERTED_FEATURES - "qdoc" -DCMAKE_DISABLE_FIND_PACKAGE_Clang - "qdoc" -DCMAKE_DISABLE_FIND_PACKAGE_WrapLibClang + "qdoc" CMAKE_DISABLE_FIND_PACKAGE_Clang + "qdoc" CMAKE_DISABLE_FIND_PACKAGE_WrapLibClang ) set(TOOL_NAMES diff --git a/ports/qttools/vcpkg.json b/ports/qttools/vcpkg.json index 2ec5a91ed..e9bd7dd30 100644 --- a/ports/qttools/vcpkg.json +++ b/ports/qttools/vcpkg.json @@ -1,6 +1,6 @@ { "name": "qttools", - "version-semver": "6.1.2", + "version-semver": "6.1.3", "description": "Qt Tools", "homepage": "https://www.qt.io/", "dependencies": [ |
