[spix] update to 0.5 and build against Qt6 (#30367)

This commit is contained in:
مهدي شينون (Mehdi Chinoune) 2023-03-28 22:25:14 +01:00 committed by GitHub
parent 8fdb0f2e58
commit 1924508fc2
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
4 changed files with 13 additions and 7 deletions

View File

@ -1,8 +1,8 @@
vcpkg_from_github(
OUT_SOURCE_PATH SOURCE_PATH
REPO faaxm/spix
REF v0.4
SHA512 4686199f851b4f06abf963ea79d3d2094d7bd956f009b3fe244dfbcfa7e0756d9971cb882c9963d479b44194806f3d0eaef68ac90b3468bf4ba9139948a9cd7b
REF v0.5
SHA512 fdc35ff4920a83d4b2d0abe84eae7c8f46cb259e525d4445b091eb01990bcdeade7e60a00795f4acccc09f0702fa61d17ba6c7b8bbf19ff218e8bd42e1eb7f7c
HEAD_REF master
)
@ -12,7 +12,7 @@ vcpkg_cmake_configure(
OPTIONS
-DSPIX_BUILD_EXAMPLES=OFF
-DSPIX_BUILD_TESTS=OFF
-DSPIX_QT_MAJOR=5
-DSPIX_QT_MAJOR=6
)
vcpkg_cmake_install()

View File

@ -1,15 +1,16 @@
{
"name": "spix",
"version": "0.4",
"version": "0.5",
"description": "A minimally invasive UI testing library that enables your Qt/QML app's UI to be controlled either via c++ code, or through an http RPC interface.",
"homepage": "https://github.com/faaxm/spix",
"license": "MIT",
"dependencies": [
"anyrpc",
{
"name": "qt5-base",
"name": "qtbase",
"default-features": false
},
"qt5-declarative",
"qtdeclarative",
{
"name": "vcpkg-cmake",
"host": true

View File

@ -7513,7 +7513,7 @@
"port-version": 0
},
"spix": {
"baseline": "0.4",
"baseline": "0.5",
"port-version": 0
},
"spout2": {

View File

@ -1,5 +1,10 @@
{
"versions": [
{
"git-tree": "242f18b432502d15fba249b9b830ee7a4781599b",
"version": "0.5",
"port-version": 0
},
{
"git-tree": "4d26875159ee21430be1cff1f64ebe8dacdcbf7b",
"version": "0.4",