diff --git a/ports/grantlee/portfile.cmake b/ports/grantlee/portfile.cmake index f1e2061dad8..f5478e4ac9f 100644 --- a/ports/grantlee/portfile.cmake +++ b/ports/grantlee/portfile.cmake @@ -10,7 +10,9 @@ vcpkg_from_github( vcpkg_cmake_configure ( SOURCE_PATH "${SOURCE_PATH}" - OPTIONS -DBUILD_TESTS=off + OPTIONS + -DGRANTLEE_BUILD_WITH_QT6=ON + -DBUILD_TESTS=OFF ) vcpkg_replace_string("${SOURCE_PATH}/CMakeLists.txt" [[set( PLUGIN_INSTALL_DIR ${LIB_INSTALL_DIR}/grantlee/${Grantlee5_MAJOR_MINOR_VERSION_STRING} )]] [[set( PLUGIN_INSTALL_DIR ${CMAKE_INSTALL_PREFIX}/bin)]]) diff --git a/ports/grantlee/vcpkg.json b/ports/grantlee/vcpkg.json index b52f5c554dc..f3c93c0379b 100644 --- a/ports/grantlee/vcpkg.json +++ b/ports/grantlee/vcpkg.json @@ -1,12 +1,13 @@ { "name": "grantlee", "version": "5.3.1", + "port-version": 1, "description": "Libraries for text templating with Qt", "homepage": "https://github.com/steveire/grantlee", "license": "LGPL-2.1-or-later", "supports": "!staticcrt", "dependencies": [ - "qt5-declarative", + "qtdeclarative", { "name": "vcpkg-cmake", "host": true diff --git a/versions/baseline.json b/versions/baseline.json index bd2612c507b..fcbf64c711b 100644 --- a/versions/baseline.json +++ b/versions/baseline.json @@ -2886,7 +2886,7 @@ }, "grantlee": { "baseline": "5.3.1", - "port-version": 0 + "port-version": 1 }, "graphene": { "baseline": "1.10.8", diff --git a/versions/g-/grantlee.json b/versions/g-/grantlee.json index ff295954dd2..e8b134fe9a9 100644 --- a/versions/g-/grantlee.json +++ b/versions/g-/grantlee.json @@ -1,5 +1,10 @@ { "versions": [ + { + "git-tree": "5828abf42559b6f3db682f7827f502cf75c7ec32", + "version": "5.3.1", + "port-version": 1 + }, { "git-tree": "36162cae49c2b9664a73f0e2a1f74544e4447a7b", "version": "5.3.1",