mirror of
https://github.com/microsoft/vcpkg.git
synced 2025-06-07 01:24:47 +08:00
[grantlee] build against Qt6 (#30372)
This commit is contained in:
parent
1924508fc2
commit
1b149b54c4
@ -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)]])
|
||||
|
@ -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
|
||||
|
@ -2886,7 +2886,7 @@
|
||||
},
|
||||
"grantlee": {
|
||||
"baseline": "5.3.1",
|
||||
"port-version": 0
|
||||
"port-version": 1
|
||||
},
|
||||
"graphene": {
|
||||
"baseline": "1.10.8",
|
||||
|
@ -1,5 +1,10 @@
|
||||
{
|
||||
"versions": [
|
||||
{
|
||||
"git-tree": "5828abf42559b6f3db682f7827f502cf75c7ec32",
|
||||
"version": "5.3.1",
|
||||
"port-version": 1
|
||||
},
|
||||
{
|
||||
"git-tree": "36162cae49c2b9664a73f0e2a1f74544e4447a7b",
|
||||
"version": "5.3.1",
|
||||
|
Loading…
Reference in New Issue
Block a user