mirror of
https://github.com/microsoft/vcpkg.git
synced 2025-01-19 04:43:02 +08:00
[qt-advanced-docking-system] Update to version 3.6.3 (#14347)
This commit is contained in:
parent
b7056e9f1f
commit
a20ed34098
@ -1,5 +1,5 @@
|
||||
Source: qt-advanced-docking-system
|
||||
Version: 3.6.1
|
||||
Version: 3.6.3
|
||||
Build-Depends: qt5-base[core], qt5-x11extras (!windows), zlib, bzip2
|
||||
Description: Create customizable layouts using an advanced window docking system similar to what is found in many popular IDEs such as Visual Studio
|
||||
Homepage: https://github.com/githubuser0xFFFF/Qt-Advanced-Docking-System
|
||||
|
@ -1,8 +1,8 @@
|
||||
vcpkg_from_github(
|
||||
OUT_SOURCE_PATH SOURCE_PATH
|
||||
REPO githubuser0xFFFF/Qt-Advanced-Docking-System
|
||||
REF 6846c9614602f21c51057a32d759a51eba1fc4d9
|
||||
SHA512 1ea130bf5bf2a567ec5510f450c1de74abeaab36258cb28585539a266889326e40c4912bf52b66dfced47e54b6fe0947211b9f53789666fe55744da509328edd
|
||||
REF 44dc76bd19853dcb18d37d5be231af526c8f709e #v3.6.3
|
||||
SHA512 c28aeb7f229c5ea637913ca122c475f235320085bc4a5df3aa4ef493e0ac42d167f21cd893eaac163382916a6f108b5d0e2bc8dda99bebb27c028f98b7e730ba
|
||||
HEAD_REF master
|
||||
PATCHES
|
||||
hardcode_version.patch
|
||||
@ -14,7 +14,7 @@ vcpkg_configure_cmake(
|
||||
PREFER_NINJA
|
||||
OPTIONS
|
||||
-DBUILD_EXAMPLES=OFF
|
||||
-DVERSION_SHORT=3.6.1
|
||||
-DVERSION_SHORT=3.6.3
|
||||
)
|
||||
|
||||
vcpkg_install_cmake()
|
||||
|
Loading…
Reference in New Issue
Block a user