early-access version 2853
This commit is contained in:
24
externals/vcpkg/ports/qt5-declarative/limits_include.patch
vendored
Executable file
24
externals/vcpkg/ports/qt5-declarative/limits_include.patch
vendored
Executable file
@@ -0,0 +1,24 @@
|
||||
From 2dfb893c130a9f9195805fcc81d7e5e242bc558d Mon Sep 17 00:00:00 2001
|
||||
From: Nicolas Fella <nicolas.fella@gmx.de>
|
||||
Date: Wed, 11 Aug 2021 17:03:06 +0200
|
||||
Subject: [PATCH] Add missing limits include
|
||||
|
||||
---
|
||||
src/qmldebug/qqmlprofilerevent_p.h | 1 +
|
||||
1 file changed, 1 insertion(+)
|
||||
|
||||
diff --git a/src/qmldebug/qqmlprofilerevent_p.h b/src/qmldebug/qqmlprofilerevent_p.h
|
||||
index a7e37d1964..01b2f58f16 100644
|
||||
--- a/src/qmldebug/qqmlprofilerevent_p.h
|
||||
+++ b/src/qmldebug/qqmlprofilerevent_p.h
|
||||
@@ -48,6 +48,7 @@
|
||||
#include <QtCore/qmetatype.h>
|
||||
|
||||
#include <initializer_list>
|
||||
+#include <limits>
|
||||
#include <type_traits>
|
||||
|
||||
//
|
||||
--
|
||||
2.32.0
|
||||
|
||||
6
externals/vcpkg/ports/qt5-declarative/portfile.cmake
vendored
Executable file
6
externals/vcpkg/ports/qt5-declarative/portfile.cmake
vendored
Executable file
@@ -0,0 +1,6 @@
|
||||
include(${CURRENT_INSTALLED_DIR}/share/qt5/qt_port_functions.cmake)
|
||||
qt_submodule_installation(OUT_SOURCE_PATH SOURCE_PATH PATCHES limits_include.patch)
|
||||
|
||||
if(NOT QT_UPDATE_VERSION)
|
||||
vcpkg_replace_string("${CURRENT_PACKAGES_DIR}/include/qt5/QtQml/${QT_MAJOR_MINOR_VER}.${QT_PATCH_VER}/QtQml/private/qqmljsparser_p.h" "${SOURCE_PATH}" "")
|
||||
endif()
|
||||
14
externals/vcpkg/ports/qt5-declarative/vcpkg.json
vendored
Executable file
14
externals/vcpkg/ports/qt5-declarative/vcpkg.json
vendored
Executable file
@@ -0,0 +1,14 @@
|
||||
{
|
||||
"name": "qt5-declarative",
|
||||
"version": "5.15.4",
|
||||
"description": "Qt5 Declarative (Quick 2) Module. Includes QtQuick, QtQuickParticles, QtQuickWidgets, QtQml, and QtPacketProtocol.",
|
||||
"license": null,
|
||||
"dependencies": [
|
||||
{
|
||||
"name": "qt5-base",
|
||||
"default-features": false
|
||||
},
|
||||
"qt5-imageformats",
|
||||
"qt5-svg"
|
||||
]
|
||||
}
|
||||
Reference in New Issue
Block a user