diff --git a/Qt6.5.1/ARM64/bin/Qt6Core.dll b/Qt6.5.1/ARM64/bin/Qt6Core.dll index 05b0c0c38..122441bb9 100644 Binary files a/Qt6.5.1/ARM64/bin/Qt6Core.dll and b/Qt6.5.1/ARM64/bin/Qt6Core.dll differ diff --git a/Qt6.5.1/ARM64/bin/Qt6Cored.dll b/Qt6.5.1/ARM64/bin/Qt6Cored.dll index 92c801e9a..543453179 100644 Binary files a/Qt6.5.1/ARM64/bin/Qt6Cored.dll and b/Qt6.5.1/ARM64/bin/Qt6Cored.dll differ diff --git a/Qt6.5.1/ARM64/bin/Qt6Gui.dll b/Qt6.5.1/ARM64/bin/Qt6Gui.dll index ef9ef5b63..bf2594ace 100644 Binary files a/Qt6.5.1/ARM64/bin/Qt6Gui.dll and b/Qt6.5.1/ARM64/bin/Qt6Gui.dll differ diff --git a/Qt6.5.1/ARM64/bin/Qt6Guid.dll b/Qt6.5.1/ARM64/bin/Qt6Guid.dll index 00b2606ba..97b778809 100644 Binary files a/Qt6.5.1/ARM64/bin/Qt6Guid.dll and b/Qt6.5.1/ARM64/bin/Qt6Guid.dll differ diff --git a/Qt6.5.1/ARM64/bin/Qt6Svg.dll b/Qt6.5.1/ARM64/bin/Qt6Svg.dll index 543836edf..08e1b0c7d 100644 Binary files a/Qt6.5.1/ARM64/bin/Qt6Svg.dll and b/Qt6.5.1/ARM64/bin/Qt6Svg.dll differ diff --git a/Qt6.5.1/ARM64/bin/Qt6SvgWidgets.dll b/Qt6.5.1/ARM64/bin/Qt6SvgWidgets.dll index 32166be2b..66ff2a5ce 100644 Binary files a/Qt6.5.1/ARM64/bin/Qt6SvgWidgets.dll and b/Qt6.5.1/ARM64/bin/Qt6SvgWidgets.dll differ diff --git a/Qt6.5.1/ARM64/bin/Qt6SvgWidgetsd.dll b/Qt6.5.1/ARM64/bin/Qt6SvgWidgetsd.dll index 5806f6879..e204c2c35 100644 Binary files a/Qt6.5.1/ARM64/bin/Qt6SvgWidgetsd.dll and b/Qt6.5.1/ARM64/bin/Qt6SvgWidgetsd.dll differ diff --git a/Qt6.5.1/ARM64/bin/Qt6Svgd.dll b/Qt6.5.1/ARM64/bin/Qt6Svgd.dll index 77878393b..0ce7a02a7 100644 Binary files a/Qt6.5.1/ARM64/bin/Qt6Svgd.dll and b/Qt6.5.1/ARM64/bin/Qt6Svgd.dll differ diff --git a/Qt6.5.1/ARM64/bin/Qt6Widgets.dll b/Qt6.5.1/ARM64/bin/Qt6Widgets.dll index 7c99f0cbb..c77eb85a4 100644 Binary files a/Qt6.5.1/ARM64/bin/Qt6Widgets.dll and b/Qt6.5.1/ARM64/bin/Qt6Widgets.dll differ diff --git a/Qt6.5.1/ARM64/bin/Qt6Widgetsd.dll b/Qt6.5.1/ARM64/bin/Qt6Widgetsd.dll index c2cbd1ab8..8f4dbcb8d 100644 Binary files a/Qt6.5.1/ARM64/bin/Qt6Widgetsd.dll and b/Qt6.5.1/ARM64/bin/Qt6Widgetsd.dll differ diff --git a/Qt6.5.1/ARM64/include/QtCore/qconfig.h b/Qt6.5.1/ARM64/include/QtCore/qconfig.h index c9ee8e91c..b6f0cfe7b 100644 --- a/Qt6.5.1/ARM64/include/QtCore/qconfig.h +++ b/Qt6.5.1/ARM64/include/QtCore/qconfig.h @@ -60,9 +60,9 @@ #define QT_FEATURE_openssl_linked -1 -#define QT_FEATURE_opensslv11 1 +#define QT_FEATURE_opensslv11 -1 -#define QT_FEATURE_opensslv30 -1 +#define QT_FEATURE_opensslv30 1 #define QT_VERSION_STR "6.5.1" diff --git a/Qt6.5.1/ARM64/include/QtGui/6.5.1/QtGui/private/qbasicvulkanplatforminstance_p.h b/Qt6.5.1/ARM64/include/QtGui/6.5.1/QtGui/private/qbasicvulkanplatforminstance_p.h deleted file mode 100644 index dfa5003f1..000000000 --- a/Qt6.5.1/ARM64/include/QtGui/6.5.1/QtGui/private/qbasicvulkanplatforminstance_p.h +++ /dev/null @@ -1,88 +0,0 @@ -// Copyright (C) 2021 The Qt Company Ltd. -// SPDX-License-Identifier: LicenseRef-Qt-Commercial OR LGPL-3.0-only OR GPL-2.0-only OR GPL-3.0-only - -#ifndef QBASICVULKANPLATFORMINSTANCE_P_H -#define QBASICVULKANPLATFORMINSTANCE_P_H - -// -// W A R N I N G -// ------------- -// -// This file is not part of the Qt API. It exists purely as an -// implementation detail. This header file may change from version to -// version without notice, or even be removed. -// -// We mean it. -// - -#include - -#include -#include -#include - -QT_BEGIN_NAMESPACE - -class Q_GUI_EXPORT QBasicPlatformVulkanInstance : public QPlatformVulkanInstance -{ -public: - QBasicPlatformVulkanInstance(); - ~QBasicPlatformVulkanInstance(); - - QVulkanInfoVector supportedLayers() const override; - QVulkanInfoVector supportedExtensions() const override; - QVersionNumber supportedApiVersion() const override; - bool isValid() const override; - VkResult errorCode() const override; - VkInstance vkInstance() const override; - QByteArrayList enabledLayers() const override; - QByteArrayList enabledExtensions() const override; - PFN_vkVoidFunction getInstanceProcAddr(const char *name) override; - bool supportsPresent(VkPhysicalDevice physicalDevice, uint32_t queueFamilyIndex, QWindow *window) override; - void setDebugFilters(const QList &filters) override; - void setDebugUtilsFilters(const QList &filters) override; - - void destroySurface(VkSurfaceKHR surface) const; - const QList *debugFilters() const { return &m_debugFilters; } - const QList *debugUtilsFilters() const { return &m_debugUtilsFilters; } - -protected: - void loadVulkanLibrary(const QString &defaultLibraryName, int defaultLibraryVersion = -1); - void init(QLibrary *lib); - void initInstance(QVulkanInstance *instance, const QByteArrayList &extraExts); - - VkInstance m_vkInst = VK_NULL_HANDLE; - PFN_vkGetInstanceProcAddr m_vkGetInstanceProcAddr = nullptr; - PFN_vkGetPhysicalDeviceSurfaceSupportKHR m_getPhysDevSurfaceSupport; - PFN_vkDestroySurfaceKHR m_destroySurface; - -private: - void setupDebugOutput(); - - std::unique_ptr m_vulkanLib; - - bool m_ownsVkInst = false; - VkResult m_errorCode = VK_SUCCESS; - QVulkanInfoVector m_supportedLayers; - QVulkanInfoVector m_supportedExtensions; - QVersionNumber m_supportedApiVersion; - QByteArrayList m_enabledLayers; - QByteArrayList m_enabledExtensions; - - PFN_vkCreateInstance m_vkCreateInstance; - PFN_vkEnumerateInstanceLayerProperties m_vkEnumerateInstanceLayerProperties; - PFN_vkEnumerateInstanceExtensionProperties m_vkEnumerateInstanceExtensionProperties; - - PFN_vkDestroyInstance m_vkDestroyInstance; - -#ifdef VK_EXT_debug_utils - VkDebugUtilsMessengerEXT m_debugMessenger = VK_NULL_HANDLE; - PFN_vkDestroyDebugUtilsMessengerEXT m_vkDestroyDebugUtilsMessengerEXT; -#endif - QList m_debugFilters; - QList m_debugUtilsFilters; -}; - -QT_END_NAMESPACE - -#endif // QBASICVULKANPLATFORMINSTANCE_P_H diff --git a/Qt6.5.1/ARM64/include/QtGui/6.5.1/QtGui/private/qrhivulkan_p.h b/Qt6.5.1/ARM64/include/QtGui/6.5.1/QtGui/private/qrhivulkan_p.h deleted file mode 100644 index f592cf7e5..000000000 --- a/Qt6.5.1/ARM64/include/QtGui/6.5.1/QtGui/private/qrhivulkan_p.h +++ /dev/null @@ -1,58 +0,0 @@ -// Copyright (C) 2019 The Qt Company Ltd. -// SPDX-License-Identifier: LicenseRef-Qt-Commercial OR LGPL-3.0-only OR GPL-2.0-only OR GPL-3.0-only - -#ifndef QRHIVULKAN_H -#define QRHIVULKAN_H - -// -// W A R N I N G -// ------------- -// -// This file is not part of the Qt API. It exists purely as an -// implementation detail. This header file may change from version to -// version without notice, or even be removed. -// -// We mean it. -// - -#include -#include // this is where vulkan.h gets pulled in - -QT_BEGIN_NAMESPACE - -struct Q_GUI_EXPORT QRhiVulkanInitParams : public QRhiInitParams -{ - QVulkanInstance *inst = nullptr; - QWindow *window = nullptr; - QByteArrayList deviceExtensions; - - static QByteArrayList preferredInstanceExtensions(); - static QByteArrayList preferredExtensionsForImportedDevice(); -}; - -struct Q_GUI_EXPORT QRhiVulkanNativeHandles : public QRhiNativeHandles -{ - // to import a physical device (always required) - VkPhysicalDevice physDev = VK_NULL_HANDLE; - // to import a device and queue - VkDevice dev = VK_NULL_HANDLE; - quint32 gfxQueueFamilyIdx = 0; - quint32 gfxQueueIdx = 0; - VkQueue gfxQueue = VK_NULL_HANDLE; - // and optionally, the mem allocator - void *vmemAllocator = nullptr; -}; - -struct Q_GUI_EXPORT QRhiVulkanCommandBufferNativeHandles : public QRhiNativeHandles -{ - VkCommandBuffer commandBuffer = VK_NULL_HANDLE; -}; - -struct Q_GUI_EXPORT QRhiVulkanRenderPassNativeHandles : public QRhiNativeHandles -{ - VkRenderPass renderPass = VK_NULL_HANDLE; -}; - -QT_END_NAMESPACE - -#endif diff --git a/Qt6.5.1/ARM64/include/QtGui/6.5.1/QtGui/private/qrhivulkanext_p.h b/Qt6.5.1/ARM64/include/QtGui/6.5.1/QtGui/private/qrhivulkanext_p.h deleted file mode 100644 index 02b346948..000000000 --- a/Qt6.5.1/ARM64/include/QtGui/6.5.1/QtGui/private/qrhivulkanext_p.h +++ /dev/null @@ -1,48 +0,0 @@ -// Copyright (C) 2018 The Qt Company Ltd. -// SPDX-License-Identifier: LicenseRef-Qt-Commercial OR LGPL-3.0-only OR GPL-2.0-only OR GPL-3.0-only - -#ifndef QRHIVULKANEXT_P_H -#define QRHIVULKANEXT_P_H - -// -// W A R N I N G -// ------------- -// -// This file is not part of the Qt API. It exists purely as an -// implementation detail. This header file may change from version to -// version without notice, or even be removed. -// -// We mean it. -// - -#include "qrhivulkan_p.h" - -QT_BEGIN_NAMESPACE - -#ifndef VK_EXT_vertex_attribute_divisor -#define VK_EXT_vertex_attribute_divisor 1 -#define VK_EXT_VERTEX_ATTRIBUTE_DIVISOR_SPEC_VERSION 2 -#define VK_EXT_VERTEX_ATTRIBUTE_DIVISOR_EXTENSION_NAME "VK_EXT_vertex_attribute_divisor" - -typedef struct VkPhysicalDeviceVertexAttributeDivisorPropertiesEXT { - VkStructureType sType; - void* pNext; - uint32_t maxVertexAttribDivisor; -} VkPhysicalDeviceVertexAttributeDivisorPropertiesEXT; - -typedef struct VkVertexInputBindingDivisorDescriptionEXT { - uint32_t binding; - uint32_t divisor; -} VkVertexInputBindingDivisorDescriptionEXT; - -typedef struct VkPipelineVertexInputDivisorStateCreateInfoEXT { - VkStructureType sType; - const void* pNext; - uint32_t vertexBindingDivisorCount; - const VkVertexInputBindingDivisorDescriptionEXT* pVertexBindingDivisors; -} VkPipelineVertexInputDivisorStateCreateInfoEXT; -#endif // VK_EXT_vertex_attribute_divisor - -QT_END_NAMESPACE - -#endif diff --git a/Qt6.5.1/ARM64/include/QtGui/6.5.1/QtGui/private/qvulkandefaultinstance_p.h b/Qt6.5.1/ARM64/include/QtGui/6.5.1/QtGui/private/qvulkandefaultinstance_p.h deleted file mode 100644 index 8550f63d6..000000000 --- a/Qt6.5.1/ARM64/include/QtGui/6.5.1/QtGui/private/qvulkandefaultinstance_p.h +++ /dev/null @@ -1,46 +0,0 @@ -// Copyright (C) 2022 The Qt Company Ltd. -// SPDX-License-Identifier: LicenseRef-Qt-Commercial OR LGPL-3.0-only OR GPL-2.0-only OR GPL-3.0-only - -#ifndef QVULKANDEFAULTINSTANCE_P_H -#define QVULKANDEFAULTINSTANCE_P_H - -// -// W A R N I N G -// ------------- -// -// This file is not part of the Qt API. It exists for the convenience -// of a number of Qt sources files. This header file may change from -// version to version without notice, or even be removed. -// -// We mean it. -// - -#include - -#if QT_CONFIG(vulkan) - -#include - -QT_BEGIN_NAMESPACE - -struct Q_GUI_EXPORT QVulkanDefaultInstance -{ - enum Flag { - EnableValidation = 0x01 - }; - Q_DECLARE_FLAGS(Flags, Flag) - - static Flags flags(); - static void setFlag(Flag flag, bool on = true); - static bool hasInstance(); - static QVulkanInstance *instance(); - static void cleanup(); -}; - -Q_DECLARE_OPERATORS_FOR_FLAGS(QVulkanDefaultInstance::Flags) - -QT_END_NAMESPACE - -#endif // QT_CONFIG(vulkan) - -#endif diff --git a/Qt6.5.1/ARM64/include/QtGui/6.5.1/QtGui/private/qvulkanfunctions_p.h b/Qt6.5.1/ARM64/include/QtGui/6.5.1/QtGui/private/qvulkanfunctions_p.h deleted file mode 100644 index 5a9a6a6d1..000000000 --- a/Qt6.5.1/ARM64/include/QtGui/6.5.1/QtGui/private/qvulkanfunctions_p.h +++ /dev/null @@ -1,44 +0,0 @@ -// Copyright (C) 2021 The Qt Company Ltd. -// SPDX-License-Identifier: LicenseRef-Qt-Commercial OR LGPL-3.0-only OR GPL-2.0-only OR GPL-3.0-only - -// This file is automatically generated by qvkgen. Do not edit. - -#ifndef QVULKANFUNCTIONS_P_H -#define QVULKANFUNCTIONS_P_H - -// -// W A R N I N G -// ------------- -// -// This file is not part of the Qt API. It exists purely as an -// implementation detail. This header file may change from version to -// version without notice, or even be removed. -// -// We mean it. -// - -#include "qvulkanfunctions.h" - -QT_BEGIN_NAMESPACE - -class QVulkanInstance; - -class QVulkanFunctionsPrivate -{ -public: - QVulkanFunctionsPrivate(QVulkanInstance *inst); - - PFN_vkVoidFunction m_funcs[26]; -}; - -class QVulkanDeviceFunctionsPrivate -{ -public: - QVulkanDeviceFunctionsPrivate(QVulkanInstance *inst, VkDevice device); - - PFN_vkVoidFunction m_funcs[185]; -}; - -QT_END_NAMESPACE - -#endif // QVULKANFUNCTIONS_P_H diff --git a/Qt6.5.1/ARM64/include/QtGui/6.5.1/QtGui/private/qvulkaninstance_p.h b/Qt6.5.1/ARM64/include/QtGui/6.5.1/QtGui/private/qvulkaninstance_p.h deleted file mode 100644 index d707b301c..000000000 --- a/Qt6.5.1/ARM64/include/QtGui/6.5.1/QtGui/private/qvulkaninstance_p.h +++ /dev/null @@ -1,60 +0,0 @@ -// Copyright (C) 2022 The Qt Company Ltd. -// SPDX-License-Identifier: LicenseRef-Qt-Commercial OR LGPL-3.0-only OR GPL-2.0-only OR GPL-3.0-only - -#ifndef QVULKANINSTANCE_P_H -#define QVULKANINSTANCE_P_H - -#include - -#if QT_CONFIG(vulkan) || defined(Q_QDOC) - -#include "qvulkaninstance.h" -#include -#include - -// -// W A R N I N G -// ------------- -// -// This file is not part of the Qt API. It exists for the convenience -// of a number of Qt sources files. This header file may change from -// version to version without notice, or even be removed. -// -// We mean it. -// - -QT_BEGIN_NAMESPACE - -class Q_GUI_EXPORT QVulkanInstancePrivate -{ -public: - QVulkanInstancePrivate(QVulkanInstance *q) - : q_ptr(q), - vkInst(VK_NULL_HANDLE), - errorCode(VK_SUCCESS) - { } - ~QVulkanInstancePrivate() { reset(); } - static QVulkanInstancePrivate *get(QVulkanInstance *q) { return q->d_ptr.data(); } - - bool ensureVulkan(); - void reset(); - - QVulkanInstance *q_ptr; - QScopedPointer platformInst; - VkInstance vkInst; - QVulkanInstance::Flags flags; - QByteArrayList layers; - QByteArrayList extensions; - QVersionNumber apiVersion; - VkResult errorCode; - QScopedPointer funcs; - QHash deviceFuncs; - QList debugFilters; // legacy filters based on VK_EXT_debug_report - QList debugUtilsFilters; // the modern version based on VK_EXT_debug_utils -}; - -QT_END_NAMESPACE - -#endif // QT_CONFIG(vulkan) - -#endif // QVULKANINSTANCE_P_H diff --git a/Qt6.5.1/ARM64/include/QtGui/6.5.1/QtGui/private/qvulkanwindow_p.h b/Qt6.5.1/ARM64/include/QtGui/6.5.1/QtGui/private/qvulkanwindow_p.h deleted file mode 100644 index 9eaead9e0..000000000 --- a/Qt6.5.1/ARM64/include/QtGui/6.5.1/QtGui/private/qvulkanwindow_p.h +++ /dev/null @@ -1,154 +0,0 @@ -// Copyright (C) 2017 The Qt Company Ltd. -// SPDX-License-Identifier: LicenseRef-Qt-Commercial OR LGPL-3.0-only OR GPL-2.0-only OR GPL-3.0-only - -#ifndef QVULKANWINDOW_P_H -#define QVULKANWINDOW_P_H - -#include - -#if QT_CONFIG(vulkan) || defined(Q_QDOC) - -#include "qvulkanwindow.h" -#include -#include - -// -// W A R N I N G -// ------------- -// -// This file is not part of the Qt API. It exists for the convenience -// of a number of Qt sources files. This header file may change from -// version to version without notice, or even be removed. -// -// We mean it. -// - -QT_BEGIN_NAMESPACE - -class Q_GUI_EXPORT QVulkanWindowPrivate : public QWindowPrivate -{ - Q_DECLARE_PUBLIC(QVulkanWindow) - -public: - ~QVulkanWindowPrivate(); - - void ensureStarted(); - void init(); - void reset(); - bool createDefaultRenderPass(); - void recreateSwapChain(); - uint32_t chooseTransientImageMemType(VkImage img, uint32_t startIndex); - bool createTransientImage(VkFormat format, VkImageUsageFlags usage, VkImageAspectFlags aspectMask, - VkImage *images, VkDeviceMemory *mem, VkImageView *views, int count); - void releaseSwapChain(); - void beginFrame(); - void endFrame(); - bool checkDeviceLost(VkResult err); - void addReadback(); - void finishBlockingReadback(); - - enum Status { - StatusUninitialized, - StatusFail, - StatusFailRetry, - StatusDeviceReady, - StatusReady - }; - Status status = StatusUninitialized; - QVulkanWindowRenderer *renderer = nullptr; - QVulkanInstance *inst = nullptr; - VkSurfaceKHR surface = VK_NULL_HANDLE; - int physDevIndex = 0; - QList physDevs; - QList physDevProps; - QVulkanWindow::Flags flags; - QByteArrayList requestedDevExtensions; - QHash > supportedDevExtensions; - QList requestedColorFormats; - VkSampleCountFlagBits sampleCount = VK_SAMPLE_COUNT_1_BIT; - QVulkanWindow::QueueCreateInfoModifier queueCreateInfoModifier; - QVulkanWindow::EnabledFeaturesModifier enabledFeaturesModifier; - - VkDevice dev = VK_NULL_HANDLE; - QVulkanDeviceFunctions *devFuncs; - uint32_t gfxQueueFamilyIdx; - uint32_t presQueueFamilyIdx; - VkQueue gfxQueue; - VkQueue presQueue; - VkCommandPool cmdPool = VK_NULL_HANDLE; - VkCommandPool presCmdPool = VK_NULL_HANDLE; - uint32_t hostVisibleMemIndex; - uint32_t deviceLocalMemIndex; - VkFormat colorFormat; - VkColorSpaceKHR colorSpace; - VkFormat dsFormat = VK_FORMAT_D24_UNORM_S8_UINT; - - PFN_vkCreateSwapchainKHR vkCreateSwapchainKHR = nullptr; - PFN_vkDestroySwapchainKHR vkDestroySwapchainKHR; - PFN_vkGetSwapchainImagesKHR vkGetSwapchainImagesKHR; - PFN_vkAcquireNextImageKHR vkAcquireNextImageKHR; - PFN_vkQueuePresentKHR vkQueuePresentKHR; - PFN_vkGetPhysicalDeviceSurfaceCapabilitiesKHR vkGetPhysicalDeviceSurfaceCapabilitiesKHR = nullptr; - PFN_vkGetPhysicalDeviceSurfaceFormatsKHR vkGetPhysicalDeviceSurfaceFormatsKHR; - - static const int MAX_SWAPCHAIN_BUFFER_COUNT = 4; - static const int MAX_FRAME_LAG = QVulkanWindow::MAX_CONCURRENT_FRAME_COUNT; - // QVulkanWindow only supports the always available FIFO mode. The - // rendering thread will get throttled to the presentation rate (vsync). - // This is in effect Example 5 from the VK_KHR_swapchain spec. - VkPresentModeKHR presentMode = VK_PRESENT_MODE_FIFO_KHR; - int swapChainBufferCount = 0; - int frameLag = 2; - - QSize swapChainImageSize; - VkSwapchainKHR swapChain = VK_NULL_HANDLE; - bool swapChainSupportsReadBack = false; - - struct ImageResources { - VkImage image = VK_NULL_HANDLE; - VkImageView imageView = VK_NULL_HANDLE; - VkCommandBuffer cmdBuf = VK_NULL_HANDLE; - VkFence cmdFence = VK_NULL_HANDLE; - bool cmdFenceWaitable = false; - VkFramebuffer fb = VK_NULL_HANDLE; - VkCommandBuffer presTransCmdBuf = VK_NULL_HANDLE; - VkImage msaaImage = VK_NULL_HANDLE; - VkImageView msaaImageView = VK_NULL_HANDLE; - } imageRes[MAX_SWAPCHAIN_BUFFER_COUNT]; - - VkDeviceMemory msaaImageMem = VK_NULL_HANDLE; - - uint32_t currentImage; - - struct FrameResources { - VkFence fence = VK_NULL_HANDLE; - bool fenceWaitable = false; - VkSemaphore imageSem = VK_NULL_HANDLE; - VkSemaphore drawSem = VK_NULL_HANDLE; - VkSemaphore presTransSem = VK_NULL_HANDLE; - bool imageAcquired = false; - bool imageSemWaitable = false; - } frameRes[MAX_FRAME_LAG]; - - uint32_t currentFrame; - - VkRenderPass defaultRenderPass = VK_NULL_HANDLE; - - VkDeviceMemory dsMem = VK_NULL_HANDLE; - VkImage dsImage = VK_NULL_HANDLE; - VkImageView dsView = VK_NULL_HANDLE; - - bool framePending = false; - bool frameGrabbing = false; - QImage frameGrabTargetImage; - VkImage frameGrabImage = VK_NULL_HANDLE; - VkDeviceMemory frameGrabImageMem = VK_NULL_HANDLE; - - QMatrix4x4 m_clipCorrect; -}; - -QT_END_NAMESPACE - -#endif // QT_CONFIG(vulkan) - -#endif diff --git a/Qt6.5.1/ARM64/include/QtGui/6.5.1/QtGui/qpa/qplatformvulkaninstance.h b/Qt6.5.1/ARM64/include/QtGui/6.5.1/QtGui/qpa/qplatformvulkaninstance.h deleted file mode 100644 index 40ba60252..000000000 --- a/Qt6.5.1/ARM64/include/QtGui/6.5.1/QtGui/qpa/qplatformvulkaninstance.h +++ /dev/null @@ -1,120 +0,0 @@ -// Copyright (C) 2017 The Qt Company Ltd. -// SPDX-License-Identifier: LicenseRef-Qt-Commercial OR LGPL-3.0-only OR GPL-2.0-only OR GPL-3.0-only - -#ifndef QPLATFORMVULKANINSTANCE_H -#define QPLATFORMVULKANINSTANCE_H - -// -// W A R N I N G -// ------------- -// -// This file is part of the QPA API and is not meant to be used -// in applications. Usage of this API may make your code -// source and binary incompatible with future versions of Qt. -// - -#include - -#if QT_CONFIG(vulkan) || defined(Q_QDOC) - -#include - -QT_BEGIN_NAMESPACE - -class QPlatformVulkanInstancePrivate; - -class Q_GUI_EXPORT QPlatformVulkanInstance -{ - Q_DECLARE_PRIVATE(QPlatformVulkanInstance) - -public: - QPlatformVulkanInstance(); - virtual ~QPlatformVulkanInstance(); - - virtual QVulkanInfoVector supportedLayers() const = 0; - virtual QVulkanInfoVector supportedExtensions() const = 0; - virtual QVersionNumber supportedApiVersion() const = 0; - virtual void createOrAdoptInstance() = 0; - virtual bool isValid() const = 0; - virtual VkResult errorCode() const = 0; - virtual VkInstance vkInstance() const = 0; - virtual QByteArrayList enabledLayers() const = 0; - virtual QByteArrayList enabledExtensions() const = 0; - virtual PFN_vkVoidFunction getInstanceProcAddr(const char *name) = 0; - virtual bool supportsPresent(VkPhysicalDevice physicalDevice, uint32_t queueFamilyIndex, QWindow *window) = 0; - virtual void presentAboutToBeQueued(QWindow *window); - virtual void presentQueued(QWindow *window); - virtual void setDebugFilters(const QList &filters); - virtual void setDebugUtilsFilters(const QList &filters); - -private: - QScopedPointer d_ptr; - Q_DISABLE_COPY(QPlatformVulkanInstance) -}; - -QT_END_NAMESPACE - -#endif // QT_CONFIG(vulkan) - -#if defined(Q_QDOC) -/* - The following include file did not exist for clang-qdoc running - in macOS, but the classes are documented in qvulkanfunctions.cpp. - clang-qdoc must parse the class declarations in an include file, - or else it can't find a place to put the documentation for the - classes. Apparently these classes are created at build time if - Vulkan is present. - */ -#ifndef QVULKANFUNCTIONS_H -#define QVULKANFUNCTIONS_H - -#include - -#if QT_CONFIG(vulkan) || defined(Q_QDOC) - -#ifndef VK_NO_PROTOTYPES -#define VK_NO_PROTOTYPES -#endif -#include - -#include - -QT_BEGIN_NAMESPACE - -class QVulkanInstance; -class QVulkanFunctionsPrivate; -class QVulkanDeviceFunctionsPrivate; - -class Q_GUI_EXPORT QVulkanFunctions -{ -public: - ~QVulkanFunctions(); - -private: - Q_DISABLE_COPY(QVulkanFunctions) - QVulkanFunctions(QVulkanInstance *inst); - - QScopedPointer d_ptr; - friend class QVulkanInstance; -}; - -class Q_GUI_EXPORT QVulkanDeviceFunctions -{ -public: - ~QVulkanDeviceFunctions(); - -private: - Q_DISABLE_COPY(QVulkanDeviceFunctions) - QVulkanDeviceFunctions(QVulkanInstance *inst, VkDevice device); - - QScopedPointer d_ptr; - friend class QVulkanInstance; -}; - -QT_END_NAMESPACE - -#endif // QT_CONFIG(vulkan) || defined(Q_QDOC) -#endif // QVULKANFUNCTIONS_H; -#endif // Q_QDOC - -#endif // QPLATFORMVULKANINSTANCE_H diff --git a/Qt6.5.1/ARM64/include/QtGui/QVulkanDeviceFunctions b/Qt6.5.1/ARM64/include/QtGui/QVulkanDeviceFunctions deleted file mode 100644 index 141a56177..000000000 --- a/Qt6.5.1/ARM64/include/QtGui/QVulkanDeviceFunctions +++ /dev/null @@ -1 +0,0 @@ -#include "qvulkanfunctions.h" diff --git a/Qt6.5.1/ARM64/include/QtGui/QVulkanExtension b/Qt6.5.1/ARM64/include/QtGui/QVulkanExtension deleted file mode 100644 index bec3d130a..000000000 --- a/Qt6.5.1/ARM64/include/QtGui/QVulkanExtension +++ /dev/null @@ -1 +0,0 @@ -#include "qvulkaninstance.h" diff --git a/Qt6.5.1/ARM64/include/QtGui/QVulkanFunctions b/Qt6.5.1/ARM64/include/QtGui/QVulkanFunctions deleted file mode 100644 index 141a56177..000000000 --- a/Qt6.5.1/ARM64/include/QtGui/QVulkanFunctions +++ /dev/null @@ -1 +0,0 @@ -#include "qvulkanfunctions.h" diff --git a/Qt6.5.1/ARM64/include/QtGui/QVulkanInfoVector b/Qt6.5.1/ARM64/include/QtGui/QVulkanInfoVector deleted file mode 100644 index bec3d130a..000000000 --- a/Qt6.5.1/ARM64/include/QtGui/QVulkanInfoVector +++ /dev/null @@ -1 +0,0 @@ -#include "qvulkaninstance.h" diff --git a/Qt6.5.1/ARM64/include/QtGui/QVulkanInstance b/Qt6.5.1/ARM64/include/QtGui/QVulkanInstance deleted file mode 100644 index bec3d130a..000000000 --- a/Qt6.5.1/ARM64/include/QtGui/QVulkanInstance +++ /dev/null @@ -1 +0,0 @@ -#include "qvulkaninstance.h" diff --git a/Qt6.5.1/ARM64/include/QtGui/QVulkanLayer b/Qt6.5.1/ARM64/include/QtGui/QVulkanLayer deleted file mode 100644 index bec3d130a..000000000 --- a/Qt6.5.1/ARM64/include/QtGui/QVulkanLayer +++ /dev/null @@ -1 +0,0 @@ -#include "qvulkaninstance.h" diff --git a/Qt6.5.1/ARM64/include/QtGui/QVulkanWindow b/Qt6.5.1/ARM64/include/QtGui/QVulkanWindow deleted file mode 100644 index 915b744f2..000000000 --- a/Qt6.5.1/ARM64/include/QtGui/QVulkanWindow +++ /dev/null @@ -1 +0,0 @@ -#include "qvulkanwindow.h" diff --git a/Qt6.5.1/ARM64/include/QtGui/QVulkanWindowRenderer b/Qt6.5.1/ARM64/include/QtGui/QVulkanWindowRenderer deleted file mode 100644 index 915b744f2..000000000 --- a/Qt6.5.1/ARM64/include/QtGui/QVulkanWindowRenderer +++ /dev/null @@ -1 +0,0 @@ -#include "qvulkanwindow.h" diff --git a/Qt6.5.1/ARM64/include/QtGui/qtgui-config.h b/Qt6.5.1/ARM64/include/QtGui/qtgui-config.h index 85e242b0b..7c2677622 100644 --- a/Qt6.5.1/ARM64/include/QtGui/qtgui-config.h +++ b/Qt6.5.1/ARM64/include/QtGui/qtgui-config.h @@ -18,7 +18,7 @@ #define QT_FEATURE_opengl -1 -#define QT_FEATURE_vulkan 1 +#define QT_FEATURE_vulkan -1 #define QT_FEATURE_openvg -1 diff --git a/Qt6.5.1/ARM64/include/QtGui/qvulkanfunctions.h b/Qt6.5.1/ARM64/include/QtGui/qvulkanfunctions.h deleted file mode 100644 index 90b58bbf8..000000000 --- a/Qt6.5.1/ARM64/include/QtGui/qvulkanfunctions.h +++ /dev/null @@ -1,289 +0,0 @@ -// Copyright (C) 2021 The Qt Company Ltd. -// SPDX-License-Identifier: LicenseRef-Qt-Commercial OR LGPL-3.0-only OR GPL-2.0-only OR GPL-3.0-only - -// This file is automatically generated by qvkgen. Do not edit. - -#ifndef QVULKANFUNCTIONS_H -#define QVULKANFUNCTIONS_H - -#if 0 -#pragma qt_no_master_include -#endif - -#include - -#if QT_CONFIG(vulkan) || defined(Q_QDOC) - -#ifndef VK_NO_PROTOTYPES -#define VK_NO_PROTOTYPES -#endif -#include - -#include - -QT_BEGIN_NAMESPACE - -class QVulkanInstance; -class QVulkanFunctionsPrivate; -class QVulkanDeviceFunctionsPrivate; - -class Q_GUI_EXPORT QVulkanFunctions -{ -public: - ~QVulkanFunctions(); - -#if VK_VERSION_1_0 - VkResult vkEnumeratePhysicalDevices(VkInstance instance, uint32_t *pPhysicalDeviceCount, VkPhysicalDevice *pPhysicalDevices); - PFN_vkVoidFunction vkGetDeviceProcAddr(VkDevice device, const char *pName); - void vkGetPhysicalDeviceProperties(VkPhysicalDevice physicalDevice, VkPhysicalDeviceProperties *pProperties); - void vkGetPhysicalDeviceQueueFamilyProperties(VkPhysicalDevice physicalDevice, uint32_t *pQueueFamilyPropertyCount, VkQueueFamilyProperties *pQueueFamilyProperties); - void vkGetPhysicalDeviceMemoryProperties(VkPhysicalDevice physicalDevice, VkPhysicalDeviceMemoryProperties *pMemoryProperties); - void vkGetPhysicalDeviceFeatures(VkPhysicalDevice physicalDevice, VkPhysicalDeviceFeatures *pFeatures); - void vkGetPhysicalDeviceFormatProperties(VkPhysicalDevice physicalDevice, VkFormat format, VkFormatProperties *pFormatProperties); - VkResult vkGetPhysicalDeviceImageFormatProperties(VkPhysicalDevice physicalDevice, VkFormat format, VkImageType type, VkImageTiling tiling, VkImageUsageFlags usage, VkImageCreateFlags flags, VkImageFormatProperties *pImageFormatProperties); - VkResult vkCreateDevice(VkPhysicalDevice physicalDevice, const VkDeviceCreateInfo *pCreateInfo, const VkAllocationCallbacks *pAllocator, VkDevice *pDevice); - VkResult vkEnumerateInstanceLayerProperties(uint32_t *pPropertyCount, VkLayerProperties *pProperties); - VkResult vkEnumerateInstanceExtensionProperties(const char *pLayerName, uint32_t *pPropertyCount, VkExtensionProperties *pProperties); - VkResult vkEnumerateDeviceLayerProperties(VkPhysicalDevice physicalDevice, uint32_t *pPropertyCount, VkLayerProperties *pProperties); - VkResult vkEnumerateDeviceExtensionProperties(VkPhysicalDevice physicalDevice, const char *pLayerName, uint32_t *pPropertyCount, VkExtensionProperties *pProperties); - void vkGetPhysicalDeviceSparseImageFormatProperties(VkPhysicalDevice physicalDevice, VkFormat format, VkImageType type, VkSampleCountFlagBits samples, VkImageUsageFlags usage, VkImageTiling tiling, uint32_t *pPropertyCount, VkSparseImageFormatProperties *pProperties); -#endif -#if VK_VERSION_1_1 - void vkGetPhysicalDeviceFeatures2(VkPhysicalDevice physicalDevice, VkPhysicalDeviceFeatures2 *pFeatures); - void vkGetPhysicalDeviceProperties2(VkPhysicalDevice physicalDevice, VkPhysicalDeviceProperties2 *pProperties); - void vkGetPhysicalDeviceFormatProperties2(VkPhysicalDevice physicalDevice, VkFormat format, VkFormatProperties2 *pFormatProperties); - VkResult vkGetPhysicalDeviceImageFormatProperties2(VkPhysicalDevice physicalDevice, const VkPhysicalDeviceImageFormatInfo2 *pImageFormatInfo, VkImageFormatProperties2 *pImageFormatProperties); - void vkGetPhysicalDeviceQueueFamilyProperties2(VkPhysicalDevice physicalDevice, uint32_t *pQueueFamilyPropertyCount, VkQueueFamilyProperties2 *pQueueFamilyProperties); - void vkGetPhysicalDeviceMemoryProperties2(VkPhysicalDevice physicalDevice, VkPhysicalDeviceMemoryProperties2 *pMemoryProperties); - void vkGetPhysicalDeviceSparseImageFormatProperties2(VkPhysicalDevice physicalDevice, const VkPhysicalDeviceSparseImageFormatInfo2 *pFormatInfo, uint32_t *pPropertyCount, VkSparseImageFormatProperties2 *pProperties); - void vkGetPhysicalDeviceExternalBufferProperties(VkPhysicalDevice physicalDevice, const VkPhysicalDeviceExternalBufferInfo *pExternalBufferInfo, VkExternalBufferProperties *pExternalBufferProperties); - void vkGetPhysicalDeviceExternalSemaphoreProperties(VkPhysicalDevice physicalDevice, const VkPhysicalDeviceExternalSemaphoreInfo *pExternalSemaphoreInfo, VkExternalSemaphoreProperties *pExternalSemaphoreProperties); - void vkGetPhysicalDeviceExternalFenceProperties(VkPhysicalDevice physicalDevice, const VkPhysicalDeviceExternalFenceInfo *pExternalFenceInfo, VkExternalFenceProperties *pExternalFenceProperties); - VkResult vkEnumeratePhysicalDeviceGroups(VkInstance instance, uint32_t *pPhysicalDeviceGroupCount, VkPhysicalDeviceGroupProperties *pPhysicalDeviceGroupProperties); -#endif -#if VK_VERSION_1_2 -#endif -#if VK_VERSION_1_3 - VkResult vkGetPhysicalDeviceToolProperties(VkPhysicalDevice physicalDevice, uint32_t *pToolCount, VkPhysicalDeviceToolProperties *pToolProperties); -#endif - -private: - Q_DISABLE_COPY(QVulkanFunctions) - QVulkanFunctions(QVulkanInstance *inst); - - QScopedPointer d_ptr; - friend class QVulkanInstance; -}; - -class Q_GUI_EXPORT QVulkanDeviceFunctions -{ -public: - ~QVulkanDeviceFunctions(); - -#if VK_VERSION_1_0 - void vkDestroyDevice(VkDevice device, const VkAllocationCallbacks *pAllocator); - void vkGetDeviceQueue(VkDevice device, uint32_t queueFamilyIndex, uint32_t queueIndex, VkQueue *pQueue); - VkResult vkQueueSubmit(VkQueue queue, uint32_t submitCount, const VkSubmitInfo *pSubmits, VkFence fence); - VkResult vkQueueWaitIdle(VkQueue queue); - VkResult vkDeviceWaitIdle(VkDevice device); - VkResult vkAllocateMemory(VkDevice device, const VkMemoryAllocateInfo *pAllocateInfo, const VkAllocationCallbacks *pAllocator, VkDeviceMemory *pMemory); - void vkFreeMemory(VkDevice device, VkDeviceMemory memory, const VkAllocationCallbacks *pAllocator); - VkResult vkMapMemory(VkDevice device, VkDeviceMemory memory, VkDeviceSize offset, VkDeviceSize size, VkMemoryMapFlags flags, void **ppData); - void vkUnmapMemory(VkDevice device, VkDeviceMemory memory); - VkResult vkFlushMappedMemoryRanges(VkDevice device, uint32_t memoryRangeCount, const VkMappedMemoryRange *pMemoryRanges); - VkResult vkInvalidateMappedMemoryRanges(VkDevice device, uint32_t memoryRangeCount, const VkMappedMemoryRange *pMemoryRanges); - void vkGetDeviceMemoryCommitment(VkDevice device, VkDeviceMemory memory, VkDeviceSize *pCommittedMemoryInBytes); - void vkGetBufferMemoryRequirements(VkDevice device, VkBuffer buffer, VkMemoryRequirements *pMemoryRequirements); - VkResult vkBindBufferMemory(VkDevice device, VkBuffer buffer, VkDeviceMemory memory, VkDeviceSize memoryOffset); - void vkGetImageMemoryRequirements(VkDevice device, VkImage image, VkMemoryRequirements *pMemoryRequirements); - VkResult vkBindImageMemory(VkDevice device, VkImage image, VkDeviceMemory memory, VkDeviceSize memoryOffset); - void vkGetImageSparseMemoryRequirements(VkDevice device, VkImage image, uint32_t *pSparseMemoryRequirementCount, VkSparseImageMemoryRequirements *pSparseMemoryRequirements); - VkResult vkQueueBindSparse(VkQueue queue, uint32_t bindInfoCount, const VkBindSparseInfo *pBindInfo, VkFence fence); - VkResult vkCreateFence(VkDevice device, const VkFenceCreateInfo *pCreateInfo, const VkAllocationCallbacks *pAllocator, VkFence *pFence); - void vkDestroyFence(VkDevice device, VkFence fence, const VkAllocationCallbacks *pAllocator); - VkResult vkResetFences(VkDevice device, uint32_t fenceCount, const VkFence *pFences); - VkResult vkGetFenceStatus(VkDevice device, VkFence fence); - VkResult vkWaitForFences(VkDevice device, uint32_t fenceCount, const VkFence *pFences, VkBool32 waitAll, uint64_t timeout); - VkResult vkCreateSemaphore(VkDevice device, const VkSemaphoreCreateInfo *pCreateInfo, const VkAllocationCallbacks *pAllocator, VkSemaphore *pSemaphore); - void vkDestroySemaphore(VkDevice device, VkSemaphore semaphore, const VkAllocationCallbacks *pAllocator); - VkResult vkCreateEvent(VkDevice device, const VkEventCreateInfo *pCreateInfo, const VkAllocationCallbacks *pAllocator, VkEvent *pEvent); - void vkDestroyEvent(VkDevice device, VkEvent event, const VkAllocationCallbacks *pAllocator); - VkResult vkGetEventStatus(VkDevice device, VkEvent event); - VkResult vkSetEvent(VkDevice device, VkEvent event); - VkResult vkResetEvent(VkDevice device, VkEvent event); - VkResult vkCreateQueryPool(VkDevice device, const VkQueryPoolCreateInfo *pCreateInfo, const VkAllocationCallbacks *pAllocator, VkQueryPool *pQueryPool); - void vkDestroyQueryPool(VkDevice device, VkQueryPool queryPool, const VkAllocationCallbacks *pAllocator); - VkResult vkGetQueryPoolResults(VkDevice device, VkQueryPool queryPool, uint32_t firstQuery, uint32_t queryCount, size_t dataSize, void *pData, VkDeviceSize stride, VkQueryResultFlags flags); - VkResult vkCreateBuffer(VkDevice device, const VkBufferCreateInfo *pCreateInfo, const VkAllocationCallbacks *pAllocator, VkBuffer *pBuffer); - void vkDestroyBuffer(VkDevice device, VkBuffer buffer, const VkAllocationCallbacks *pAllocator); - VkResult vkCreateBufferView(VkDevice device, const VkBufferViewCreateInfo *pCreateInfo, const VkAllocationCallbacks *pAllocator, VkBufferView *pView); - void vkDestroyBufferView(VkDevice device, VkBufferView bufferView, const VkAllocationCallbacks *pAllocator); - VkResult vkCreateImage(VkDevice device, const VkImageCreateInfo *pCreateInfo, const VkAllocationCallbacks *pAllocator, VkImage *pImage); - void vkDestroyImage(VkDevice device, VkImage image, const VkAllocationCallbacks *pAllocator); - void vkGetImageSubresourceLayout(VkDevice device, VkImage image, const VkImageSubresource *pSubresource, VkSubresourceLayout *pLayout); - VkResult vkCreateImageView(VkDevice device, const VkImageViewCreateInfo *pCreateInfo, const VkAllocationCallbacks *pAllocator, VkImageView *pView); - void vkDestroyImageView(VkDevice device, VkImageView imageView, const VkAllocationCallbacks *pAllocator); - VkResult vkCreateShaderModule(VkDevice device, const VkShaderModuleCreateInfo *pCreateInfo, const VkAllocationCallbacks *pAllocator, VkShaderModule *pShaderModule); - void vkDestroyShaderModule(VkDevice device, VkShaderModule shaderModule, const VkAllocationCallbacks *pAllocator); - VkResult vkCreatePipelineCache(VkDevice device, const VkPipelineCacheCreateInfo *pCreateInfo, const VkAllocationCallbacks *pAllocator, VkPipelineCache *pPipelineCache); - void vkDestroyPipelineCache(VkDevice device, VkPipelineCache pipelineCache, const VkAllocationCallbacks *pAllocator); - VkResult vkGetPipelineCacheData(VkDevice device, VkPipelineCache pipelineCache, size_t *pDataSize, void *pData); - VkResult vkMergePipelineCaches(VkDevice device, VkPipelineCache dstCache, uint32_t srcCacheCount, const VkPipelineCache *pSrcCaches); - VkResult vkCreateGraphicsPipelines(VkDevice device, VkPipelineCache pipelineCache, uint32_t createInfoCount, const VkGraphicsPipelineCreateInfo *pCreateInfos, const VkAllocationCallbacks *pAllocator, VkPipeline *pPipelines); - VkResult vkCreateComputePipelines(VkDevice device, VkPipelineCache pipelineCache, uint32_t createInfoCount, const VkComputePipelineCreateInfo *pCreateInfos, const VkAllocationCallbacks *pAllocator, VkPipeline *pPipelines); - void vkDestroyPipeline(VkDevice device, VkPipeline pipeline, const VkAllocationCallbacks *pAllocator); - VkResult vkCreatePipelineLayout(VkDevice device, const VkPipelineLayoutCreateInfo *pCreateInfo, const VkAllocationCallbacks *pAllocator, VkPipelineLayout *pPipelineLayout); - void vkDestroyPipelineLayout(VkDevice device, VkPipelineLayout pipelineLayout, const VkAllocationCallbacks *pAllocator); - VkResult vkCreateSampler(VkDevice device, const VkSamplerCreateInfo *pCreateInfo, const VkAllocationCallbacks *pAllocator, VkSampler *pSampler); - void vkDestroySampler(VkDevice device, VkSampler sampler, const VkAllocationCallbacks *pAllocator); - VkResult vkCreateDescriptorSetLayout(VkDevice device, const VkDescriptorSetLayoutCreateInfo *pCreateInfo, const VkAllocationCallbacks *pAllocator, VkDescriptorSetLayout *pSetLayout); - void vkDestroyDescriptorSetLayout(VkDevice device, VkDescriptorSetLayout descriptorSetLayout, const VkAllocationCallbacks *pAllocator); - VkResult vkCreateDescriptorPool(VkDevice device, const VkDescriptorPoolCreateInfo *pCreateInfo, const VkAllocationCallbacks *pAllocator, VkDescriptorPool *pDescriptorPool); - void vkDestroyDescriptorPool(VkDevice device, VkDescriptorPool descriptorPool, const VkAllocationCallbacks *pAllocator); - VkResult vkResetDescriptorPool(VkDevice device, VkDescriptorPool descriptorPool, VkDescriptorPoolResetFlags flags); - VkResult vkAllocateDescriptorSets(VkDevice device, const VkDescriptorSetAllocateInfo *pAllocateInfo, VkDescriptorSet *pDescriptorSets); - VkResult vkFreeDescriptorSets(VkDevice device, VkDescriptorPool descriptorPool, uint32_t descriptorSetCount, const VkDescriptorSet *pDescriptorSets); - void vkUpdateDescriptorSets(VkDevice device, uint32_t descriptorWriteCount, const VkWriteDescriptorSet *pDescriptorWrites, uint32_t descriptorCopyCount, const VkCopyDescriptorSet *pDescriptorCopies); - VkResult vkCreateFramebuffer(VkDevice device, const VkFramebufferCreateInfo *pCreateInfo, const VkAllocationCallbacks *pAllocator, VkFramebuffer *pFramebuffer); - void vkDestroyFramebuffer(VkDevice device, VkFramebuffer framebuffer, const VkAllocationCallbacks *pAllocator); - VkResult vkCreateRenderPass(VkDevice device, const VkRenderPassCreateInfo *pCreateInfo, const VkAllocationCallbacks *pAllocator, VkRenderPass *pRenderPass); - void vkDestroyRenderPass(VkDevice device, VkRenderPass renderPass, const VkAllocationCallbacks *pAllocator); - void vkGetRenderAreaGranularity(VkDevice device, VkRenderPass renderPass, VkExtent2D *pGranularity); - VkResult vkCreateCommandPool(VkDevice device, const VkCommandPoolCreateInfo *pCreateInfo, const VkAllocationCallbacks *pAllocator, VkCommandPool *pCommandPool); - void vkDestroyCommandPool(VkDevice device, VkCommandPool commandPool, const VkAllocationCallbacks *pAllocator); - VkResult vkResetCommandPool(VkDevice device, VkCommandPool commandPool, VkCommandPoolResetFlags flags); - VkResult vkAllocateCommandBuffers(VkDevice device, const VkCommandBufferAllocateInfo *pAllocateInfo, VkCommandBuffer *pCommandBuffers); - void vkFreeCommandBuffers(VkDevice device, VkCommandPool commandPool, uint32_t commandBufferCount, const VkCommandBuffer *pCommandBuffers); - VkResult vkBeginCommandBuffer(VkCommandBuffer commandBuffer, const VkCommandBufferBeginInfo *pBeginInfo); - VkResult vkEndCommandBuffer(VkCommandBuffer commandBuffer); - VkResult vkResetCommandBuffer(VkCommandBuffer commandBuffer, VkCommandBufferResetFlags flags); - void vkCmdBindPipeline(VkCommandBuffer commandBuffer, VkPipelineBindPoint pipelineBindPoint, VkPipeline pipeline); - void vkCmdSetViewport(VkCommandBuffer commandBuffer, uint32_t firstViewport, uint32_t viewportCount, const VkViewport *pViewports); - void vkCmdSetScissor(VkCommandBuffer commandBuffer, uint32_t firstScissor, uint32_t scissorCount, const VkRect2D *pScissors); - void vkCmdSetLineWidth(VkCommandBuffer commandBuffer, float lineWidth); - void vkCmdSetDepthBias(VkCommandBuffer commandBuffer, float depthBiasConstantFactor, float depthBiasClamp, float depthBiasSlopeFactor); - void vkCmdSetBlendConstants(VkCommandBuffer commandBuffer, const float blendConstants[4]); - void vkCmdSetDepthBounds(VkCommandBuffer commandBuffer, float minDepthBounds, float maxDepthBounds); - void vkCmdSetStencilCompareMask(VkCommandBuffer commandBuffer, VkStencilFaceFlags faceMask, uint32_t compareMask); - void vkCmdSetStencilWriteMask(VkCommandBuffer commandBuffer, VkStencilFaceFlags faceMask, uint32_t writeMask); - void vkCmdSetStencilReference(VkCommandBuffer commandBuffer, VkStencilFaceFlags faceMask, uint32_t reference); - void vkCmdBindDescriptorSets(VkCommandBuffer commandBuffer, VkPipelineBindPoint pipelineBindPoint, VkPipelineLayout layout, uint32_t firstSet, uint32_t descriptorSetCount, const VkDescriptorSet *pDescriptorSets, uint32_t dynamicOffsetCount, const uint32_t *pDynamicOffsets); - void vkCmdBindIndexBuffer(VkCommandBuffer commandBuffer, VkBuffer buffer, VkDeviceSize offset, VkIndexType indexType); - void vkCmdBindVertexBuffers(VkCommandBuffer commandBuffer, uint32_t firstBinding, uint32_t bindingCount, const VkBuffer *pBuffers, const VkDeviceSize *pOffsets); - void vkCmdDraw(VkCommandBuffer commandBuffer, uint32_t vertexCount, uint32_t instanceCount, uint32_t firstVertex, uint32_t firstInstance); - void vkCmdDrawIndexed(VkCommandBuffer commandBuffer, uint32_t indexCount, uint32_t instanceCount, uint32_t firstIndex, int32_t vertexOffset, uint32_t firstInstance); - void vkCmdDrawIndirect(VkCommandBuffer commandBuffer, VkBuffer buffer, VkDeviceSize offset, uint32_t drawCount, uint32_t stride); - void vkCmdDrawIndexedIndirect(VkCommandBuffer commandBuffer, VkBuffer buffer, VkDeviceSize offset, uint32_t drawCount, uint32_t stride); - void vkCmdDispatch(VkCommandBuffer commandBuffer, uint32_t groupCountX, uint32_t groupCountY, uint32_t groupCountZ); - void vkCmdDispatchIndirect(VkCommandBuffer commandBuffer, VkBuffer buffer, VkDeviceSize offset); - void vkCmdCopyBuffer(VkCommandBuffer commandBuffer, VkBuffer srcBuffer, VkBuffer dstBuffer, uint32_t regionCount, const VkBufferCopy *pRegions); - void vkCmdCopyImage(VkCommandBuffer commandBuffer, VkImage srcImage, VkImageLayout srcImageLayout, VkImage dstImage, VkImageLayout dstImageLayout, uint32_t regionCount, const VkImageCopy *pRegions); - void vkCmdBlitImage(VkCommandBuffer commandBuffer, VkImage srcImage, VkImageLayout srcImageLayout, VkImage dstImage, VkImageLayout dstImageLayout, uint32_t regionCount, const VkImageBlit *pRegions, VkFilter filter); - void vkCmdCopyBufferToImage(VkCommandBuffer commandBuffer, VkBuffer srcBuffer, VkImage dstImage, VkImageLayout dstImageLayout, uint32_t regionCount, const VkBufferImageCopy *pRegions); - void vkCmdCopyImageToBuffer(VkCommandBuffer commandBuffer, VkImage srcImage, VkImageLayout srcImageLayout, VkBuffer dstBuffer, uint32_t regionCount, const VkBufferImageCopy *pRegions); - void vkCmdUpdateBuffer(VkCommandBuffer commandBuffer, VkBuffer dstBuffer, VkDeviceSize dstOffset, VkDeviceSize dataSize, const void *pData); - void vkCmdFillBuffer(VkCommandBuffer commandBuffer, VkBuffer dstBuffer, VkDeviceSize dstOffset, VkDeviceSize size, uint32_t data); - void vkCmdClearColorImage(VkCommandBuffer commandBuffer, VkImage image, VkImageLayout imageLayout, const VkClearColorValue *pColor, uint32_t rangeCount, const VkImageSubresourceRange *pRanges); - void vkCmdClearDepthStencilImage(VkCommandBuffer commandBuffer, VkImage image, VkImageLayout imageLayout, const VkClearDepthStencilValue *pDepthStencil, uint32_t rangeCount, const VkImageSubresourceRange *pRanges); - void vkCmdClearAttachments(VkCommandBuffer commandBuffer, uint32_t attachmentCount, const VkClearAttachment *pAttachments, uint32_t rectCount, const VkClearRect *pRects); - void vkCmdResolveImage(VkCommandBuffer commandBuffer, VkImage srcImage, VkImageLayout srcImageLayout, VkImage dstImage, VkImageLayout dstImageLayout, uint32_t regionCount, const VkImageResolve *pRegions); - void vkCmdSetEvent(VkCommandBuffer commandBuffer, VkEvent event, VkPipelineStageFlags stageMask); - void vkCmdResetEvent(VkCommandBuffer commandBuffer, VkEvent event, VkPipelineStageFlags stageMask); - void vkCmdWaitEvents(VkCommandBuffer commandBuffer, uint32_t eventCount, const VkEvent *pEvents, VkPipelineStageFlags srcStageMask, VkPipelineStageFlags dstStageMask, uint32_t memoryBarrierCount, const VkMemoryBarrier *pMemoryBarriers, uint32_t bufferMemoryBarrierCount, const VkBufferMemoryBarrier *pBufferMemoryBarriers, uint32_t imageMemoryBarrierCount, const VkImageMemoryBarrier *pImageMemoryBarriers); - void vkCmdPipelineBarrier(VkCommandBuffer commandBuffer, VkPipelineStageFlags srcStageMask, VkPipelineStageFlags dstStageMask, VkDependencyFlags dependencyFlags, uint32_t memoryBarrierCount, const VkMemoryBarrier *pMemoryBarriers, uint32_t bufferMemoryBarrierCount, const VkBufferMemoryBarrier *pBufferMemoryBarriers, uint32_t imageMemoryBarrierCount, const VkImageMemoryBarrier *pImageMemoryBarriers); - void vkCmdBeginQuery(VkCommandBuffer commandBuffer, VkQueryPool queryPool, uint32_t query, VkQueryControlFlags flags); - void vkCmdEndQuery(VkCommandBuffer commandBuffer, VkQueryPool queryPool, uint32_t query); - void vkCmdResetQueryPool(VkCommandBuffer commandBuffer, VkQueryPool queryPool, uint32_t firstQuery, uint32_t queryCount); - void vkCmdWriteTimestamp(VkCommandBuffer commandBuffer, VkPipelineStageFlagBits pipelineStage, VkQueryPool queryPool, uint32_t query); - void vkCmdCopyQueryPoolResults(VkCommandBuffer commandBuffer, VkQueryPool queryPool, uint32_t firstQuery, uint32_t queryCount, VkBuffer dstBuffer, VkDeviceSize dstOffset, VkDeviceSize stride, VkQueryResultFlags flags); - void vkCmdPushConstants(VkCommandBuffer commandBuffer, VkPipelineLayout layout, VkShaderStageFlags stageFlags, uint32_t offset, uint32_t size, const void *pValues); - void vkCmdBeginRenderPass(VkCommandBuffer commandBuffer, const VkRenderPassBeginInfo *pRenderPassBegin, VkSubpassContents contents); - void vkCmdNextSubpass(VkCommandBuffer commandBuffer, VkSubpassContents contents); - void vkCmdEndRenderPass(VkCommandBuffer commandBuffer); - void vkCmdExecuteCommands(VkCommandBuffer commandBuffer, uint32_t commandBufferCount, const VkCommandBuffer *pCommandBuffers); -#endif -#if VK_VERSION_1_1 - void vkTrimCommandPool(VkDevice device, VkCommandPool commandPool, VkCommandPoolTrimFlags flags); - void vkGetDeviceGroupPeerMemoryFeatures(VkDevice device, uint32_t heapIndex, uint32_t localDeviceIndex, uint32_t remoteDeviceIndex, VkPeerMemoryFeatureFlags *pPeerMemoryFeatures); - VkResult vkBindBufferMemory2(VkDevice device, uint32_t bindInfoCount, const VkBindBufferMemoryInfo *pBindInfos); - VkResult vkBindImageMemory2(VkDevice device, uint32_t bindInfoCount, const VkBindImageMemoryInfo *pBindInfos); - void vkCmdSetDeviceMask(VkCommandBuffer commandBuffer, uint32_t deviceMask); - void vkCmdDispatchBase(VkCommandBuffer commandBuffer, uint32_t baseGroupX, uint32_t baseGroupY, uint32_t baseGroupZ, uint32_t groupCountX, uint32_t groupCountY, uint32_t groupCountZ); - VkResult vkCreateDescriptorUpdateTemplate(VkDevice device, const VkDescriptorUpdateTemplateCreateInfo *pCreateInfo, const VkAllocationCallbacks *pAllocator, VkDescriptorUpdateTemplate *pDescriptorUpdateTemplate); - void vkDestroyDescriptorUpdateTemplate(VkDevice device, VkDescriptorUpdateTemplate descriptorUpdateTemplate, const VkAllocationCallbacks *pAllocator); - void vkUpdateDescriptorSetWithTemplate(VkDevice device, VkDescriptorSet descriptorSet, VkDescriptorUpdateTemplate descriptorUpdateTemplate, const void *pData); - void vkGetBufferMemoryRequirements2(VkDevice device, const VkBufferMemoryRequirementsInfo2 *pInfo, VkMemoryRequirements2 *pMemoryRequirements); - void vkGetImageMemoryRequirements2(VkDevice device, const VkImageMemoryRequirementsInfo2 *pInfo, VkMemoryRequirements2 *pMemoryRequirements); - void vkGetImageSparseMemoryRequirements2(VkDevice device, const VkImageSparseMemoryRequirementsInfo2 *pInfo, uint32_t *pSparseMemoryRequirementCount, VkSparseImageMemoryRequirements2 *pSparseMemoryRequirements); - VkResult vkCreateSamplerYcbcrConversion(VkDevice device, const VkSamplerYcbcrConversionCreateInfo *pCreateInfo, const VkAllocationCallbacks *pAllocator, VkSamplerYcbcrConversion *pYcbcrConversion); - void vkDestroySamplerYcbcrConversion(VkDevice device, VkSamplerYcbcrConversion ycbcrConversion, const VkAllocationCallbacks *pAllocator); - void vkGetDeviceQueue2(VkDevice device, const VkDeviceQueueInfo2 *pQueueInfo, VkQueue *pQueue); - void vkGetDescriptorSetLayoutSupport(VkDevice device, const VkDescriptorSetLayoutCreateInfo *pCreateInfo, VkDescriptorSetLayoutSupport *pSupport); -#endif -#if VK_VERSION_1_2 - void vkResetQueryPool(VkDevice device, VkQueryPool queryPool, uint32_t firstQuery, uint32_t queryCount); - VkResult vkCreateRenderPass2(VkDevice device, const VkRenderPassCreateInfo2 *pCreateInfo, const VkAllocationCallbacks *pAllocator, VkRenderPass *pRenderPass); - void vkCmdBeginRenderPass2(VkCommandBuffer commandBuffer, const VkRenderPassBeginInfo *pRenderPassBegin, const VkSubpassBeginInfo *pSubpassBeginInfo); - void vkCmdNextSubpass2(VkCommandBuffer commandBuffer, const VkSubpassBeginInfo *pSubpassBeginInfo, const VkSubpassEndInfo *pSubpassEndInfo); - void vkCmdEndRenderPass2(VkCommandBuffer commandBuffer, const VkSubpassEndInfo *pSubpassEndInfo); - VkResult vkGetSemaphoreCounterValue(VkDevice device, VkSemaphore semaphore, uint64_t *pValue); - VkResult vkWaitSemaphores(VkDevice device, const VkSemaphoreWaitInfo *pWaitInfo, uint64_t timeout); - VkResult vkSignalSemaphore(VkDevice device, const VkSemaphoreSignalInfo *pSignalInfo); - void vkCmdDrawIndirectCount(VkCommandBuffer commandBuffer, VkBuffer buffer, VkDeviceSize offset, VkBuffer countBuffer, VkDeviceSize countBufferOffset, uint32_t maxDrawCount, uint32_t stride); - void vkCmdDrawIndexedIndirectCount(VkCommandBuffer commandBuffer, VkBuffer buffer, VkDeviceSize offset, VkBuffer countBuffer, VkDeviceSize countBufferOffset, uint32_t maxDrawCount, uint32_t stride); - uint64_t vkGetBufferOpaqueCaptureAddress(VkDevice device, const VkBufferDeviceAddressInfo *pInfo); - VkDeviceAddress vkGetBufferDeviceAddress(VkDevice device, const VkBufferDeviceAddressInfo *pInfo); - uint64_t vkGetDeviceMemoryOpaqueCaptureAddress(VkDevice device, const VkDeviceMemoryOpaqueCaptureAddressInfo *pInfo); -#endif -#if VK_VERSION_1_3 - void vkGetDeviceBufferMemoryRequirements(VkDevice device, const VkDeviceBufferMemoryRequirements *pInfo, VkMemoryRequirements2 *pMemoryRequirements); - void vkGetDeviceImageMemoryRequirements(VkDevice device, const VkDeviceImageMemoryRequirements *pInfo, VkMemoryRequirements2 *pMemoryRequirements); - void vkGetDeviceImageSparseMemoryRequirements(VkDevice device, const VkDeviceImageMemoryRequirements *pInfo, uint32_t *pSparseMemoryRequirementCount, VkSparseImageMemoryRequirements2 *pSparseMemoryRequirements); - void vkCmdSetCullMode(VkCommandBuffer commandBuffer, VkCullModeFlags cullMode); - void vkCmdSetFrontFace(VkCommandBuffer commandBuffer, VkFrontFace frontFace); - void vkCmdSetPrimitiveTopology(VkCommandBuffer commandBuffer, VkPrimitiveTopology primitiveTopology); - void vkCmdSetViewportWithCount(VkCommandBuffer commandBuffer, uint32_t viewportCount, const VkViewport *pViewports); - void vkCmdSetScissorWithCount(VkCommandBuffer commandBuffer, uint32_t scissorCount, const VkRect2D *pScissors); - void vkCmdBindVertexBuffers2(VkCommandBuffer commandBuffer, uint32_t firstBinding, uint32_t bindingCount, const VkBuffer *pBuffers, const VkDeviceSize *pOffsets, const VkDeviceSize *pSizes, const VkDeviceSize *pStrides); - void vkCmdSetDepthTestEnable(VkCommandBuffer commandBuffer, VkBool32 depthTestEnable); - void vkCmdSetDepthWriteEnable(VkCommandBuffer commandBuffer, VkBool32 depthWriteEnable); - void vkCmdSetDepthCompareOp(VkCommandBuffer commandBuffer, VkCompareOp depthCompareOp); - void vkCmdSetDepthBoundsTestEnable(VkCommandBuffer commandBuffer, VkBool32 depthBoundsTestEnable); - void vkCmdSetStencilTestEnable(VkCommandBuffer commandBuffer, VkBool32 stencilTestEnable); - void vkCmdSetStencilOp(VkCommandBuffer commandBuffer, VkStencilFaceFlags faceMask, VkStencilOp failOp, VkStencilOp passOp, VkStencilOp depthFailOp, VkCompareOp compareOp); - void vkCmdSetRasterizerDiscardEnable(VkCommandBuffer commandBuffer, VkBool32 rasterizerDiscardEnable); - void vkCmdSetDepthBiasEnable(VkCommandBuffer commandBuffer, VkBool32 depthBiasEnable); - void vkCmdSetPrimitiveRestartEnable(VkCommandBuffer commandBuffer, VkBool32 primitiveRestartEnable); - VkResult vkCreatePrivateDataSlot(VkDevice device, const VkPrivateDataSlotCreateInfo *pCreateInfo, const VkAllocationCallbacks *pAllocator, VkPrivateDataSlot *pPrivateDataSlot); - void vkDestroyPrivateDataSlot(VkDevice device, VkPrivateDataSlot privateDataSlot, const VkAllocationCallbacks *pAllocator); - VkResult vkSetPrivateData(VkDevice device, VkObjectType objectType, uint64_t objectHandle, VkPrivateDataSlot privateDataSlot, uint64_t data); - void vkGetPrivateData(VkDevice device, VkObjectType objectType, uint64_t objectHandle, VkPrivateDataSlot privateDataSlot, uint64_t *pData); - void vkCmdCopyBuffer2(VkCommandBuffer commandBuffer, const VkCopyBufferInfo2 *pCopyBufferInfo); - void vkCmdCopyImage2(VkCommandBuffer commandBuffer, const VkCopyImageInfo2 *pCopyImageInfo); - void vkCmdBlitImage2(VkCommandBuffer commandBuffer, const VkBlitImageInfo2 *pBlitImageInfo); - void vkCmdCopyBufferToImage2(VkCommandBuffer commandBuffer, const VkCopyBufferToImageInfo2 *pCopyBufferToImageInfo); - void vkCmdCopyImageToBuffer2(VkCommandBuffer commandBuffer, const VkCopyImageToBufferInfo2 *pCopyImageToBufferInfo); - void vkCmdResolveImage2(VkCommandBuffer commandBuffer, const VkResolveImageInfo2 *pResolveImageInfo); - void vkCmdSetEvent2(VkCommandBuffer commandBuffer, VkEvent event, const VkDependencyInfo *pDependencyInfo); - void vkCmdResetEvent2(VkCommandBuffer commandBuffer, VkEvent event, VkPipelineStageFlags2 stageMask); - void vkCmdWaitEvents2(VkCommandBuffer commandBuffer, uint32_t eventCount, const VkEvent *pEvents, const VkDependencyInfo *pDependencyInfos); - void vkCmdPipelineBarrier2(VkCommandBuffer commandBuffer, const VkDependencyInfo *pDependencyInfo); - VkResult vkQueueSubmit2(VkQueue queue, uint32_t submitCount, const VkSubmitInfo2 *pSubmits, VkFence fence); - void vkCmdWriteTimestamp2(VkCommandBuffer commandBuffer, VkPipelineStageFlags2 stage, VkQueryPool queryPool, uint32_t query); - void vkCmdBeginRendering(VkCommandBuffer commandBuffer, const VkRenderingInfo *pRenderingInfo); - void vkCmdEndRendering(VkCommandBuffer commandBuffer); -#endif - -private: - Q_DISABLE_COPY(QVulkanDeviceFunctions) - QVulkanDeviceFunctions(QVulkanInstance *inst, VkDevice device); - - QScopedPointer d_ptr; - friend class QVulkanInstance; -}; - -QT_END_NAMESPACE - -#endif // QT_CONFIG(vulkan) || defined(Q_QDOC) - -#endif // QVULKANFUNCTIONS_H diff --git a/Qt6.5.1/ARM64/include/QtGui/qvulkaninstance.h b/Qt6.5.1/ARM64/include/QtGui/qvulkaninstance.h deleted file mode 100644 index 221f605fa..000000000 --- a/Qt6.5.1/ARM64/include/QtGui/qvulkaninstance.h +++ /dev/null @@ -1,226 +0,0 @@ -// Copyright (C) 2017 The Qt Company Ltd. -// SPDX-License-Identifier: LicenseRef-Qt-Commercial OR LGPL-3.0-only OR GPL-2.0-only OR GPL-3.0-only - -#ifndef QVULKANINSTANCE_H -#define QVULKANINSTANCE_H - -#include - -#if 0 -#pragma qt_no_master_include -#pragma qt_sync_skip_header_check -#endif - -#if QT_CONFIG(vulkan) || defined(Q_QDOC) - -#ifndef VK_NO_PROTOTYPES -#define VK_NO_PROTOTYPES -#endif -#if !defined(Q_QDOC) && __has_include() -#include -#else -// QT_CONFIG(vulkan) implies vulkan.h being available at Qt build time, but it -// does not guarantee vulkan.h is available at *application* build time. Both -// for qdoc and for apps built on systems without Vulkan SDK we provide a set -// of typedefs to keep things compiling since this header may be included from -// Qt Quick and elsewhere just to get types like VkImage and friends defined. - -typedef void* PFN_vkVoidFunction; -// non-dispatchable handles (64-bit regardless of arch) -typedef quint64 VkSurfaceKHR; -typedef quint64 VkImage; -typedef quint64 VkImageView; -// dispatchable handles (32 or 64-bit depending on arch) -typedef void* VkInstance; -typedef void* VkPhysicalDevice; -typedef void* VkDevice; -// enums -typedef int VkResult; -typedef int VkFormat; -typedef int VkImageLayout; -typedef int VkDebugReportFlagsEXT; -typedef int VkDebugReportObjectTypeEXT; -#endif - -// QVulkanInstance itself is only applicable if vulkan.h is available, or if -// it's qdoc. An application that is built on a vulkan.h-less system against a -// Vulkan-enabled Qt gets the dummy typedefs but not QVulkan*. -#if __has_include() || defined(Q_QDOC) - -#include -#include -#include -#include -#include -#include - -QT_BEGIN_NAMESPACE - -class QVulkanInstancePrivate; -class QPlatformVulkanInstance; -class QVulkanFunctions; -class QVulkanDeviceFunctions; -class QWindow; - -struct QVulkanLayer -{ - QByteArray name; - uint32_t version; - QVersionNumber specVersion; - QByteArray description; -}; -Q_DECLARE_TYPEINFO(QVulkanLayer, Q_RELOCATABLE_TYPE); - -inline bool operator==(const QVulkanLayer &lhs, const QVulkanLayer &rhs) noexcept -{ - return lhs.name == rhs.name && lhs.version == rhs.version && lhs.specVersion == rhs.specVersion; -} -inline bool operator!=(const QVulkanLayer &lhs, const QVulkanLayer &rhs) noexcept -{ return !(lhs == rhs); } - -inline size_t qHash(const QVulkanLayer &key, size_t seed = 0) noexcept -{ - QtPrivate::QHashCombine hash; - seed = hash(seed, key.name); - seed = hash(seed, key.version); - seed = hash(seed, key.specVersion); - return seed; -} - -struct QVulkanExtension -{ - QByteArray name; - uint32_t version; -}; -Q_DECLARE_TYPEINFO(QVulkanExtension, Q_RELOCATABLE_TYPE); - -inline bool operator==(const QVulkanExtension &lhs, const QVulkanExtension &rhs) noexcept -{ - return lhs.name == rhs.name && lhs.version == rhs.version; -} -inline bool operator!=(const QVulkanExtension &lhs, const QVulkanExtension &rhs) noexcept -{ return !(lhs == rhs); } - -inline size_t qHash(const QVulkanExtension &key, size_t seed = 0) noexcept -{ - QtPrivate::QHashCombine hash; - seed = hash(seed, key.name); - seed = hash(seed, key.version); - return seed; -} - -#ifndef QT_NO_DEBUG_STREAM -Q_GUI_EXPORT QDebug operator<<(QDebug, const QVulkanLayer &); -Q_GUI_EXPORT QDebug operator<<(QDebug, const QVulkanExtension &); -#endif - -template -class QVulkanInfoVector : public QList -{ -public: - bool contains(const QByteArray &name) const { - return std::any_of(this->cbegin(), this->cend(), [&](const T &entry) { - return entry.name == name; }); - } - bool contains(const QByteArray &name, int minVersion) const { - return std::any_of(this->cbegin(), this->cend(), [&](const T &entry) { - return entry.name == name && entry.version >= minVersion; }); - } -}; - -class Q_GUI_EXPORT QVulkanInstance -{ -public: - QVulkanInstance(); - ~QVulkanInstance(); - - enum Flag { - NoDebugOutputRedirect = 0x01, - NoPortabilityDrivers = 0x02 - }; - Q_DECLARE_FLAGS(Flags, Flag) - - // ### Qt 7: remove non-const overloads - QVulkanInfoVector supportedLayers(); - inline QVulkanInfoVector supportedLayers() const - { return const_cast(this)->supportedLayers(); } - QVulkanInfoVector supportedExtensions(); - inline QVulkanInfoVector supportedExtensions() const - { return const_cast(this)->supportedExtensions(); } - QVersionNumber supportedApiVersion() const; - - void setVkInstance(VkInstance existingVkInstance); - - void setFlags(Flags flags); - void setLayers(const QByteArrayList &layers); - void setExtensions(const QByteArrayList &extensions); - void setApiVersion(const QVersionNumber &vulkanVersion); - - bool create(); - void destroy(); - bool isValid() const; - VkResult errorCode() const; - - VkInstance vkInstance() const; - - Flags flags() const; - QByteArrayList layers() const; - QByteArrayList extensions() const; - QVersionNumber apiVersion() const; - - PFN_vkVoidFunction getInstanceProcAddr(const char *name); - - QPlatformVulkanInstance *handle() const; - - QVulkanFunctions *functions() const; - QVulkanDeviceFunctions *deviceFunctions(VkDevice device); - void resetDeviceFunctions(VkDevice device); - - static VkSurfaceKHR surfaceForWindow(QWindow *window); - - bool supportsPresent(VkPhysicalDevice physicalDevice, uint32_t queueFamilyIndex, QWindow *window); - - void presentAboutToBeQueued(QWindow *window); - void presentQueued(QWindow *window); - - typedef bool (*DebugFilter)(VkDebugReportFlagsEXT flags, VkDebugReportObjectTypeEXT objectType, uint64_t object, - size_t location, int32_t messageCode, const char *pLayerPrefix, const char *pMessage); - void installDebugOutputFilter(DebugFilter filter); - void removeDebugOutputFilter(DebugFilter filter); - - enum DebugMessageSeverityFlag { - VerboseSeverity = 0x01, - InfoSeverity = 0x02, - WarningSeverity = 0x04, - ErrorSeverity = 0x08 - }; - Q_DECLARE_FLAGS(DebugMessageSeverityFlags, DebugMessageSeverityFlag) - - enum DebugMessageTypeFlag { - GeneralMessage = 0x01, - ValidationMessage = 0x02, - PerformanceMessage = 0x04 - }; - Q_DECLARE_FLAGS(DebugMessageTypeFlags, DebugMessageTypeFlag) - - using DebugUtilsFilter = std::function; - void installDebugOutputFilter(DebugUtilsFilter filter); - void clearDebugOutputFilters(); - -private: - friend class QVulkanInstancePrivate; - QScopedPointer d_ptr; - Q_DISABLE_COPY(QVulkanInstance) -}; - -Q_DECLARE_OPERATORS_FOR_FLAGS(QVulkanInstance::Flags) -Q_DECLARE_OPERATORS_FOR_FLAGS(QVulkanInstance::DebugMessageTypeFlags) -Q_DECLARE_OPERATORS_FOR_FLAGS(QVulkanInstance::DebugMessageSeverityFlags) - -QT_END_NAMESPACE - -#endif // __has_include() || defined(Q_QDOC) - -#endif // QT_CONFIG(vulkan) || defined(Q_QDOC) - -#endif // QVULKANINSTANCE_H diff --git a/Qt6.5.1/ARM64/include/QtGui/qvulkanwindow.h b/Qt6.5.1/ARM64/include/QtGui/qvulkanwindow.h deleted file mode 100644 index d0bdd3683..000000000 --- a/Qt6.5.1/ARM64/include/QtGui/qvulkanwindow.h +++ /dev/null @@ -1,153 +0,0 @@ -// Copyright (C) 2017 The Qt Company Ltd. -// SPDX-License-Identifier: LicenseRef-Qt-Commercial OR LGPL-3.0-only OR GPL-2.0-only OR GPL-3.0-only - -#ifndef QVULKANWINDOW_H -#define QVULKANWINDOW_H - -#include - -#if 0 -#pragma qt_no_master_include -#pragma qt_sync_skip_header_check -#endif - -#if QT_CONFIG(vulkan) || defined(Q_QDOC) - -#include -#include -#include -#include -#include - -#ifdef Q_QDOC -typedef void* VkQueue; -typedef void* VkCommandPool; -typedef void* VkRenderPass; -typedef void* VkCommandBuffer; -typedef void* VkFramebuffer; -typedef int VkPhysicalDeviceProperties; -typedef int VkFormat; -typedef int VkQueueFamilyProperties; -typedef int VkDeviceQueueCreateInfo; -typedef int VkFormat; -typedef int VkSampleCountFlagBits; -#endif - -QT_BEGIN_NAMESPACE - -class QVulkanWindowPrivate; - -class Q_GUI_EXPORT QVulkanWindowRenderer -{ -public: - virtual ~QVulkanWindowRenderer(); - - virtual void preInitResources(); - virtual void initResources(); - virtual void initSwapChainResources(); - virtual void releaseSwapChainResources(); - virtual void releaseResources(); - - virtual void startNextFrame() = 0; - - virtual void physicalDeviceLost(); - virtual void logicalDeviceLost(); -}; - -class Q_GUI_EXPORT QVulkanWindow : public QWindow -{ - Q_OBJECT - Q_DECLARE_PRIVATE(QVulkanWindow) - -public: - enum Flag { - PersistentResources = 0x01 - }; - Q_DECLARE_FLAGS(Flags, Flag) - - explicit QVulkanWindow(QWindow *parent = nullptr); - ~QVulkanWindow(); - - void setFlags(Flags flags); - Flags flags() const; - - QList availablePhysicalDevices(); - void setPhysicalDeviceIndex(int idx); - - QVulkanInfoVector supportedDeviceExtensions(); - void setDeviceExtensions(const QByteArrayList &extensions); - - typedef std::function EnabledFeaturesModifier; - void setEnabledFeaturesModifier(const EnabledFeaturesModifier &modifier); - - void setPreferredColorFormats(const QList &formats); - - QList supportedSampleCounts(); - void setSampleCount(int sampleCount); - - typedef std::function &)> - QueueCreateInfoModifier; - void setQueueCreateInfoModifier(const QueueCreateInfoModifier &modifier); - - bool isValid() const; - - virtual QVulkanWindowRenderer *createRenderer(); - void frameReady(); - - VkPhysicalDevice physicalDevice() const; - const VkPhysicalDeviceProperties *physicalDeviceProperties() const; - VkDevice device() const; - VkQueue graphicsQueue() const; - uint32_t graphicsQueueFamilyIndex() const; - VkCommandPool graphicsCommandPool() const; - uint32_t hostVisibleMemoryIndex() const; - uint32_t deviceLocalMemoryIndex() const; - VkRenderPass defaultRenderPass() const; - - VkFormat colorFormat() const; - VkFormat depthStencilFormat() const; - QSize swapChainImageSize() const; - - VkCommandBuffer currentCommandBuffer() const; - VkFramebuffer currentFramebuffer() const; - int currentFrame() const; - - static const int MAX_CONCURRENT_FRAME_COUNT = 3; - int concurrentFrameCount() const; - - int swapChainImageCount() const; - int currentSwapChainImageIndex() const; - VkImage swapChainImage(int idx) const; - VkImageView swapChainImageView(int idx) const; - VkImage depthStencilImage() const; - VkImageView depthStencilImageView() const; - - VkSampleCountFlagBits sampleCountFlagBits() const; - VkImage msaaColorImage(int idx) const; - VkImageView msaaColorImageView(int idx) const; - - bool supportsGrab() const; - QImage grab(); - - QMatrix4x4 clipCorrectionMatrix(); - -Q_SIGNALS: - void frameGrabbed(const QImage &image); - -protected: - void exposeEvent(QExposeEvent *) override; - void resizeEvent(QResizeEvent *) override; - bool event(QEvent *) override; - -private: - Q_DISABLE_COPY(QVulkanWindow) -}; - -Q_DECLARE_OPERATORS_FOR_FLAGS(QVulkanWindow::Flags) - -QT_END_NAMESPACE - -#endif // QT_CONFIG(vulkan) - -#endif diff --git a/Qt6.5.1/ARM64/lib/Qt6BundledFreetype.lib b/Qt6.5.1/ARM64/lib/Qt6BundledFreetype.lib index fc7de6de8..c1a5a3fb3 100644 Binary files a/Qt6.5.1/ARM64/lib/Qt6BundledFreetype.lib and b/Qt6.5.1/ARM64/lib/Qt6BundledFreetype.lib differ diff --git a/Qt6.5.1/ARM64/lib/Qt6BundledFreetyped.lib b/Qt6.5.1/ARM64/lib/Qt6BundledFreetyped.lib index 2418150f7..574962b65 100644 Binary files a/Qt6.5.1/ARM64/lib/Qt6BundledFreetyped.lib and b/Qt6.5.1/ARM64/lib/Qt6BundledFreetyped.lib differ diff --git a/Qt6.5.1/ARM64/lib/Qt6BundledLibpng.lib b/Qt6.5.1/ARM64/lib/Qt6BundledLibpng.lib index 73deb63e2..1d5932b7e 100644 Binary files a/Qt6.5.1/ARM64/lib/Qt6BundledLibpng.lib and b/Qt6.5.1/ARM64/lib/Qt6BundledLibpng.lib differ diff --git a/Qt6.5.1/ARM64/lib/Qt6BundledLibpngd.lib b/Qt6.5.1/ARM64/lib/Qt6BundledLibpngd.lib index 422af7488..b7daa1396 100644 Binary files a/Qt6.5.1/ARM64/lib/Qt6BundledLibpngd.lib and b/Qt6.5.1/ARM64/lib/Qt6BundledLibpngd.lib differ diff --git a/Qt6.5.1/ARM64/lib/Qt6Core.lib b/Qt6.5.1/ARM64/lib/Qt6Core.lib index 8305a23c5..4890e144f 100644 Binary files a/Qt6.5.1/ARM64/lib/Qt6Core.lib and b/Qt6.5.1/ARM64/lib/Qt6Core.lib differ diff --git a/Qt6.5.1/ARM64/lib/Qt6Cored.lib b/Qt6.5.1/ARM64/lib/Qt6Cored.lib index 2c8ed6aca..938ba7050 100644 Binary files a/Qt6.5.1/ARM64/lib/Qt6Cored.lib and b/Qt6.5.1/ARM64/lib/Qt6Cored.lib differ diff --git a/Qt6.5.1/ARM64/lib/Qt6DeviceDiscoverySupport.lib b/Qt6.5.1/ARM64/lib/Qt6DeviceDiscoverySupport.lib index 92ab6ba8f..7532f47e5 100644 Binary files a/Qt6.5.1/ARM64/lib/Qt6DeviceDiscoverySupport.lib and b/Qt6.5.1/ARM64/lib/Qt6DeviceDiscoverySupport.lib differ diff --git a/Qt6.5.1/ARM64/lib/Qt6DeviceDiscoverySupportd.lib b/Qt6.5.1/ARM64/lib/Qt6DeviceDiscoverySupportd.lib index 32bf4168b..7fd67b5b6 100644 Binary files a/Qt6.5.1/ARM64/lib/Qt6DeviceDiscoverySupportd.lib and b/Qt6.5.1/ARM64/lib/Qt6DeviceDiscoverySupportd.lib differ diff --git a/Qt6.5.1/ARM64/lib/Qt6EntryPoint.lib b/Qt6.5.1/ARM64/lib/Qt6EntryPoint.lib index 1178fdaf0..3dc745dbc 100644 Binary files a/Qt6.5.1/ARM64/lib/Qt6EntryPoint.lib and b/Qt6.5.1/ARM64/lib/Qt6EntryPoint.lib differ diff --git a/Qt6.5.1/ARM64/lib/Qt6EntryPointd.lib b/Qt6.5.1/ARM64/lib/Qt6EntryPointd.lib index 41db3d542..b66b289c9 100644 Binary files a/Qt6.5.1/ARM64/lib/Qt6EntryPointd.lib and b/Qt6.5.1/ARM64/lib/Qt6EntryPointd.lib differ diff --git a/Qt6.5.1/ARM64/lib/Qt6ExampleIcons.lib b/Qt6.5.1/ARM64/lib/Qt6ExampleIcons.lib index 1efec282b..b718aaee1 100644 Binary files a/Qt6.5.1/ARM64/lib/Qt6ExampleIcons.lib and b/Qt6.5.1/ARM64/lib/Qt6ExampleIcons.lib differ diff --git a/Qt6.5.1/ARM64/lib/Qt6ExampleIconsd.lib b/Qt6.5.1/ARM64/lib/Qt6ExampleIconsd.lib index bc5dea3a1..ff3759513 100644 Binary files a/Qt6.5.1/ARM64/lib/Qt6ExampleIconsd.lib and b/Qt6.5.1/ARM64/lib/Qt6ExampleIconsd.lib differ diff --git a/Qt6.5.1/ARM64/lib/Qt6FbSupport.lib b/Qt6.5.1/ARM64/lib/Qt6FbSupport.lib index 1b418f05b..b628b99d0 100644 Binary files a/Qt6.5.1/ARM64/lib/Qt6FbSupport.lib and b/Qt6.5.1/ARM64/lib/Qt6FbSupport.lib differ diff --git a/Qt6.5.1/ARM64/lib/Qt6FbSupportd.lib b/Qt6.5.1/ARM64/lib/Qt6FbSupportd.lib index 54e418822..ef398da0d 100644 Binary files a/Qt6.5.1/ARM64/lib/Qt6FbSupportd.lib and b/Qt6.5.1/ARM64/lib/Qt6FbSupportd.lib differ diff --git a/Qt6.5.1/ARM64/lib/Qt6Gui.lib b/Qt6.5.1/ARM64/lib/Qt6Gui.lib index 74b927751..e6d026670 100644 Binary files a/Qt6.5.1/ARM64/lib/Qt6Gui.lib and b/Qt6.5.1/ARM64/lib/Qt6Gui.lib differ diff --git a/Qt6.5.1/ARM64/lib/Qt6Guid.lib b/Qt6.5.1/ARM64/lib/Qt6Guid.lib index 32745ed8a..7ae87390d 100644 Binary files a/Qt6.5.1/ARM64/lib/Qt6Guid.lib and b/Qt6.5.1/ARM64/lib/Qt6Guid.lib differ diff --git a/Qt6.5.1/ARM64/lib/Qt6Svg.lib b/Qt6.5.1/ARM64/lib/Qt6Svg.lib index 72d150ec1..9e24b9450 100644 Binary files a/Qt6.5.1/ARM64/lib/Qt6Svg.lib and b/Qt6.5.1/ARM64/lib/Qt6Svg.lib differ diff --git a/Qt6.5.1/ARM64/lib/Qt6SvgWidgets.lib b/Qt6.5.1/ARM64/lib/Qt6SvgWidgets.lib index 7a3ae9b51..568b5b834 100644 Binary files a/Qt6.5.1/ARM64/lib/Qt6SvgWidgets.lib and b/Qt6.5.1/ARM64/lib/Qt6SvgWidgets.lib differ diff --git a/Qt6.5.1/ARM64/lib/Qt6SvgWidgetsd.lib b/Qt6.5.1/ARM64/lib/Qt6SvgWidgetsd.lib index dc61b487b..defb723da 100644 Binary files a/Qt6.5.1/ARM64/lib/Qt6SvgWidgetsd.lib and b/Qt6.5.1/ARM64/lib/Qt6SvgWidgetsd.lib differ diff --git a/Qt6.5.1/ARM64/lib/Qt6Svgd.lib b/Qt6.5.1/ARM64/lib/Qt6Svgd.lib index 6224a2d30..96831d2f6 100644 Binary files a/Qt6.5.1/ARM64/lib/Qt6Svgd.lib and b/Qt6.5.1/ARM64/lib/Qt6Svgd.lib differ diff --git a/Qt6.5.1/ARM64/lib/Qt6Widgets.lib b/Qt6.5.1/ARM64/lib/Qt6Widgets.lib index 7fb38cfc8..1db5d111e 100644 Binary files a/Qt6.5.1/ARM64/lib/Qt6Widgets.lib and b/Qt6.5.1/ARM64/lib/Qt6Widgets.lib differ diff --git a/Qt6.5.1/ARM64/lib/Qt6Widgetsd.lib b/Qt6.5.1/ARM64/lib/Qt6Widgetsd.lib index 676fd600b..e4aa72357 100644 Binary files a/Qt6.5.1/ARM64/lib/Qt6Widgetsd.lib and b/Qt6.5.1/ARM64/lib/Qt6Widgetsd.lib differ diff --git a/Qt6.5.1/ARM64/lib/cmake/Qt6/Qt6ConfigVersionImpl.cmake b/Qt6.5.1/ARM64/lib/cmake/Qt6/Qt6ConfigVersionImpl.cmake index d4d963615..7cbfff0e9 100644 --- a/Qt6.5.1/ARM64/lib/cmake/Qt6/Qt6ConfigVersionImpl.cmake +++ b/Qt6.5.1/ARM64/lib/cmake/Qt6/Qt6ConfigVersionImpl.cmake @@ -31,7 +31,7 @@ endif() # if the installed or the using project don't have CMAKE_SIZEOF_VOID_P set, ignore it: -if(CMAKE_SIZEOF_VOID_P STREQUAL "" OR "8" STREQUAL "") +if("${CMAKE_SIZEOF_VOID_P}" STREQUAL "" OR "8" STREQUAL "") return() endif() diff --git a/Qt6.5.1/ARM64/lib/cmake/Qt6/Qt6Dependencies.cmake b/Qt6.5.1/ARM64/lib/cmake/Qt6/Qt6Dependencies.cmake index 47280e7af..22288b510 100644 --- a/Qt6.5.1/ARM64/lib/cmake/Qt6/Qt6Dependencies.cmake +++ b/Qt6.5.1/ARM64/lib/cmake/Qt6/Qt6Dependencies.cmake @@ -1,8 +1,8 @@ set(Qt6_FOUND FALSE) set(__qt_platform_requires_host_info_package "TRUE") -set(__qt_platform_initial_qt_host_path "E:/qsc/dist/dolphin.x64_6.5.1") -set(__qt_platform_initial_qt_host_path_cmake_dir "E:/qsc/dist/dolphin.x64_6.5.1/lib/cmake") +set(__qt_platform_initial_qt_host_path "C:/Users/runner/qsc/dist/dolphin.x64_6.5.1") +set(__qt_platform_initial_qt_host_path_cmake_dir "C:/Users/runner/qsc/dist/dolphin.x64_6.5.1/lib/cmake") _qt_internal_setup_qt_host_path( "${__qt_platform_requires_host_info_package}" diff --git a/Qt6.5.1/ARM64/lib/cmake/Qt6/Qt6Targets.cmake b/Qt6.5.1/ARM64/lib/cmake/Qt6/Qt6Targets.cmake index e36cf015f..49f095675 100644 --- a/Qt6.5.1/ARM64/lib/cmake/Qt6/Qt6Targets.cmake +++ b/Qt6.5.1/ARM64/lib/cmake/Qt6/Qt6Targets.cmake @@ -3,11 +3,11 @@ if("${CMAKE_MAJOR_VERSION}.${CMAKE_MINOR_VERSION}" LESS 2.8) message(FATAL_ERROR "CMake >= 2.8.0 required") endif() -if(CMAKE_VERSION VERSION_LESS "2.8.3") - message(FATAL_ERROR "CMake >= 2.8.3 required") +if(CMAKE_VERSION VERSION_LESS "3.0.0") + message(FATAL_ERROR "CMake >= 3.0.0 required") endif() cmake_policy(PUSH) -cmake_policy(VERSION 2.8.3...3.24) +cmake_policy(VERSION 3.0.0...3.27) #---------------------------------------------------------------- # Generated CMake target import file. #---------------------------------------------------------------- @@ -121,10 +121,6 @@ set_target_properties(Qt6::PlatformToolInternal PROPERTIES INTERFACE_LINK_LIBRARIES "Qt6::PlatformAppInternal" ) -if(CMAKE_VERSION VERSION_LESS 3.0.0) - message(FATAL_ERROR "This file relies on consumers using CMake 3.0.0 or greater.") -endif() - # Load information for each installed configuration. file(GLOB _cmake_config_files "${CMAKE_CURRENT_LIST_DIR}/Qt6Targets-*.cmake") foreach(_cmake_config_file IN LISTS _cmake_config_files) @@ -138,9 +134,12 @@ set(_IMPORT_PREFIX) # Loop over all imported files and verify that they actually exist foreach(_cmake_target IN LISTS _cmake_import_check_targets) - foreach(_cmake_file IN LISTS "_cmake_import_check_files_for_${_cmake_target}") - if(NOT EXISTS "${_cmake_file}") - message(FATAL_ERROR "The imported target \"${_cmake_target}\" references the file + if(CMAKE_VERSION VERSION_LESS "3.28" + OR NOT DEFINED _cmake_import_check_xcframework_for_${_cmake_target} + OR NOT IS_DIRECTORY "${_cmake_import_check_xcframework_for_${_cmake_target}}") + foreach(_cmake_file IN LISTS "_cmake_import_check_files_for_${_cmake_target}") + if(NOT EXISTS "${_cmake_file}") + message(FATAL_ERROR "The imported target \"${_cmake_target}\" references the file \"${_cmake_file}\" but this file does not exist. Possible reasons include: * The file was deleted, renamed, or moved to another location. @@ -149,8 +148,9 @@ but this file does not exist. Possible reasons include: \"${CMAKE_CURRENT_LIST_FILE}\" but not all the files it references. ") - endif() - endforeach() + endif() + endforeach() + endif() unset(_cmake_file) unset("_cmake_import_check_files_for_${_cmake_target}") endforeach() diff --git a/Qt6.5.1/ARM64/lib/cmake/Qt6/Qt6VersionlessTargets.cmake b/Qt6.5.1/ARM64/lib/cmake/Qt6/Qt6VersionlessTargets.cmake index 89a8d4161..fd8533777 100644 --- a/Qt6.5.1/ARM64/lib/cmake/Qt6/Qt6VersionlessTargets.cmake +++ b/Qt6.5.1/ARM64/lib/cmake/Qt6/Qt6VersionlessTargets.cmake @@ -3,11 +3,11 @@ if("${CMAKE_MAJOR_VERSION}.${CMAKE_MINOR_VERSION}" LESS 2.8) message(FATAL_ERROR "CMake >= 2.8.0 required") endif() -if(CMAKE_VERSION VERSION_LESS "2.8.3") - message(FATAL_ERROR "CMake >= 2.8.3 required") +if(CMAKE_VERSION VERSION_LESS "3.0.0") + message(FATAL_ERROR "CMake >= 3.0.0 required") endif() cmake_policy(PUSH) -cmake_policy(VERSION 2.8.3...3.24) +cmake_policy(VERSION 3.0.0...3.27) #---------------------------------------------------------------- # Generated CMake target import file. #---------------------------------------------------------------- @@ -119,10 +119,6 @@ set_target_properties(Qt::PlatformToolInternal PROPERTIES _qt_is_versionless_target "TRUE" ) -if(CMAKE_VERSION VERSION_LESS 3.0.0) - message(FATAL_ERROR "This file relies on consumers using CMake 3.0.0 or greater.") -endif() - # Load information for each installed configuration. file(GLOB _cmake_config_files "${CMAKE_CURRENT_LIST_DIR}/Qt6VersionlessTargets-*.cmake") foreach(_cmake_config_file IN LISTS _cmake_config_files) @@ -136,9 +132,12 @@ set(_IMPORT_PREFIX) # Loop over all imported files and verify that they actually exist foreach(_cmake_target IN LISTS _cmake_import_check_targets) - foreach(_cmake_file IN LISTS "_cmake_import_check_files_for_${_cmake_target}") - if(NOT EXISTS "${_cmake_file}") - message(FATAL_ERROR "The imported target \"${_cmake_target}\" references the file + if(CMAKE_VERSION VERSION_LESS "3.28" + OR NOT DEFINED _cmake_import_check_xcframework_for_${_cmake_target} + OR NOT IS_DIRECTORY "${_cmake_import_check_xcframework_for_${_cmake_target}}") + foreach(_cmake_file IN LISTS "_cmake_import_check_files_for_${_cmake_target}") + if(NOT EXISTS "${_cmake_file}") + message(FATAL_ERROR "The imported target \"${_cmake_target}\" references the file \"${_cmake_file}\" but this file does not exist. Possible reasons include: * The file was deleted, renamed, or moved to another location. @@ -147,8 +146,9 @@ but this file does not exist. Possible reasons include: \"${CMAKE_CURRENT_LIST_FILE}\" but not all the files it references. ") - endif() - endforeach() + endif() + endforeach() + endif() unset(_cmake_file) unset("_cmake_import_check_files_for_${_cmake_target}") endforeach() diff --git a/Qt6.5.1/ARM64/lib/cmake/Qt6/qt.toolchain.cmake b/Qt6.5.1/ARM64/lib/cmake/Qt6/qt.toolchain.cmake index 8748d8274..36d6fb743 100644 --- a/Qt6.5.1/ARM64/lib/cmake/Qt6/qt.toolchain.cmake +++ b/Qt6.5.1/ARM64/lib/cmake/Qt6/qt.toolchain.cmake @@ -22,7 +22,10 @@ if($ENV{_QT_TOOLCHAIN_VARS_INITIALIZED}) endif() +set(__qt_initially_configured_toolchain_file "C:/Program Files/Microsoft Visual Studio/2022/Community/VC/vcpkg/scripts/buildsystems/vcpkg.cmake") +set(__qt_chainload_toolchain_file "${__qt_initially_configured_toolchain_file}") +set(VCPKG_TARGET_TRIPLET "arm64-windows" CACHE STRING "") set(CMAKE_SYSTEM_NAME Windows CACHE STRING "") set(CMAKE_SYSTEM_VERSION 10 CACHE STRING "") diff --git a/Qt6.5.1/ARM64/lib/cmake/Qt6BuildInternals/Qt6BuildInternalsConfigVersionImpl.cmake b/Qt6.5.1/ARM64/lib/cmake/Qt6BuildInternals/Qt6BuildInternalsConfigVersionImpl.cmake index d4d963615..7cbfff0e9 100644 --- a/Qt6.5.1/ARM64/lib/cmake/Qt6BuildInternals/Qt6BuildInternalsConfigVersionImpl.cmake +++ b/Qt6.5.1/ARM64/lib/cmake/Qt6BuildInternals/Qt6BuildInternalsConfigVersionImpl.cmake @@ -31,7 +31,7 @@ endif() # if the installed or the using project don't have CMAKE_SIZEOF_VOID_P set, ignore it: -if(CMAKE_SIZEOF_VOID_P STREQUAL "" OR "8" STREQUAL "") +if("${CMAKE_SIZEOF_VOID_P}" STREQUAL "" OR "8" STREQUAL "") return() endif() diff --git a/Qt6.5.1/ARM64/lib/cmake/Qt6BuildInternals/QtBuildInternalsExtra.cmake b/Qt6.5.1/ARM64/lib/cmake/Qt6BuildInternals/QtBuildInternalsExtra.cmake index 76459f6f6..823924a85 100644 --- a/Qt6.5.1/ARM64/lib/cmake/Qt6BuildInternals/QtBuildInternalsExtra.cmake +++ b/Qt6.5.1/ARM64/lib/cmake/Qt6BuildInternals/QtBuildInternalsExtra.cmake @@ -42,7 +42,7 @@ endfunction() if(CMAKE_INSTALL_PREFIX_INITIALIZED_TO_DEFAULT AND NOT QT_BUILD_INTERNALS_NO_FORCE_SET_INSTALL_PREFIX AND NOT QT_SUPERBUILD) - set(qtbi_orig_prefix "E:/qsc/dist/dolphin.arm64_6.5.1") + set(qtbi_orig_prefix "C:/Users/runner/qsc/dist/dolphin.arm64_6.5.1") set(qtbi_orig_staging_prefix "") qt_internal_new_prefix(qtbi_new_prefix "${QT_BUILD_INTERNALS_RELOCATABLE_INSTALL_PREFIX}" @@ -74,7 +74,7 @@ endif() set(QT_WILL_INSTALL ON CACHE BOOL "Boolean indicating if doing a Qt prefix build (vs non-prefix build)." FORCE) -set(QT_SOURCE_TREE "E:/qsc/qt-everywhere-src-6.5.1/qtbase" CACHE PATH +set(QT_SOURCE_TREE "C:/Users/runner/qsc/qt-everywhere-src-6.5.1/qtbase" CACHE PATH "A path to the source tree of the previously configured QtBase project." FORCE) # Propagate decision of building tests and examples to other repositories. @@ -203,16 +203,16 @@ set(INSTALL_INCLUDEDIR "include" CACHE STRING "Header files [PREFIX/include]" FO set(INSTALL_LIBDIR "lib" CACHE STRING "Libraries [PREFIX/lib]" FORCE) set(INSTALL_MKSPECSDIR "mkspecs" CACHE STRING "Mkspecs files [PREFIX/mkspecs]" FORCE) set(INSTALL_ARCHDATADIR "." CACHE STRING "Arch-dependent data [PREFIX]" FORCE) -set(INSTALL_PLUGINSDIR "./plugins" CACHE STRING "Plugins [ARCHDATADIR/plugins]" FORCE) -set(INSTALL_LIBEXECDIR "./bin" CACHE STRING "Helper programs [ARCHDATADIR/bin on Windows, ARCHDATADIR/libexec otherwise]" FORCE) -set(INSTALL_QMLDIR "./qml" CACHE STRING "QML imports [ARCHDATADIR/qml]" FORCE) +set(INSTALL_PLUGINSDIR "plugins" CACHE STRING "Plugins [ARCHDATADIR/plugins]" FORCE) +set(INSTALL_LIBEXECDIR "bin" CACHE STRING "Helper programs [ARCHDATADIR/bin on Windows, ARCHDATADIR/libexec otherwise]" FORCE) +set(INSTALL_QMLDIR "qml" CACHE STRING "QML imports [ARCHDATADIR/qml]" FORCE) set(INSTALL_DATADIR "." CACHE STRING "Arch-independent data [PREFIX]" FORCE) -set(INSTALL_DOCDIR "./doc" CACHE STRING "Documentation [DATADIR/doc]" FORCE) -set(INSTALL_TRANSLATIONSDIR "./translations" CACHE STRING "Translations [DATADIR/translations]" FORCE) +set(INSTALL_DOCDIR "doc" CACHE STRING "Documentation [DATADIR/doc]" FORCE) +set(INSTALL_TRANSLATIONSDIR "translations" CACHE STRING "Translations [DATADIR/translations]" FORCE) set(INSTALL_SYSCONFDIR "etc/xdg" CACHE STRING "Settings used by Qt programs [PREFIX/etc/xdg]/[/Library/Preferences/Qt]" FORCE) set(INSTALL_EXAMPLESDIR "examples" CACHE STRING "Examples [PREFIX/examples]" FORCE) set(INSTALL_TESTSDIR "tests" CACHE STRING "Tests [PREFIX/tests]" FORCE) -set(INSTALL_DESCRIPTIONSDIR "./modules" CACHE STRING "Module description files directory" FORCE) +set(INSTALL_DESCRIPTIONSDIR "modules" CACHE STRING "Module description files directory" FORCE) if(DEFINED QT_REPO_MODULE_VERSION AND NOT DEFINED QT_REPO_DEPENDENCIES AND NOT QT_SUPERBUILD) qt_internal_read_repo_dependencies(QT_REPO_DEPENDENCIES "${PROJECT_SOURCE_DIR}") diff --git a/Qt6.5.1/ARM64/lib/cmake/Qt6BundledFreetype/Qt6BundledFreetypeConfigVersionImpl.cmake b/Qt6.5.1/ARM64/lib/cmake/Qt6BundledFreetype/Qt6BundledFreetypeConfigVersionImpl.cmake index d4d963615..7cbfff0e9 100644 --- a/Qt6.5.1/ARM64/lib/cmake/Qt6BundledFreetype/Qt6BundledFreetypeConfigVersionImpl.cmake +++ b/Qt6.5.1/ARM64/lib/cmake/Qt6BundledFreetype/Qt6BundledFreetypeConfigVersionImpl.cmake @@ -31,7 +31,7 @@ endif() # if the installed or the using project don't have CMAKE_SIZEOF_VOID_P set, ignore it: -if(CMAKE_SIZEOF_VOID_P STREQUAL "" OR "8" STREQUAL "") +if("${CMAKE_SIZEOF_VOID_P}" STREQUAL "" OR "8" STREQUAL "") return() endif() diff --git a/Qt6.5.1/ARM64/lib/cmake/Qt6BundledFreetype/Qt6BundledFreetypeTargets.cmake b/Qt6.5.1/ARM64/lib/cmake/Qt6BundledFreetype/Qt6BundledFreetypeTargets.cmake index 67d8db33a..5c7798750 100644 --- a/Qt6.5.1/ARM64/lib/cmake/Qt6BundledFreetype/Qt6BundledFreetypeTargets.cmake +++ b/Qt6.5.1/ARM64/lib/cmake/Qt6BundledFreetype/Qt6BundledFreetypeTargets.cmake @@ -3,11 +3,11 @@ if("${CMAKE_MAJOR_VERSION}.${CMAKE_MINOR_VERSION}" LESS 2.8) message(FATAL_ERROR "CMake >= 2.8.0 required") endif() -if(CMAKE_VERSION VERSION_LESS "2.8.3") - message(FATAL_ERROR "CMake >= 2.8.3 required") +if(CMAKE_VERSION VERSION_LESS "2.8.12") + message(FATAL_ERROR "CMake >= 2.8.12 required") endif() cmake_policy(PUSH) -cmake_policy(VERSION 2.8.3...3.24) +cmake_policy(VERSION 2.8.12...3.27) #---------------------------------------------------------------- # Generated CMake target import file. #---------------------------------------------------------------- @@ -67,10 +67,6 @@ set_target_properties(Qt6::BundledFreetype PROPERTIES _qt_package_version "6.5.1" ) -if(CMAKE_VERSION VERSION_LESS 2.8.12) - message(FATAL_ERROR "This file relies on consumers using CMake 2.8.12 or greater.") -endif() - # Load information for each installed configuration. file(GLOB _cmake_config_files "${CMAKE_CURRENT_LIST_DIR}/Qt6BundledFreetypeTargets-*.cmake") foreach(_cmake_config_file IN LISTS _cmake_config_files) @@ -84,9 +80,12 @@ set(_IMPORT_PREFIX) # Loop over all imported files and verify that they actually exist foreach(_cmake_target IN LISTS _cmake_import_check_targets) - foreach(_cmake_file IN LISTS "_cmake_import_check_files_for_${_cmake_target}") - if(NOT EXISTS "${_cmake_file}") - message(FATAL_ERROR "The imported target \"${_cmake_target}\" references the file + if(CMAKE_VERSION VERSION_LESS "3.28" + OR NOT DEFINED _cmake_import_check_xcframework_for_${_cmake_target} + OR NOT IS_DIRECTORY "${_cmake_import_check_xcframework_for_${_cmake_target}}") + foreach(_cmake_file IN LISTS "_cmake_import_check_files_for_${_cmake_target}") + if(NOT EXISTS "${_cmake_file}") + message(FATAL_ERROR "The imported target \"${_cmake_target}\" references the file \"${_cmake_file}\" but this file does not exist. Possible reasons include: * The file was deleted, renamed, or moved to another location. @@ -95,8 +94,9 @@ but this file does not exist. Possible reasons include: \"${CMAKE_CURRENT_LIST_FILE}\" but not all the files it references. ") - endif() - endforeach() + endif() + endforeach() + endif() unset(_cmake_file) unset("_cmake_import_check_files_for_${_cmake_target}") endforeach() diff --git a/Qt6.5.1/ARM64/lib/cmake/Qt6BundledFreetype/Qt6BundledFreetypeVersionlessTargets.cmake b/Qt6.5.1/ARM64/lib/cmake/Qt6BundledFreetype/Qt6BundledFreetypeVersionlessTargets.cmake index 033a96e85..7a4c03f14 100644 --- a/Qt6.5.1/ARM64/lib/cmake/Qt6BundledFreetype/Qt6BundledFreetypeVersionlessTargets.cmake +++ b/Qt6.5.1/ARM64/lib/cmake/Qt6BundledFreetype/Qt6BundledFreetypeVersionlessTargets.cmake @@ -3,11 +3,11 @@ if("${CMAKE_MAJOR_VERSION}.${CMAKE_MINOR_VERSION}" LESS 2.8) message(FATAL_ERROR "CMake >= 2.8.0 required") endif() -if(CMAKE_VERSION VERSION_LESS "2.8.3") - message(FATAL_ERROR "CMake >= 2.8.3 required") +if(CMAKE_VERSION VERSION_LESS "3.0.0") + message(FATAL_ERROR "CMake >= 3.0.0 required") endif() cmake_policy(PUSH) -cmake_policy(VERSION 2.8.3...3.24) +cmake_policy(VERSION 3.0.0...3.27) #---------------------------------------------------------------- # Generated CMake target import file. #---------------------------------------------------------------- @@ -63,10 +63,6 @@ set_target_properties(Qt::BundledFreetype PROPERTIES _qt_is_versionless_target "TRUE" ) -if(CMAKE_VERSION VERSION_LESS 3.0.0) - message(FATAL_ERROR "This file relies on consumers using CMake 3.0.0 or greater.") -endif() - # Load information for each installed configuration. file(GLOB _cmake_config_files "${CMAKE_CURRENT_LIST_DIR}/Qt6BundledFreetypeVersionlessTargets-*.cmake") foreach(_cmake_config_file IN LISTS _cmake_config_files) @@ -80,9 +76,12 @@ set(_IMPORT_PREFIX) # Loop over all imported files and verify that they actually exist foreach(_cmake_target IN LISTS _cmake_import_check_targets) - foreach(_cmake_file IN LISTS "_cmake_import_check_files_for_${_cmake_target}") - if(NOT EXISTS "${_cmake_file}") - message(FATAL_ERROR "The imported target \"${_cmake_target}\" references the file + if(CMAKE_VERSION VERSION_LESS "3.28" + OR NOT DEFINED _cmake_import_check_xcframework_for_${_cmake_target} + OR NOT IS_DIRECTORY "${_cmake_import_check_xcframework_for_${_cmake_target}}") + foreach(_cmake_file IN LISTS "_cmake_import_check_files_for_${_cmake_target}") + if(NOT EXISTS "${_cmake_file}") + message(FATAL_ERROR "The imported target \"${_cmake_target}\" references the file \"${_cmake_file}\" but this file does not exist. Possible reasons include: * The file was deleted, renamed, or moved to another location. @@ -91,8 +90,9 @@ but this file does not exist. Possible reasons include: \"${CMAKE_CURRENT_LIST_FILE}\" but not all the files it references. ") - endif() - endforeach() + endif() + endforeach() + endif() unset(_cmake_file) unset("_cmake_import_check_files_for_${_cmake_target}") endforeach() diff --git a/Qt6.5.1/ARM64/lib/cmake/Qt6BundledLibpng/Qt6BundledLibpngConfigVersionImpl.cmake b/Qt6.5.1/ARM64/lib/cmake/Qt6BundledLibpng/Qt6BundledLibpngConfigVersionImpl.cmake index d4d963615..7cbfff0e9 100644 --- a/Qt6.5.1/ARM64/lib/cmake/Qt6BundledLibpng/Qt6BundledLibpngConfigVersionImpl.cmake +++ b/Qt6.5.1/ARM64/lib/cmake/Qt6BundledLibpng/Qt6BundledLibpngConfigVersionImpl.cmake @@ -31,7 +31,7 @@ endif() # if the installed or the using project don't have CMAKE_SIZEOF_VOID_P set, ignore it: -if(CMAKE_SIZEOF_VOID_P STREQUAL "" OR "8" STREQUAL "") +if("${CMAKE_SIZEOF_VOID_P}" STREQUAL "" OR "8" STREQUAL "") return() endif() diff --git a/Qt6.5.1/ARM64/lib/cmake/Qt6BundledLibpng/Qt6BundledLibpngTargets.cmake b/Qt6.5.1/ARM64/lib/cmake/Qt6BundledLibpng/Qt6BundledLibpngTargets.cmake index 754d6c7b6..a8d67e1f7 100644 --- a/Qt6.5.1/ARM64/lib/cmake/Qt6BundledLibpng/Qt6BundledLibpngTargets.cmake +++ b/Qt6.5.1/ARM64/lib/cmake/Qt6BundledLibpng/Qt6BundledLibpngTargets.cmake @@ -3,11 +3,11 @@ if("${CMAKE_MAJOR_VERSION}.${CMAKE_MINOR_VERSION}" LESS 2.8) message(FATAL_ERROR "CMake >= 2.8.0 required") endif() -if(CMAKE_VERSION VERSION_LESS "2.8.3") - message(FATAL_ERROR "CMake >= 2.8.3 required") +if(CMAKE_VERSION VERSION_LESS "2.8.12") + message(FATAL_ERROR "CMake >= 2.8.12 required") endif() cmake_policy(PUSH) -cmake_policy(VERSION 2.8.3...3.24) +cmake_policy(VERSION 2.8.12...3.27) #---------------------------------------------------------------- # Generated CMake target import file. #---------------------------------------------------------------- @@ -67,10 +67,6 @@ set_target_properties(Qt6::BundledLibpng PROPERTIES _qt_package_version "6.5.1" ) -if(CMAKE_VERSION VERSION_LESS 2.8.12) - message(FATAL_ERROR "This file relies on consumers using CMake 2.8.12 or greater.") -endif() - # Load information for each installed configuration. file(GLOB _cmake_config_files "${CMAKE_CURRENT_LIST_DIR}/Qt6BundledLibpngTargets-*.cmake") foreach(_cmake_config_file IN LISTS _cmake_config_files) @@ -84,9 +80,12 @@ set(_IMPORT_PREFIX) # Loop over all imported files and verify that they actually exist foreach(_cmake_target IN LISTS _cmake_import_check_targets) - foreach(_cmake_file IN LISTS "_cmake_import_check_files_for_${_cmake_target}") - if(NOT EXISTS "${_cmake_file}") - message(FATAL_ERROR "The imported target \"${_cmake_target}\" references the file + if(CMAKE_VERSION VERSION_LESS "3.28" + OR NOT DEFINED _cmake_import_check_xcframework_for_${_cmake_target} + OR NOT IS_DIRECTORY "${_cmake_import_check_xcframework_for_${_cmake_target}}") + foreach(_cmake_file IN LISTS "_cmake_import_check_files_for_${_cmake_target}") + if(NOT EXISTS "${_cmake_file}") + message(FATAL_ERROR "The imported target \"${_cmake_target}\" references the file \"${_cmake_file}\" but this file does not exist. Possible reasons include: * The file was deleted, renamed, or moved to another location. @@ -95,8 +94,9 @@ but this file does not exist. Possible reasons include: \"${CMAKE_CURRENT_LIST_FILE}\" but not all the files it references. ") - endif() - endforeach() + endif() + endforeach() + endif() unset(_cmake_file) unset("_cmake_import_check_files_for_${_cmake_target}") endforeach() diff --git a/Qt6.5.1/ARM64/lib/cmake/Qt6BundledLibpng/Qt6BundledLibpngVersionlessTargets.cmake b/Qt6.5.1/ARM64/lib/cmake/Qt6BundledLibpng/Qt6BundledLibpngVersionlessTargets.cmake index 7dec6db3b..e793f14b6 100644 --- a/Qt6.5.1/ARM64/lib/cmake/Qt6BundledLibpng/Qt6BundledLibpngVersionlessTargets.cmake +++ b/Qt6.5.1/ARM64/lib/cmake/Qt6BundledLibpng/Qt6BundledLibpngVersionlessTargets.cmake @@ -3,11 +3,11 @@ if("${CMAKE_MAJOR_VERSION}.${CMAKE_MINOR_VERSION}" LESS 2.8) message(FATAL_ERROR "CMake >= 2.8.0 required") endif() -if(CMAKE_VERSION VERSION_LESS "2.8.3") - message(FATAL_ERROR "CMake >= 2.8.3 required") +if(CMAKE_VERSION VERSION_LESS "3.0.0") + message(FATAL_ERROR "CMake >= 3.0.0 required") endif() cmake_policy(PUSH) -cmake_policy(VERSION 2.8.3...3.24) +cmake_policy(VERSION 3.0.0...3.27) #---------------------------------------------------------------- # Generated CMake target import file. #---------------------------------------------------------------- @@ -63,10 +63,6 @@ set_target_properties(Qt::BundledLibpng PROPERTIES _qt_is_versionless_target "TRUE" ) -if(CMAKE_VERSION VERSION_LESS 3.0.0) - message(FATAL_ERROR "This file relies on consumers using CMake 3.0.0 or greater.") -endif() - # Load information for each installed configuration. file(GLOB _cmake_config_files "${CMAKE_CURRENT_LIST_DIR}/Qt6BundledLibpngVersionlessTargets-*.cmake") foreach(_cmake_config_file IN LISTS _cmake_config_files) @@ -80,9 +76,12 @@ set(_IMPORT_PREFIX) # Loop over all imported files and verify that they actually exist foreach(_cmake_target IN LISTS _cmake_import_check_targets) - foreach(_cmake_file IN LISTS "_cmake_import_check_files_for_${_cmake_target}") - if(NOT EXISTS "${_cmake_file}") - message(FATAL_ERROR "The imported target \"${_cmake_target}\" references the file + if(CMAKE_VERSION VERSION_LESS "3.28" + OR NOT DEFINED _cmake_import_check_xcframework_for_${_cmake_target} + OR NOT IS_DIRECTORY "${_cmake_import_check_xcframework_for_${_cmake_target}}") + foreach(_cmake_file IN LISTS "_cmake_import_check_files_for_${_cmake_target}") + if(NOT EXISTS "${_cmake_file}") + message(FATAL_ERROR "The imported target \"${_cmake_target}\" references the file \"${_cmake_file}\" but this file does not exist. Possible reasons include: * The file was deleted, renamed, or moved to another location. @@ -91,8 +90,9 @@ but this file does not exist. Possible reasons include: \"${CMAKE_CURRENT_LIST_FILE}\" but not all the files it references. ") - endif() - endforeach() + endif() + endforeach() + endif() unset(_cmake_file) unset("_cmake_import_check_files_for_${_cmake_target}") endforeach() diff --git a/Qt6.5.1/ARM64/lib/cmake/Qt6Core/Qt6CoreConfigVersionImpl.cmake b/Qt6.5.1/ARM64/lib/cmake/Qt6Core/Qt6CoreConfigVersionImpl.cmake index d4d963615..7cbfff0e9 100644 --- a/Qt6.5.1/ARM64/lib/cmake/Qt6Core/Qt6CoreConfigVersionImpl.cmake +++ b/Qt6.5.1/ARM64/lib/cmake/Qt6Core/Qt6CoreConfigVersionImpl.cmake @@ -31,7 +31,7 @@ endif() # if the installed or the using project don't have CMAKE_SIZEOF_VOID_P set, ignore it: -if(CMAKE_SIZEOF_VOID_P STREQUAL "" OR "8" STREQUAL "") +if("${CMAKE_SIZEOF_VOID_P}" STREQUAL "" OR "8" STREQUAL "") return() endif() diff --git a/Qt6.5.1/ARM64/lib/cmake/Qt6Core/Qt6CoreTargets.cmake b/Qt6.5.1/ARM64/lib/cmake/Qt6Core/Qt6CoreTargets.cmake index e904a271f..75d8f8292 100644 --- a/Qt6.5.1/ARM64/lib/cmake/Qt6Core/Qt6CoreTargets.cmake +++ b/Qt6.5.1/ARM64/lib/cmake/Qt6Core/Qt6CoreTargets.cmake @@ -3,11 +3,11 @@ if("${CMAKE_MAJOR_VERSION}.${CMAKE_MINOR_VERSION}" LESS 2.8) message(FATAL_ERROR "CMake >= 2.8.0 required") endif() -if(CMAKE_VERSION VERSION_LESS "2.8.3") - message(FATAL_ERROR "CMake >= 2.8.3 required") +if(CMAKE_VERSION VERSION_LESS "3.1.0") + message(FATAL_ERROR "CMake >= 3.1.0 required") endif() cmake_policy(PUSH) -cmake_policy(VERSION 2.8.3...3.24) +cmake_policy(VERSION 3.1.0...3.27) #---------------------------------------------------------------- # Generated CMake target import file. #---------------------------------------------------------------- @@ -67,9 +67,9 @@ set_target_properties(Qt6::Core PROPERTIES INTERFACE_QT_MAJOR_VERSION "6" INTERFACE_SOURCES "\$<\$>:${_IMPORT_PREFIX}/./metatypes/qt6core_metatypes.json>" QT_DISABLED_PRIVATE_FEATURES "clock_gettime;system_doubleconversion;dladdr;futimens;getauxval;getentropy;glib;glibc;icu;inotify;journald;system_libb2;linkat;system_pcre2;poll_ppoll;poll_pollts;poll_poll;poll_select;qqnx_pps;renameat2;slog2;statx;syslog;backtrace;lttng;etw;ctf;forkfd_pidfd;poll_exit_on_error;use_bfd_linker;use_gold_linker;use_lld_linker;use_mold_linker;android_style_assets;gc_binaries;developer_build;no_prefix;private_tests;reduce_exports;no_direct_extern_access;x86intrin;sse2;sse3;ssse3;sse4_1;sse4_2;avx;f16c;avx2;avx512f;avx512er;avx512cd;avx512pf;avx512dq;avx512bw;avx512vl;avx512ifma;avx512vbmi;avx512vbmi2;aesni;vaes;rdrnd;rdseed;shani;mips_dsp;mips_dspr2;neon;arm_crc32;arm_crypto;posix_fallocate;alloca_h;stack_protector_strong;system_zlib;stdlib_libcpp;dbus;dbus_linked;network;printsupport;sql;testlib;libudev;dlopen;intelcet" - QT_DISABLED_PUBLIC_FEATURES "clock_monotonic;eventfd;glib;inotify;permissions;static;pkg_config;separate_debug_info;appstore_compliant;simulator_and_device;rpath;force_asserts;framework;reduce_relocations;wasm_simd128;wasm_exceptions;zstd;concurrent;dbus;openssl_linked;opensslv30" + QT_DISABLED_PUBLIC_FEATURES "clock_monotonic;eventfd;glib;inotify;permissions;static;pkg_config;separate_debug_info;appstore_compliant;simulator_and_device;rpath;force_asserts;framework;reduce_relocations;wasm_simd128;wasm_exceptions;zstd;concurrent;dbus;openssl_linked;opensslv11" QT_ENABLED_PRIVATE_FEATURES "doubleconversion;mimetype_database;cpp_winrt;sha3_fast;hijricalendar;datetimeparser;pcre2;debug;alloca_malloc_h;alloca;gui;widgets;xml;openssl;relocatable;cross_compile;msvc_obj_debug_info;force_debug_info;largefile;ltcg" - QT_ENABLED_PUBLIC_FEATURES "doubleconversion;cxx11_future;cxx17_filesystem;std_atomic64;mimetype;regularexpression;sharedmemory;shortcut;systemsemaphore;xmlstream;cpp_winrt;xmlstreamreader;xmlstreamwriter;textdate;datestring;process;processenvironment;temporaryfile;library;settings;filesystemwatcher;filesystemiterator;itemmodel;proxymodel;sortfilterproxymodel;identityproxymodel;transposeproxymodel;concatenatetablesproxymodel;stringlistmodel;translation;easingcurve;animation;gestures;jalalicalendar;islamiccivilcalendar;timezone;commandlineparser;cborstreamreader;cborstreamwriter;shared;cross_compile;debug_and_release;cxx11;cxx14;cxx17;cxx1z;cxx20;cxx2a;cxx2b;cxx2b;c99;c11;signaling_nan;thread;future;opensslv11;shared;cross_compile;plugin_manifest;shared;no_pkg_config;debug_and_release;cxx11;cxx14;cxx17;cxx1z;cxx20;cxx2a;cxx2b;openssl" + QT_ENABLED_PUBLIC_FEATURES "doubleconversion;cxx11_future;cxx17_filesystem;std_atomic64;mimetype;regularexpression;sharedmemory;shortcut;systemsemaphore;xmlstream;cpp_winrt;xmlstreamreader;xmlstreamwriter;textdate;datestring;process;processenvironment;temporaryfile;library;settings;filesystemwatcher;filesystemiterator;itemmodel;proxymodel;sortfilterproxymodel;identityproxymodel;transposeproxymodel;concatenatetablesproxymodel;stringlistmodel;translation;easingcurve;animation;gestures;jalalicalendar;islamiccivilcalendar;timezone;commandlineparser;cborstreamreader;cborstreamwriter;shared;cross_compile;debug_and_release;cxx11;cxx14;cxx17;cxx1z;cxx20;cxx2a;cxx2b;cxx2b;c99;c11;signaling_nan;thread;future;opensslv30;shared;cross_compile;plugin_manifest;shared;no_pkg_config;debug_and_release;cxx11;cxx14;cxx17;cxx1z;cxx20;cxx2a;cxx2b;openssl" QT_QMAKE_PRIVATE_CONFIG "pcre2;cross_compile;msvc_obj_debug_info;force_debug_info;largefile;ltcg" QT_QMAKE_PUBLIC_CONFIG "shared;cross_compile;plugin_manifest" QT_QMAKE_PUBLIC_QT_CONFIG "shared;no_pkg_config;debug_and_release;cxx11;cxx14;cxx17;cxx1z;cxx20;cxx2a;cxx2b;openssl" @@ -98,10 +98,6 @@ set_target_properties(Qt6::CorePrivate PROPERTIES _qt_public_module_target_name "Core" ) -if(CMAKE_VERSION VERSION_LESS 3.1.0) - message(FATAL_ERROR "This file relies on consumers using CMake 3.1.0 or greater.") -endif() - # Load information for each installed configuration. file(GLOB _cmake_config_files "${CMAKE_CURRENT_LIST_DIR}/Qt6CoreTargets-*.cmake") foreach(_cmake_config_file IN LISTS _cmake_config_files) @@ -115,9 +111,12 @@ set(_IMPORT_PREFIX) # Loop over all imported files and verify that they actually exist foreach(_cmake_target IN LISTS _cmake_import_check_targets) - foreach(_cmake_file IN LISTS "_cmake_import_check_files_for_${_cmake_target}") - if(NOT EXISTS "${_cmake_file}") - message(FATAL_ERROR "The imported target \"${_cmake_target}\" references the file + if(CMAKE_VERSION VERSION_LESS "3.28" + OR NOT DEFINED _cmake_import_check_xcframework_for_${_cmake_target} + OR NOT IS_DIRECTORY "${_cmake_import_check_xcframework_for_${_cmake_target}}") + foreach(_cmake_file IN LISTS "_cmake_import_check_files_for_${_cmake_target}") + if(NOT EXISTS "${_cmake_file}") + message(FATAL_ERROR "The imported target \"${_cmake_target}\" references the file \"${_cmake_file}\" but this file does not exist. Possible reasons include: * The file was deleted, renamed, or moved to another location. @@ -126,8 +125,9 @@ but this file does not exist. Possible reasons include: \"${CMAKE_CURRENT_LIST_FILE}\" but not all the files it references. ") - endif() - endforeach() + endif() + endforeach() + endif() unset(_cmake_file) unset("_cmake_import_check_files_for_${_cmake_target}") endforeach() diff --git a/Qt6.5.1/ARM64/lib/cmake/Qt6Core/Qt6CoreVersionlessTargets.cmake b/Qt6.5.1/ARM64/lib/cmake/Qt6Core/Qt6CoreVersionlessTargets.cmake index a3c0c7fee..4f26a3e0b 100644 --- a/Qt6.5.1/ARM64/lib/cmake/Qt6Core/Qt6CoreVersionlessTargets.cmake +++ b/Qt6.5.1/ARM64/lib/cmake/Qt6Core/Qt6CoreVersionlessTargets.cmake @@ -3,11 +3,11 @@ if("${CMAKE_MAJOR_VERSION}.${CMAKE_MINOR_VERSION}" LESS 2.8) message(FATAL_ERROR "CMake >= 2.8.0 required") endif() -if(CMAKE_VERSION VERSION_LESS "2.8.3") - message(FATAL_ERROR "CMake >= 2.8.3 required") +if(CMAKE_VERSION VERSION_LESS "3.0.0") + message(FATAL_ERROR "CMake >= 3.0.0 required") endif() cmake_policy(PUSH) -cmake_policy(VERSION 2.8.3...3.24) +cmake_policy(VERSION 3.0.0...3.27) #---------------------------------------------------------------- # Generated CMake target import file. #---------------------------------------------------------------- @@ -71,10 +71,6 @@ set_target_properties(Qt::CorePrivate PROPERTIES _qt_is_versionless_target "TRUE" ) -if(CMAKE_VERSION VERSION_LESS 3.0.0) - message(FATAL_ERROR "This file relies on consumers using CMake 3.0.0 or greater.") -endif() - # Load information for each installed configuration. file(GLOB _cmake_config_files "${CMAKE_CURRENT_LIST_DIR}/Qt6CoreVersionlessTargets-*.cmake") foreach(_cmake_config_file IN LISTS _cmake_config_files) @@ -88,9 +84,12 @@ set(_IMPORT_PREFIX) # Loop over all imported files and verify that they actually exist foreach(_cmake_target IN LISTS _cmake_import_check_targets) - foreach(_cmake_file IN LISTS "_cmake_import_check_files_for_${_cmake_target}") - if(NOT EXISTS "${_cmake_file}") - message(FATAL_ERROR "The imported target \"${_cmake_target}\" references the file + if(CMAKE_VERSION VERSION_LESS "3.28" + OR NOT DEFINED _cmake_import_check_xcframework_for_${_cmake_target} + OR NOT IS_DIRECTORY "${_cmake_import_check_xcframework_for_${_cmake_target}}") + foreach(_cmake_file IN LISTS "_cmake_import_check_files_for_${_cmake_target}") + if(NOT EXISTS "${_cmake_file}") + message(FATAL_ERROR "The imported target \"${_cmake_target}\" references the file \"${_cmake_file}\" but this file does not exist. Possible reasons include: * The file was deleted, renamed, or moved to another location. @@ -99,8 +98,9 @@ but this file does not exist. Possible reasons include: \"${CMAKE_CURRENT_LIST_FILE}\" but not all the files it references. ") - endif() - endforeach() + endif() + endforeach() + endif() unset(_cmake_file) unset("_cmake_import_check_files_for_${_cmake_target}") endforeach() diff --git a/Qt6.5.1/ARM64/lib/cmake/Qt6Core/QtInstallPaths.cmake b/Qt6.5.1/ARM64/lib/cmake/Qt6Core/QtInstallPaths.cmake index 70e401e3e..c918b7a95 100644 --- a/Qt6.5.1/ARM64/lib/cmake/Qt6Core/QtInstallPaths.cmake +++ b/Qt6.5.1/ARM64/lib/cmake/Qt6Core/QtInstallPaths.cmake @@ -5,12 +5,12 @@ set(QT6_INSTALL_ARCHDATA ".") set(QT6_INSTALL_BINS "bin") set(QT6_INSTALL_CONFIGURATION "etc/xdg") set(QT6_INSTALL_DATA ".") -set(QT6_INSTALL_DOCS "./doc") +set(QT6_INSTALL_DOCS "doc") set(QT6_INSTALL_EXAMPLES "examples") set(QT6_INSTALL_HEADERS "include") set(QT6_INSTALL_LIBS "lib") -set(QT6_INSTALL_LIBEXECS "./bin") -set(QT6_INSTALL_PLUGINS "./plugins") -set(QT6_INSTALL_QML "./qml") +set(QT6_INSTALL_LIBEXECS "bin") +set(QT6_INSTALL_PLUGINS "plugins") +set(QT6_INSTALL_QML "qml") set(QT6_INSTALL_TESTS "tests") -set(QT6_INSTALL_TRANSLATIONS "./translations") +set(QT6_INSTALL_TRANSLATIONS "translations") diff --git a/Qt6.5.1/ARM64/lib/cmake/Qt6DeviceDiscoverySupportPrivate/Qt6DeviceDiscoverySupportPrivateConfigVersionImpl.cmake b/Qt6.5.1/ARM64/lib/cmake/Qt6DeviceDiscoverySupportPrivate/Qt6DeviceDiscoverySupportPrivateConfigVersionImpl.cmake index d4d963615..7cbfff0e9 100644 --- a/Qt6.5.1/ARM64/lib/cmake/Qt6DeviceDiscoverySupportPrivate/Qt6DeviceDiscoverySupportPrivateConfigVersionImpl.cmake +++ b/Qt6.5.1/ARM64/lib/cmake/Qt6DeviceDiscoverySupportPrivate/Qt6DeviceDiscoverySupportPrivateConfigVersionImpl.cmake @@ -31,7 +31,7 @@ endif() # if the installed or the using project don't have CMAKE_SIZEOF_VOID_P set, ignore it: -if(CMAKE_SIZEOF_VOID_P STREQUAL "" OR "8" STREQUAL "") +if("${CMAKE_SIZEOF_VOID_P}" STREQUAL "" OR "8" STREQUAL "") return() endif() diff --git a/Qt6.5.1/ARM64/lib/cmake/Qt6DeviceDiscoverySupportPrivate/Qt6DeviceDiscoverySupportPrivateTargets.cmake b/Qt6.5.1/ARM64/lib/cmake/Qt6DeviceDiscoverySupportPrivate/Qt6DeviceDiscoverySupportPrivateTargets.cmake index 791c373bb..de874e2ad 100644 --- a/Qt6.5.1/ARM64/lib/cmake/Qt6DeviceDiscoverySupportPrivate/Qt6DeviceDiscoverySupportPrivateTargets.cmake +++ b/Qt6.5.1/ARM64/lib/cmake/Qt6DeviceDiscoverySupportPrivate/Qt6DeviceDiscoverySupportPrivateTargets.cmake @@ -3,11 +3,11 @@ if("${CMAKE_MAJOR_VERSION}.${CMAKE_MINOR_VERSION}" LESS 2.8) message(FATAL_ERROR "CMake >= 2.8.0 required") endif() -if(CMAKE_VERSION VERSION_LESS "2.8.3") - message(FATAL_ERROR "CMake >= 2.8.3 required") +if(CMAKE_VERSION VERSION_LESS "3.1.0") + message(FATAL_ERROR "CMake >= 3.1.0 required") endif() cmake_policy(PUSH) -cmake_policy(VERSION 2.8.3...3.24) +cmake_policy(VERSION 3.1.0...3.27) #---------------------------------------------------------------- # Generated CMake target import file. #---------------------------------------------------------------- @@ -75,10 +75,6 @@ set_target_properties(Qt6::DeviceDiscoverySupportPrivate PROPERTIES _qt_package_version "6.5.1" ) -if(CMAKE_VERSION VERSION_LESS 3.1.0) - message(FATAL_ERROR "This file relies on consumers using CMake 3.1.0 or greater.") -endif() - # Load information for each installed configuration. file(GLOB _cmake_config_files "${CMAKE_CURRENT_LIST_DIR}/Qt6DeviceDiscoverySupportPrivateTargets-*.cmake") foreach(_cmake_config_file IN LISTS _cmake_config_files) @@ -92,9 +88,12 @@ set(_IMPORT_PREFIX) # Loop over all imported files and verify that they actually exist foreach(_cmake_target IN LISTS _cmake_import_check_targets) - foreach(_cmake_file IN LISTS "_cmake_import_check_files_for_${_cmake_target}") - if(NOT EXISTS "${_cmake_file}") - message(FATAL_ERROR "The imported target \"${_cmake_target}\" references the file + if(CMAKE_VERSION VERSION_LESS "3.28" + OR NOT DEFINED _cmake_import_check_xcframework_for_${_cmake_target} + OR NOT IS_DIRECTORY "${_cmake_import_check_xcframework_for_${_cmake_target}}") + foreach(_cmake_file IN LISTS "_cmake_import_check_files_for_${_cmake_target}") + if(NOT EXISTS "${_cmake_file}") + message(FATAL_ERROR "The imported target \"${_cmake_target}\" references the file \"${_cmake_file}\" but this file does not exist. Possible reasons include: * The file was deleted, renamed, or moved to another location. @@ -103,8 +102,9 @@ but this file does not exist. Possible reasons include: \"${CMAKE_CURRENT_LIST_FILE}\" but not all the files it references. ") - endif() - endforeach() + endif() + endforeach() + endif() unset(_cmake_file) unset("_cmake_import_check_files_for_${_cmake_target}") endforeach() diff --git a/Qt6.5.1/ARM64/lib/cmake/Qt6DeviceDiscoverySupportPrivate/Qt6DeviceDiscoverySupportPrivateVersionlessTargets.cmake b/Qt6.5.1/ARM64/lib/cmake/Qt6DeviceDiscoverySupportPrivate/Qt6DeviceDiscoverySupportPrivateVersionlessTargets.cmake index f0d6c564c..392e0cb8d 100644 --- a/Qt6.5.1/ARM64/lib/cmake/Qt6DeviceDiscoverySupportPrivate/Qt6DeviceDiscoverySupportPrivateVersionlessTargets.cmake +++ b/Qt6.5.1/ARM64/lib/cmake/Qt6DeviceDiscoverySupportPrivate/Qt6DeviceDiscoverySupportPrivateVersionlessTargets.cmake @@ -3,11 +3,11 @@ if("${CMAKE_MAJOR_VERSION}.${CMAKE_MINOR_VERSION}" LESS 2.8) message(FATAL_ERROR "CMake >= 2.8.0 required") endif() -if(CMAKE_VERSION VERSION_LESS "2.8.3") - message(FATAL_ERROR "CMake >= 2.8.3 required") +if(CMAKE_VERSION VERSION_LESS "3.0.0") + message(FATAL_ERROR "CMake >= 3.0.0 required") endif() cmake_policy(PUSH) -cmake_policy(VERSION 2.8.3...3.24) +cmake_policy(VERSION 3.0.0...3.27) #---------------------------------------------------------------- # Generated CMake target import file. #---------------------------------------------------------------- @@ -63,10 +63,6 @@ set_target_properties(Qt::DeviceDiscoverySupportPrivate PROPERTIES _qt_is_versionless_target "TRUE" ) -if(CMAKE_VERSION VERSION_LESS 3.0.0) - message(FATAL_ERROR "This file relies on consumers using CMake 3.0.0 or greater.") -endif() - # Load information for each installed configuration. file(GLOB _cmake_config_files "${CMAKE_CURRENT_LIST_DIR}/Qt6DeviceDiscoverySupportPrivateVersionlessTargets-*.cmake") foreach(_cmake_config_file IN LISTS _cmake_config_files) @@ -80,9 +76,12 @@ set(_IMPORT_PREFIX) # Loop over all imported files and verify that they actually exist foreach(_cmake_target IN LISTS _cmake_import_check_targets) - foreach(_cmake_file IN LISTS "_cmake_import_check_files_for_${_cmake_target}") - if(NOT EXISTS "${_cmake_file}") - message(FATAL_ERROR "The imported target \"${_cmake_target}\" references the file + if(CMAKE_VERSION VERSION_LESS "3.28" + OR NOT DEFINED _cmake_import_check_xcframework_for_${_cmake_target} + OR NOT IS_DIRECTORY "${_cmake_import_check_xcframework_for_${_cmake_target}}") + foreach(_cmake_file IN LISTS "_cmake_import_check_files_for_${_cmake_target}") + if(NOT EXISTS "${_cmake_file}") + message(FATAL_ERROR "The imported target \"${_cmake_target}\" references the file \"${_cmake_file}\" but this file does not exist. Possible reasons include: * The file was deleted, renamed, or moved to another location. @@ -91,8 +90,9 @@ but this file does not exist. Possible reasons include: \"${CMAKE_CURRENT_LIST_FILE}\" but not all the files it references. ") - endif() - endforeach() + endif() + endforeach() + endif() unset(_cmake_file) unset("_cmake_import_check_files_for_${_cmake_target}") endforeach() diff --git a/Qt6.5.1/ARM64/lib/cmake/Qt6EntryPointPrivate/Qt6EntryPointPrivateConfigVersionImpl.cmake b/Qt6.5.1/ARM64/lib/cmake/Qt6EntryPointPrivate/Qt6EntryPointPrivateConfigVersionImpl.cmake index d4d963615..7cbfff0e9 100644 --- a/Qt6.5.1/ARM64/lib/cmake/Qt6EntryPointPrivate/Qt6EntryPointPrivateConfigVersionImpl.cmake +++ b/Qt6.5.1/ARM64/lib/cmake/Qt6EntryPointPrivate/Qt6EntryPointPrivateConfigVersionImpl.cmake @@ -31,7 +31,7 @@ endif() # if the installed or the using project don't have CMAKE_SIZEOF_VOID_P set, ignore it: -if(CMAKE_SIZEOF_VOID_P STREQUAL "" OR "8" STREQUAL "") +if("${CMAKE_SIZEOF_VOID_P}" STREQUAL "" OR "8" STREQUAL "") return() endif() diff --git a/Qt6.5.1/ARM64/lib/cmake/Qt6EntryPointPrivate/Qt6EntryPointPrivateTargets.cmake b/Qt6.5.1/ARM64/lib/cmake/Qt6EntryPointPrivate/Qt6EntryPointPrivateTargets.cmake index 77356a52b..103821590 100644 --- a/Qt6.5.1/ARM64/lib/cmake/Qt6EntryPointPrivate/Qt6EntryPointPrivateTargets.cmake +++ b/Qt6.5.1/ARM64/lib/cmake/Qt6EntryPointPrivate/Qt6EntryPointPrivateTargets.cmake @@ -3,11 +3,11 @@ if("${CMAKE_MAJOR_VERSION}.${CMAKE_MINOR_VERSION}" LESS 2.8) message(FATAL_ERROR "CMake >= 2.8.0 required") endif() -if(CMAKE_VERSION VERSION_LESS "2.8.3") - message(FATAL_ERROR "CMake >= 2.8.3 required") +if(CMAKE_VERSION VERSION_LESS "3.0.0") + message(FATAL_ERROR "CMake >= 3.0.0 required") endif() cmake_policy(PUSH) -cmake_policy(VERSION 2.8.3...3.24) +cmake_policy(VERSION 3.0.0...3.27) #---------------------------------------------------------------- # Generated CMake target import file. #---------------------------------------------------------------- @@ -77,10 +77,6 @@ set_target_properties(Qt6::EntryPointImplementation PROPERTIES INTERFACE_LINK_LIBRARIES "\$;\$" ) -if(CMAKE_VERSION VERSION_LESS 3.0.0) - message(FATAL_ERROR "This file relies on consumers using CMake 3.0.0 or greater.") -endif() - # Load information for each installed configuration. file(GLOB _cmake_config_files "${CMAKE_CURRENT_LIST_DIR}/Qt6EntryPointPrivateTargets-*.cmake") foreach(_cmake_config_file IN LISTS _cmake_config_files) @@ -94,9 +90,12 @@ set(_IMPORT_PREFIX) # Loop over all imported files and verify that they actually exist foreach(_cmake_target IN LISTS _cmake_import_check_targets) - foreach(_cmake_file IN LISTS "_cmake_import_check_files_for_${_cmake_target}") - if(NOT EXISTS "${_cmake_file}") - message(FATAL_ERROR "The imported target \"${_cmake_target}\" references the file + if(CMAKE_VERSION VERSION_LESS "3.28" + OR NOT DEFINED _cmake_import_check_xcframework_for_${_cmake_target} + OR NOT IS_DIRECTORY "${_cmake_import_check_xcframework_for_${_cmake_target}}") + foreach(_cmake_file IN LISTS "_cmake_import_check_files_for_${_cmake_target}") + if(NOT EXISTS "${_cmake_file}") + message(FATAL_ERROR "The imported target \"${_cmake_target}\" references the file \"${_cmake_file}\" but this file does not exist. Possible reasons include: * The file was deleted, renamed, or moved to another location. @@ -105,8 +104,9 @@ but this file does not exist. Possible reasons include: \"${CMAKE_CURRENT_LIST_FILE}\" but not all the files it references. ") - endif() - endforeach() + endif() + endforeach() + endif() unset(_cmake_file) unset("_cmake_import_check_files_for_${_cmake_target}") endforeach() diff --git a/Qt6.5.1/ARM64/lib/cmake/Qt6EntryPointPrivate/Qt6EntryPointPrivateVersionlessTargets.cmake b/Qt6.5.1/ARM64/lib/cmake/Qt6EntryPointPrivate/Qt6EntryPointPrivateVersionlessTargets.cmake index ec5fba361..618e5481d 100644 --- a/Qt6.5.1/ARM64/lib/cmake/Qt6EntryPointPrivate/Qt6EntryPointPrivateVersionlessTargets.cmake +++ b/Qt6.5.1/ARM64/lib/cmake/Qt6EntryPointPrivate/Qt6EntryPointPrivateVersionlessTargets.cmake @@ -3,11 +3,11 @@ if("${CMAKE_MAJOR_VERSION}.${CMAKE_MINOR_VERSION}" LESS 2.8) message(FATAL_ERROR "CMake >= 2.8.0 required") endif() -if(CMAKE_VERSION VERSION_LESS "2.8.3") - message(FATAL_ERROR "CMake >= 2.8.3 required") +if(CMAKE_VERSION VERSION_LESS "3.0.0") + message(FATAL_ERROR "CMake >= 3.0.0 required") endif() cmake_policy(PUSH) -cmake_policy(VERSION 2.8.3...3.24) +cmake_policy(VERSION 3.0.0...3.27) #---------------------------------------------------------------- # Generated CMake target import file. #---------------------------------------------------------------- @@ -63,10 +63,6 @@ set_target_properties(Qt::EntryPointPrivate PROPERTIES _qt_is_versionless_target "TRUE" ) -if(CMAKE_VERSION VERSION_LESS 3.0.0) - message(FATAL_ERROR "This file relies on consumers using CMake 3.0.0 or greater.") -endif() - # Load information for each installed configuration. file(GLOB _cmake_config_files "${CMAKE_CURRENT_LIST_DIR}/Qt6EntryPointPrivateVersionlessTargets-*.cmake") foreach(_cmake_config_file IN LISTS _cmake_config_files) @@ -80,9 +76,12 @@ set(_IMPORT_PREFIX) # Loop over all imported files and verify that they actually exist foreach(_cmake_target IN LISTS _cmake_import_check_targets) - foreach(_cmake_file IN LISTS "_cmake_import_check_files_for_${_cmake_target}") - if(NOT EXISTS "${_cmake_file}") - message(FATAL_ERROR "The imported target \"${_cmake_target}\" references the file + if(CMAKE_VERSION VERSION_LESS "3.28" + OR NOT DEFINED _cmake_import_check_xcframework_for_${_cmake_target} + OR NOT IS_DIRECTORY "${_cmake_import_check_xcframework_for_${_cmake_target}}") + foreach(_cmake_file IN LISTS "_cmake_import_check_files_for_${_cmake_target}") + if(NOT EXISTS "${_cmake_file}") + message(FATAL_ERROR "The imported target \"${_cmake_target}\" references the file \"${_cmake_file}\" but this file does not exist. Possible reasons include: * The file was deleted, renamed, or moved to another location. @@ -91,8 +90,9 @@ but this file does not exist. Possible reasons include: \"${CMAKE_CURRENT_LIST_FILE}\" but not all the files it references. ") - endif() - endforeach() + endif() + endforeach() + endif() unset(_cmake_file) unset("_cmake_import_check_files_for_${_cmake_target}") endforeach() diff --git a/Qt6.5.1/ARM64/lib/cmake/Qt6ExampleIconsPrivate/Qt6ExampleIconsPrivateConfigVersionImpl.cmake b/Qt6.5.1/ARM64/lib/cmake/Qt6ExampleIconsPrivate/Qt6ExampleIconsPrivateConfigVersionImpl.cmake index d4d963615..7cbfff0e9 100644 --- a/Qt6.5.1/ARM64/lib/cmake/Qt6ExampleIconsPrivate/Qt6ExampleIconsPrivateConfigVersionImpl.cmake +++ b/Qt6.5.1/ARM64/lib/cmake/Qt6ExampleIconsPrivate/Qt6ExampleIconsPrivateConfigVersionImpl.cmake @@ -31,7 +31,7 @@ endif() # if the installed or the using project don't have CMAKE_SIZEOF_VOID_P set, ignore it: -if(CMAKE_SIZEOF_VOID_P STREQUAL "" OR "8" STREQUAL "") +if("${CMAKE_SIZEOF_VOID_P}" STREQUAL "" OR "8" STREQUAL "") return() endif() diff --git a/Qt6.5.1/ARM64/lib/cmake/Qt6ExampleIconsPrivate/Qt6ExampleIconsPrivateTargets.cmake b/Qt6.5.1/ARM64/lib/cmake/Qt6ExampleIconsPrivate/Qt6ExampleIconsPrivateTargets.cmake index a97e72eb1..a932af4d4 100644 --- a/Qt6.5.1/ARM64/lib/cmake/Qt6ExampleIconsPrivate/Qt6ExampleIconsPrivateTargets.cmake +++ b/Qt6.5.1/ARM64/lib/cmake/Qt6ExampleIconsPrivate/Qt6ExampleIconsPrivateTargets.cmake @@ -3,11 +3,11 @@ if("${CMAKE_MAJOR_VERSION}.${CMAKE_MINOR_VERSION}" LESS 2.8) message(FATAL_ERROR "CMake >= 2.8.0 required") endif() -if(CMAKE_VERSION VERSION_LESS "2.8.3") - message(FATAL_ERROR "CMake >= 2.8.3 required") +if(CMAKE_VERSION VERSION_LESS "3.1.0") + message(FATAL_ERROR "CMake >= 3.1.0 required") endif() cmake_policy(PUSH) -cmake_policy(VERSION 2.8.3...3.24) +cmake_policy(VERSION 3.1.0...3.27) #---------------------------------------------------------------- # Generated CMake target import file. #---------------------------------------------------------------- @@ -83,10 +83,6 @@ set_target_properties(Qt6::ExampleIconsPrivate_resources_1 PROPERTIES _is_qt_propagated_object_library "TRUE" ) -if(CMAKE_VERSION VERSION_LESS 3.1.0) - message(FATAL_ERROR "This file relies on consumers using CMake 3.1.0 or greater.") -endif() - # Load information for each installed configuration. file(GLOB _cmake_config_files "${CMAKE_CURRENT_LIST_DIR}/Qt6ExampleIconsPrivateTargets-*.cmake") foreach(_cmake_config_file IN LISTS _cmake_config_files) @@ -100,9 +96,12 @@ set(_IMPORT_PREFIX) # Loop over all imported files and verify that they actually exist foreach(_cmake_target IN LISTS _cmake_import_check_targets) - foreach(_cmake_file IN LISTS "_cmake_import_check_files_for_${_cmake_target}") - if(NOT EXISTS "${_cmake_file}") - message(FATAL_ERROR "The imported target \"${_cmake_target}\" references the file + if(CMAKE_VERSION VERSION_LESS "3.28" + OR NOT DEFINED _cmake_import_check_xcframework_for_${_cmake_target} + OR NOT IS_DIRECTORY "${_cmake_import_check_xcframework_for_${_cmake_target}}") + foreach(_cmake_file IN LISTS "_cmake_import_check_files_for_${_cmake_target}") + if(NOT EXISTS "${_cmake_file}") + message(FATAL_ERROR "The imported target \"${_cmake_target}\" references the file \"${_cmake_file}\" but this file does not exist. Possible reasons include: * The file was deleted, renamed, or moved to another location. @@ -111,8 +110,9 @@ but this file does not exist. Possible reasons include: \"${CMAKE_CURRENT_LIST_FILE}\" but not all the files it references. ") - endif() - endforeach() + endif() + endforeach() + endif() unset(_cmake_file) unset("_cmake_import_check_files_for_${_cmake_target}") endforeach() diff --git a/Qt6.5.1/ARM64/lib/cmake/Qt6ExampleIconsPrivate/Qt6ExampleIconsPrivateVersionlessTargets.cmake b/Qt6.5.1/ARM64/lib/cmake/Qt6ExampleIconsPrivate/Qt6ExampleIconsPrivateVersionlessTargets.cmake index 78ec2a712..ff8805254 100644 --- a/Qt6.5.1/ARM64/lib/cmake/Qt6ExampleIconsPrivate/Qt6ExampleIconsPrivateVersionlessTargets.cmake +++ b/Qt6.5.1/ARM64/lib/cmake/Qt6ExampleIconsPrivate/Qt6ExampleIconsPrivateVersionlessTargets.cmake @@ -3,11 +3,11 @@ if("${CMAKE_MAJOR_VERSION}.${CMAKE_MINOR_VERSION}" LESS 2.8) message(FATAL_ERROR "CMake >= 2.8.0 required") endif() -if(CMAKE_VERSION VERSION_LESS "2.8.3") - message(FATAL_ERROR "CMake >= 2.8.3 required") +if(CMAKE_VERSION VERSION_LESS "3.0.0") + message(FATAL_ERROR "CMake >= 3.0.0 required") endif() cmake_policy(PUSH) -cmake_policy(VERSION 2.8.3...3.24) +cmake_policy(VERSION 3.0.0...3.27) #---------------------------------------------------------------- # Generated CMake target import file. #---------------------------------------------------------------- @@ -63,10 +63,6 @@ set_target_properties(Qt::ExampleIconsPrivate PROPERTIES _qt_is_versionless_target "TRUE" ) -if(CMAKE_VERSION VERSION_LESS 3.0.0) - message(FATAL_ERROR "This file relies on consumers using CMake 3.0.0 or greater.") -endif() - # Load information for each installed configuration. file(GLOB _cmake_config_files "${CMAKE_CURRENT_LIST_DIR}/Qt6ExampleIconsPrivateVersionlessTargets-*.cmake") foreach(_cmake_config_file IN LISTS _cmake_config_files) @@ -80,9 +76,12 @@ set(_IMPORT_PREFIX) # Loop over all imported files and verify that they actually exist foreach(_cmake_target IN LISTS _cmake_import_check_targets) - foreach(_cmake_file IN LISTS "_cmake_import_check_files_for_${_cmake_target}") - if(NOT EXISTS "${_cmake_file}") - message(FATAL_ERROR "The imported target \"${_cmake_target}\" references the file + if(CMAKE_VERSION VERSION_LESS "3.28" + OR NOT DEFINED _cmake_import_check_xcframework_for_${_cmake_target} + OR NOT IS_DIRECTORY "${_cmake_import_check_xcframework_for_${_cmake_target}}") + foreach(_cmake_file IN LISTS "_cmake_import_check_files_for_${_cmake_target}") + if(NOT EXISTS "${_cmake_file}") + message(FATAL_ERROR "The imported target \"${_cmake_target}\" references the file \"${_cmake_file}\" but this file does not exist. Possible reasons include: * The file was deleted, renamed, or moved to another location. @@ -91,8 +90,9 @@ but this file does not exist. Possible reasons include: \"${CMAKE_CURRENT_LIST_FILE}\" but not all the files it references. ") - endif() - endforeach() + endif() + endforeach() + endif() unset(_cmake_file) unset("_cmake_import_check_files_for_${_cmake_target}") endforeach() diff --git a/Qt6.5.1/ARM64/lib/cmake/Qt6FbSupportPrivate/Qt6FbSupportPrivateConfigVersionImpl.cmake b/Qt6.5.1/ARM64/lib/cmake/Qt6FbSupportPrivate/Qt6FbSupportPrivateConfigVersionImpl.cmake index d4d963615..7cbfff0e9 100644 --- a/Qt6.5.1/ARM64/lib/cmake/Qt6FbSupportPrivate/Qt6FbSupportPrivateConfigVersionImpl.cmake +++ b/Qt6.5.1/ARM64/lib/cmake/Qt6FbSupportPrivate/Qt6FbSupportPrivateConfigVersionImpl.cmake @@ -31,7 +31,7 @@ endif() # if the installed or the using project don't have CMAKE_SIZEOF_VOID_P set, ignore it: -if(CMAKE_SIZEOF_VOID_P STREQUAL "" OR "8" STREQUAL "") +if("${CMAKE_SIZEOF_VOID_P}" STREQUAL "" OR "8" STREQUAL "") return() endif() diff --git a/Qt6.5.1/ARM64/lib/cmake/Qt6FbSupportPrivate/Qt6FbSupportPrivateTargets.cmake b/Qt6.5.1/ARM64/lib/cmake/Qt6FbSupportPrivate/Qt6FbSupportPrivateTargets.cmake index ac92d3533..10fe80e35 100644 --- a/Qt6.5.1/ARM64/lib/cmake/Qt6FbSupportPrivate/Qt6FbSupportPrivateTargets.cmake +++ b/Qt6.5.1/ARM64/lib/cmake/Qt6FbSupportPrivate/Qt6FbSupportPrivateTargets.cmake @@ -3,11 +3,11 @@ if("${CMAKE_MAJOR_VERSION}.${CMAKE_MINOR_VERSION}" LESS 2.8) message(FATAL_ERROR "CMake >= 2.8.0 required") endif() -if(CMAKE_VERSION VERSION_LESS "2.8.3") - message(FATAL_ERROR "CMake >= 2.8.3 required") +if(CMAKE_VERSION VERSION_LESS "3.1.0") + message(FATAL_ERROR "CMake >= 3.1.0 required") endif() cmake_policy(PUSH) -cmake_policy(VERSION 2.8.3...3.24) +cmake_policy(VERSION 3.1.0...3.27) #---------------------------------------------------------------- # Generated CMake target import file. #---------------------------------------------------------------- @@ -75,10 +75,6 @@ set_target_properties(Qt6::FbSupportPrivate PROPERTIES _qt_package_version "6.5.1" ) -if(CMAKE_VERSION VERSION_LESS 3.1.0) - message(FATAL_ERROR "This file relies on consumers using CMake 3.1.0 or greater.") -endif() - # Load information for each installed configuration. file(GLOB _cmake_config_files "${CMAKE_CURRENT_LIST_DIR}/Qt6FbSupportPrivateTargets-*.cmake") foreach(_cmake_config_file IN LISTS _cmake_config_files) @@ -92,9 +88,12 @@ set(_IMPORT_PREFIX) # Loop over all imported files and verify that they actually exist foreach(_cmake_target IN LISTS _cmake_import_check_targets) - foreach(_cmake_file IN LISTS "_cmake_import_check_files_for_${_cmake_target}") - if(NOT EXISTS "${_cmake_file}") - message(FATAL_ERROR "The imported target \"${_cmake_target}\" references the file + if(CMAKE_VERSION VERSION_LESS "3.28" + OR NOT DEFINED _cmake_import_check_xcframework_for_${_cmake_target} + OR NOT IS_DIRECTORY "${_cmake_import_check_xcframework_for_${_cmake_target}}") + foreach(_cmake_file IN LISTS "_cmake_import_check_files_for_${_cmake_target}") + if(NOT EXISTS "${_cmake_file}") + message(FATAL_ERROR "The imported target \"${_cmake_target}\" references the file \"${_cmake_file}\" but this file does not exist. Possible reasons include: * The file was deleted, renamed, or moved to another location. @@ -103,8 +102,9 @@ but this file does not exist. Possible reasons include: \"${CMAKE_CURRENT_LIST_FILE}\" but not all the files it references. ") - endif() - endforeach() + endif() + endforeach() + endif() unset(_cmake_file) unset("_cmake_import_check_files_for_${_cmake_target}") endforeach() diff --git a/Qt6.5.1/ARM64/lib/cmake/Qt6FbSupportPrivate/Qt6FbSupportPrivateVersionlessTargets.cmake b/Qt6.5.1/ARM64/lib/cmake/Qt6FbSupportPrivate/Qt6FbSupportPrivateVersionlessTargets.cmake index 9080b5bd8..d5bb7b50a 100644 --- a/Qt6.5.1/ARM64/lib/cmake/Qt6FbSupportPrivate/Qt6FbSupportPrivateVersionlessTargets.cmake +++ b/Qt6.5.1/ARM64/lib/cmake/Qt6FbSupportPrivate/Qt6FbSupportPrivateVersionlessTargets.cmake @@ -3,11 +3,11 @@ if("${CMAKE_MAJOR_VERSION}.${CMAKE_MINOR_VERSION}" LESS 2.8) message(FATAL_ERROR "CMake >= 2.8.0 required") endif() -if(CMAKE_VERSION VERSION_LESS "2.8.3") - message(FATAL_ERROR "CMake >= 2.8.3 required") +if(CMAKE_VERSION VERSION_LESS "3.0.0") + message(FATAL_ERROR "CMake >= 3.0.0 required") endif() cmake_policy(PUSH) -cmake_policy(VERSION 2.8.3...3.24) +cmake_policy(VERSION 3.0.0...3.27) #---------------------------------------------------------------- # Generated CMake target import file. #---------------------------------------------------------------- @@ -63,10 +63,6 @@ set_target_properties(Qt::FbSupportPrivate PROPERTIES _qt_is_versionless_target "TRUE" ) -if(CMAKE_VERSION VERSION_LESS 3.0.0) - message(FATAL_ERROR "This file relies on consumers using CMake 3.0.0 or greater.") -endif() - # Load information for each installed configuration. file(GLOB _cmake_config_files "${CMAKE_CURRENT_LIST_DIR}/Qt6FbSupportPrivateVersionlessTargets-*.cmake") foreach(_cmake_config_file IN LISTS _cmake_config_files) @@ -80,9 +76,12 @@ set(_IMPORT_PREFIX) # Loop over all imported files and verify that they actually exist foreach(_cmake_target IN LISTS _cmake_import_check_targets) - foreach(_cmake_file IN LISTS "_cmake_import_check_files_for_${_cmake_target}") - if(NOT EXISTS "${_cmake_file}") - message(FATAL_ERROR "The imported target \"${_cmake_target}\" references the file + if(CMAKE_VERSION VERSION_LESS "3.28" + OR NOT DEFINED _cmake_import_check_xcframework_for_${_cmake_target} + OR NOT IS_DIRECTORY "${_cmake_import_check_xcframework_for_${_cmake_target}}") + foreach(_cmake_file IN LISTS "_cmake_import_check_files_for_${_cmake_target}") + if(NOT EXISTS "${_cmake_file}") + message(FATAL_ERROR "The imported target \"${_cmake_target}\" references the file \"${_cmake_file}\" but this file does not exist. Possible reasons include: * The file was deleted, renamed, or moved to another location. @@ -91,8 +90,9 @@ but this file does not exist. Possible reasons include: \"${CMAKE_CURRENT_LIST_FILE}\" but not all the files it references. ") - endif() - endforeach() + endif() + endforeach() + endif() unset(_cmake_file) unset("_cmake_import_check_files_for_${_cmake_target}") endforeach() diff --git a/Qt6.5.1/ARM64/lib/cmake/Qt6FreetypePrivate/Qt6FreetypePrivateConfigVersionImpl.cmake b/Qt6.5.1/ARM64/lib/cmake/Qt6FreetypePrivate/Qt6FreetypePrivateConfigVersionImpl.cmake index d4d963615..7cbfff0e9 100644 --- a/Qt6.5.1/ARM64/lib/cmake/Qt6FreetypePrivate/Qt6FreetypePrivateConfigVersionImpl.cmake +++ b/Qt6.5.1/ARM64/lib/cmake/Qt6FreetypePrivate/Qt6FreetypePrivateConfigVersionImpl.cmake @@ -31,7 +31,7 @@ endif() # if the installed or the using project don't have CMAKE_SIZEOF_VOID_P set, ignore it: -if(CMAKE_SIZEOF_VOID_P STREQUAL "" OR "8" STREQUAL "") +if("${CMAKE_SIZEOF_VOID_P}" STREQUAL "" OR "8" STREQUAL "") return() endif() diff --git a/Qt6.5.1/ARM64/lib/cmake/Qt6FreetypePrivate/Qt6FreetypePrivateTargets.cmake b/Qt6.5.1/ARM64/lib/cmake/Qt6FreetypePrivate/Qt6FreetypePrivateTargets.cmake index 6efea0e30..f36676431 100644 --- a/Qt6.5.1/ARM64/lib/cmake/Qt6FreetypePrivate/Qt6FreetypePrivateTargets.cmake +++ b/Qt6.5.1/ARM64/lib/cmake/Qt6FreetypePrivate/Qt6FreetypePrivateTargets.cmake @@ -3,11 +3,11 @@ if("${CMAKE_MAJOR_VERSION}.${CMAKE_MINOR_VERSION}" LESS 2.8) message(FATAL_ERROR "CMake >= 2.8.0 required") endif() -if(CMAKE_VERSION VERSION_LESS "2.8.3") - message(FATAL_ERROR "CMake >= 2.8.3 required") +if(CMAKE_VERSION VERSION_LESS "3.0.0") + message(FATAL_ERROR "CMake >= 3.0.0 required") endif() cmake_policy(PUSH) -cmake_policy(VERSION 2.8.3...3.24) +cmake_policy(VERSION 3.0.0...3.27) #---------------------------------------------------------------- # Generated CMake target import file. #---------------------------------------------------------------- @@ -72,10 +72,6 @@ set_target_properties(Qt6::FreetypePrivate PROPERTIES _qt_package_version "6.5.1" ) -if(CMAKE_VERSION VERSION_LESS 3.0.0) - message(FATAL_ERROR "This file relies on consumers using CMake 3.0.0 or greater.") -endif() - # Load information for each installed configuration. file(GLOB _cmake_config_files "${CMAKE_CURRENT_LIST_DIR}/Qt6FreetypePrivateTargets-*.cmake") foreach(_cmake_config_file IN LISTS _cmake_config_files) @@ -89,9 +85,12 @@ set(_IMPORT_PREFIX) # Loop over all imported files and verify that they actually exist foreach(_cmake_target IN LISTS _cmake_import_check_targets) - foreach(_cmake_file IN LISTS "_cmake_import_check_files_for_${_cmake_target}") - if(NOT EXISTS "${_cmake_file}") - message(FATAL_ERROR "The imported target \"${_cmake_target}\" references the file + if(CMAKE_VERSION VERSION_LESS "3.28" + OR NOT DEFINED _cmake_import_check_xcframework_for_${_cmake_target} + OR NOT IS_DIRECTORY "${_cmake_import_check_xcframework_for_${_cmake_target}}") + foreach(_cmake_file IN LISTS "_cmake_import_check_files_for_${_cmake_target}") + if(NOT EXISTS "${_cmake_file}") + message(FATAL_ERROR "The imported target \"${_cmake_target}\" references the file \"${_cmake_file}\" but this file does not exist. Possible reasons include: * The file was deleted, renamed, or moved to another location. @@ -100,8 +99,9 @@ but this file does not exist. Possible reasons include: \"${CMAKE_CURRENT_LIST_FILE}\" but not all the files it references. ") - endif() - endforeach() + endif() + endforeach() + endif() unset(_cmake_file) unset("_cmake_import_check_files_for_${_cmake_target}") endforeach() diff --git a/Qt6.5.1/ARM64/lib/cmake/Qt6FreetypePrivate/Qt6FreetypePrivateVersionlessTargets.cmake b/Qt6.5.1/ARM64/lib/cmake/Qt6FreetypePrivate/Qt6FreetypePrivateVersionlessTargets.cmake index 1a61a42f0..1167257f3 100644 --- a/Qt6.5.1/ARM64/lib/cmake/Qt6FreetypePrivate/Qt6FreetypePrivateVersionlessTargets.cmake +++ b/Qt6.5.1/ARM64/lib/cmake/Qt6FreetypePrivate/Qt6FreetypePrivateVersionlessTargets.cmake @@ -3,11 +3,11 @@ if("${CMAKE_MAJOR_VERSION}.${CMAKE_MINOR_VERSION}" LESS 2.8) message(FATAL_ERROR "CMake >= 2.8.0 required") endif() -if(CMAKE_VERSION VERSION_LESS "2.8.3") - message(FATAL_ERROR "CMake >= 2.8.3 required") +if(CMAKE_VERSION VERSION_LESS "3.0.0") + message(FATAL_ERROR "CMake >= 3.0.0 required") endif() cmake_policy(PUSH) -cmake_policy(VERSION 2.8.3...3.24) +cmake_policy(VERSION 3.0.0...3.27) #---------------------------------------------------------------- # Generated CMake target import file. #---------------------------------------------------------------- @@ -63,10 +63,6 @@ set_target_properties(Qt::FreetypePrivate PROPERTIES _qt_is_versionless_target "TRUE" ) -if(CMAKE_VERSION VERSION_LESS 3.0.0) - message(FATAL_ERROR "This file relies on consumers using CMake 3.0.0 or greater.") -endif() - # Load information for each installed configuration. file(GLOB _cmake_config_files "${CMAKE_CURRENT_LIST_DIR}/Qt6FreetypePrivateVersionlessTargets-*.cmake") foreach(_cmake_config_file IN LISTS _cmake_config_files) @@ -80,9 +76,12 @@ set(_IMPORT_PREFIX) # Loop over all imported files and verify that they actually exist foreach(_cmake_target IN LISTS _cmake_import_check_targets) - foreach(_cmake_file IN LISTS "_cmake_import_check_files_for_${_cmake_target}") - if(NOT EXISTS "${_cmake_file}") - message(FATAL_ERROR "The imported target \"${_cmake_target}\" references the file + if(CMAKE_VERSION VERSION_LESS "3.28" + OR NOT DEFINED _cmake_import_check_xcframework_for_${_cmake_target} + OR NOT IS_DIRECTORY "${_cmake_import_check_xcframework_for_${_cmake_target}}") + foreach(_cmake_file IN LISTS "_cmake_import_check_files_for_${_cmake_target}") + if(NOT EXISTS "${_cmake_file}") + message(FATAL_ERROR "The imported target \"${_cmake_target}\" references the file \"${_cmake_file}\" but this file does not exist. Possible reasons include: * The file was deleted, renamed, or moved to another location. @@ -91,8 +90,9 @@ but this file does not exist. Possible reasons include: \"${CMAKE_CURRENT_LIST_FILE}\" but not all the files it references. ") - endif() - endforeach() + endif() + endforeach() + endif() unset(_cmake_file) unset("_cmake_import_check_files_for_${_cmake_target}") endforeach() diff --git a/Qt6.5.1/ARM64/lib/cmake/Qt6Gui/Qt6GuiConfigVersionImpl.cmake b/Qt6.5.1/ARM64/lib/cmake/Qt6Gui/Qt6GuiConfigVersionImpl.cmake index d4d963615..7cbfff0e9 100644 --- a/Qt6.5.1/ARM64/lib/cmake/Qt6Gui/Qt6GuiConfigVersionImpl.cmake +++ b/Qt6.5.1/ARM64/lib/cmake/Qt6Gui/Qt6GuiConfigVersionImpl.cmake @@ -31,7 +31,7 @@ endif() # if the installed or the using project don't have CMAKE_SIZEOF_VOID_P set, ignore it: -if(CMAKE_SIZEOF_VOID_P STREQUAL "" OR "8" STREQUAL "") +if("${CMAKE_SIZEOF_VOID_P}" STREQUAL "" OR "8" STREQUAL "") return() endif() diff --git a/Qt6.5.1/ARM64/lib/cmake/Qt6Gui/Qt6GuiDependencies.cmake b/Qt6.5.1/ARM64/lib/cmake/Qt6Gui/Qt6GuiDependencies.cmake index b65ba84fa..6e8dccf48 100644 --- a/Qt6.5.1/ARM64/lib/cmake/Qt6Gui/Qt6GuiDependencies.cmake +++ b/Qt6.5.1/ARM64/lib/cmake/Qt6Gui/Qt6GuiDependencies.cmake @@ -26,7 +26,7 @@ endif() # note: _third_party_deps example: "ICU\\;FALSE\\;1.0\\;i18n uc data;ZLIB\\;FALSE\\;\\;" -set(__qt_Gui_third_party_deps "WrapVulkanHeaders\;TRUE\;\;\;") +set(__qt_Gui_third_party_deps "") _qt_internal_find_third_party_dependencies("Gui" __qt_Gui_third_party_deps) # Find Qt tool package. diff --git a/Qt6.5.1/ARM64/lib/cmake/Qt6Gui/Qt6GuiTargets.cmake b/Qt6.5.1/ARM64/lib/cmake/Qt6Gui/Qt6GuiTargets.cmake index fbbd6cc88..ae2b8d20a 100644 --- a/Qt6.5.1/ARM64/lib/cmake/Qt6Gui/Qt6GuiTargets.cmake +++ b/Qt6.5.1/ARM64/lib/cmake/Qt6Gui/Qt6GuiTargets.cmake @@ -3,11 +3,11 @@ if("${CMAKE_MAJOR_VERSION}.${CMAKE_MINOR_VERSION}" LESS 2.8) message(FATAL_ERROR "CMake >= 2.8.0 required") endif() -if(CMAKE_VERSION VERSION_LESS "2.8.3") - message(FATAL_ERROR "CMake >= 2.8.3 required") +if(CMAKE_VERSION VERSION_LESS "3.1.0") + message(FATAL_ERROR "CMake >= 3.1.0 required") endif() cmake_policy(PUSH) -cmake_policy(VERSION 2.8.3...3.24) +cmake_policy(VERSION 3.1.0...3.27) #---------------------------------------------------------------- # Generated CMake target import file. #---------------------------------------------------------------- @@ -62,14 +62,14 @@ set_target_properties(Qt6::Gui PROPERTIES COMPATIBLE_INTERFACE_STRING "QT_MAJOR_VERSION" INTERFACE_COMPILE_DEFINITIONS "QT_GUI_LIB" INTERFACE_INCLUDE_DIRECTORIES "${_IMPORT_PREFIX}/include/QtGui;${_IMPORT_PREFIX}/include" - INTERFACE_LINK_LIBRARIES "Qt6::Core;d3d11;dxgi;dxguid;dcomp;\$" + INTERFACE_LINK_LIBRARIES "Qt6::Core;d3d11;dxgi;dxguid;dcomp" INTERFACE_QT_MAJOR_VERSION "6" INTERFACE_SOURCES "\$<\$>:${_IMPORT_PREFIX}/./metatypes/qt6gui_metatypes.json>" MODULE_PLUGIN_TYPES "accessiblebridge;platforms;platforms_darwin;xcbglintegrations;platformthemes;platforminputcontexts;generic;iconengines;imageformats;egldeviceintegrations" QT_DISABLED_PRIVATE_FEATURES "accessibility_atspi_bridge;directfb;evdev;system_freetype;fontconfig;system_harfbuzz;qqnx_imf;integrityfb;kms;drm_atomic;libinput;integrityhid;libinput_axis_api;libinput_hires_wheel_support;linuxfb;vsp2;vnc;mtdev;vkkhrdisplay;egl_x11;eglfs;eglfs_brcm;eglfs_egldevice;eglfs_gbm;eglfs_vsp2;eglfs_mali;eglfs_viv;eglfs_rcar;eglfs_viv_wl;eglfs_openwfd;eglfs_x11;gif;ico;jpeg;system_jpeg;system_png;tslib;tuiotouch;xcb_glx;xcb_egl_plugin;xcb_native_painting;xrender;xcb_xlib;xcb_sm;system_xcb_xinput;xkbcommon;xkbcommon_x11;xlib" - QT_DISABLED_PUBLIC_FEATURES "accessibility_atspi_bridge;fontconfig;opengles2;opengles3;opengles31;opengles32;dynamicgl;opengl;openvg;egl;ico;xcb;xcb_glx_plugin;textmarkdownreader;system_textmarkdownreader;textmarkdownwriter;textodfwriter;imageformat_bmp" + QT_DISABLED_PUBLIC_FEATURES "accessibility_atspi_bridge;fontconfig;opengles2;opengles3;opengles31;opengles32;dynamicgl;opengl;vulkan;openvg;egl;ico;xcb;xcb_glx_plugin;textmarkdownreader;system_textmarkdownreader;textmarkdownwriter;textodfwriter;imageformat_bmp" QT_ENABLED_PRIVATE_FEATURES "directwrite;directwrite3;direct2d;direct2d1_1;freetype;harfbuzz;vkgen;png;imageio_text_loading;multiprocess;raster_64bit;raster_fp" - QT_ENABLED_PUBLIC_FEATURES "freetype;harfbuzz;vulkan;sessionmanager;texthtmlparser;cssparser;draganddrop;action;cursor;clipboard;wheelevent;tabletevent;im;highdpiscaling;validator;standarditemmodel;filesystemmodel;imageformatplugin;movie;imageformat_ppm;imageformat_xbm;imageformat_xpm;imageformat_png;imageformat_jpeg;image_heuristic_mask;image_text;picture;colornames;pdf;desktopservices;systemtrayicon;accessibility;whatsthis;undocommand;undostack;undogroup" + QT_ENABLED_PUBLIC_FEATURES "freetype;harfbuzz;sessionmanager;texthtmlparser;cssparser;draganddrop;action;cursor;clipboard;wheelevent;tabletevent;im;highdpiscaling;validator;standarditemmodel;filesystemmodel;imageformatplugin;movie;imageformat_ppm;imageformat_xbm;imageformat_xpm;imageformat_png;imageformat_jpeg;image_heuristic_mask;image_text;picture;colornames;pdf;desktopservices;systemtrayicon;accessibility;whatsthis;undocommand;undostack;undogroup" QT_QMAKE_PRIVATE_CONFIG "" QT_QMAKE_PUBLIC_CONFIG "" QT_QMAKE_PUBLIC_QT_CONFIG "" @@ -99,10 +99,6 @@ set_target_properties(Qt6::GuiPrivate PROPERTIES _qt_public_module_target_name "Gui" ) -if(CMAKE_VERSION VERSION_LESS 3.1.0) - message(FATAL_ERROR "This file relies on consumers using CMake 3.1.0 or greater.") -endif() - # Load information for each installed configuration. file(GLOB _cmake_config_files "${CMAKE_CURRENT_LIST_DIR}/Qt6GuiTargets-*.cmake") foreach(_cmake_config_file IN LISTS _cmake_config_files) @@ -116,9 +112,12 @@ set(_IMPORT_PREFIX) # Loop over all imported files and verify that they actually exist foreach(_cmake_target IN LISTS _cmake_import_check_targets) - foreach(_cmake_file IN LISTS "_cmake_import_check_files_for_${_cmake_target}") - if(NOT EXISTS "${_cmake_file}") - message(FATAL_ERROR "The imported target \"${_cmake_target}\" references the file + if(CMAKE_VERSION VERSION_LESS "3.28" + OR NOT DEFINED _cmake_import_check_xcframework_for_${_cmake_target} + OR NOT IS_DIRECTORY "${_cmake_import_check_xcframework_for_${_cmake_target}}") + foreach(_cmake_file IN LISTS "_cmake_import_check_files_for_${_cmake_target}") + if(NOT EXISTS "${_cmake_file}") + message(FATAL_ERROR "The imported target \"${_cmake_target}\" references the file \"${_cmake_file}\" but this file does not exist. Possible reasons include: * The file was deleted, renamed, or moved to another location. @@ -127,8 +126,9 @@ but this file does not exist. Possible reasons include: \"${CMAKE_CURRENT_LIST_FILE}\" but not all the files it references. ") - endif() - endforeach() + endif() + endforeach() + endif() unset(_cmake_file) unset("_cmake_import_check_files_for_${_cmake_target}") endforeach() diff --git a/Qt6.5.1/ARM64/lib/cmake/Qt6Gui/Qt6GuiVersionlessTargets.cmake b/Qt6.5.1/ARM64/lib/cmake/Qt6Gui/Qt6GuiVersionlessTargets.cmake index 461f132df..65ec09ce1 100644 --- a/Qt6.5.1/ARM64/lib/cmake/Qt6Gui/Qt6GuiVersionlessTargets.cmake +++ b/Qt6.5.1/ARM64/lib/cmake/Qt6Gui/Qt6GuiVersionlessTargets.cmake @@ -3,11 +3,11 @@ if("${CMAKE_MAJOR_VERSION}.${CMAKE_MINOR_VERSION}" LESS 2.8) message(FATAL_ERROR "CMake >= 2.8.0 required") endif() -if(CMAKE_VERSION VERSION_LESS "2.8.3") - message(FATAL_ERROR "CMake >= 2.8.3 required") +if(CMAKE_VERSION VERSION_LESS "3.0.0") + message(FATAL_ERROR "CMake >= 3.0.0 required") endif() cmake_policy(PUSH) -cmake_policy(VERSION 2.8.3...3.24) +cmake_policy(VERSION 3.0.0...3.27) #---------------------------------------------------------------- # Generated CMake target import file. #---------------------------------------------------------------- @@ -71,10 +71,6 @@ set_target_properties(Qt::GuiPrivate PROPERTIES _qt_is_versionless_target "TRUE" ) -if(CMAKE_VERSION VERSION_LESS 3.0.0) - message(FATAL_ERROR "This file relies on consumers using CMake 3.0.0 or greater.") -endif() - # Load information for each installed configuration. file(GLOB _cmake_config_files "${CMAKE_CURRENT_LIST_DIR}/Qt6GuiVersionlessTargets-*.cmake") foreach(_cmake_config_file IN LISTS _cmake_config_files) @@ -88,9 +84,12 @@ set(_IMPORT_PREFIX) # Loop over all imported files and verify that they actually exist foreach(_cmake_target IN LISTS _cmake_import_check_targets) - foreach(_cmake_file IN LISTS "_cmake_import_check_files_for_${_cmake_target}") - if(NOT EXISTS "${_cmake_file}") - message(FATAL_ERROR "The imported target \"${_cmake_target}\" references the file + if(CMAKE_VERSION VERSION_LESS "3.28" + OR NOT DEFINED _cmake_import_check_xcframework_for_${_cmake_target} + OR NOT IS_DIRECTORY "${_cmake_import_check_xcframework_for_${_cmake_target}}") + foreach(_cmake_file IN LISTS "_cmake_import_check_files_for_${_cmake_target}") + if(NOT EXISTS "${_cmake_file}") + message(FATAL_ERROR "The imported target \"${_cmake_target}\" references the file \"${_cmake_file}\" but this file does not exist. Possible reasons include: * The file was deleted, renamed, or moved to another location. @@ -99,8 +98,9 @@ but this file does not exist. Possible reasons include: \"${CMAKE_CURRENT_LIST_FILE}\" but not all the files it references. ") - endif() - endforeach() + endif() + endforeach() + endif() unset(_cmake_file) unset("_cmake_import_check_files_for_${_cmake_target}") endforeach() diff --git a/Qt6.5.1/ARM64/lib/cmake/Qt6Gui/Qt6QSvgIconPluginConfigVersionImpl.cmake b/Qt6.5.1/ARM64/lib/cmake/Qt6Gui/Qt6QSvgIconPluginConfigVersionImpl.cmake index d4d963615..7cbfff0e9 100644 --- a/Qt6.5.1/ARM64/lib/cmake/Qt6Gui/Qt6QSvgIconPluginConfigVersionImpl.cmake +++ b/Qt6.5.1/ARM64/lib/cmake/Qt6Gui/Qt6QSvgIconPluginConfigVersionImpl.cmake @@ -31,7 +31,7 @@ endif() # if the installed or the using project don't have CMAKE_SIZEOF_VOID_P set, ignore it: -if(CMAKE_SIZEOF_VOID_P STREQUAL "" OR "8" STREQUAL "") +if("${CMAKE_SIZEOF_VOID_P}" STREQUAL "" OR "8" STREQUAL "") return() endif() diff --git a/Qt6.5.1/ARM64/lib/cmake/Qt6Gui/Qt6QSvgIconPluginTargets-debug.cmake b/Qt6.5.1/ARM64/lib/cmake/Qt6Gui/Qt6QSvgIconPluginTargets-debug.cmake index 5a35b18cc..3c6cb344b 100644 --- a/Qt6.5.1/ARM64/lib/cmake/Qt6Gui/Qt6QSvgIconPluginTargets-debug.cmake +++ b/Qt6.5.1/ARM64/lib/cmake/Qt6Gui/Qt6QSvgIconPluginTargets-debug.cmake @@ -9,11 +9,11 @@ set(CMAKE_IMPORT_FILE_VERSION 1) set_property(TARGET Qt6::QSvgIconPlugin APPEND PROPERTY IMPORTED_CONFIGURATIONS DEBUG) set_target_properties(Qt6::QSvgIconPlugin PROPERTIES IMPORTED_COMMON_LANGUAGE_RUNTIME_DEBUG "" - IMPORTED_LOCATION_DEBUG "${_IMPORT_PREFIX}/./plugins/iconengines/qsvgicond.dll" + IMPORTED_LOCATION_DEBUG "${_IMPORT_PREFIX}/plugins/iconengines/qsvgicond.dll" ) list(APPEND _cmake_import_check_targets Qt6::QSvgIconPlugin ) -list(APPEND _cmake_import_check_files_for_Qt6::QSvgIconPlugin "${_IMPORT_PREFIX}/./plugins/iconengines/qsvgicond.dll" ) +list(APPEND _cmake_import_check_files_for_Qt6::QSvgIconPlugin "${_IMPORT_PREFIX}/plugins/iconengines/qsvgicond.dll" ) # Commands beyond this point should not need to know the version. set(CMAKE_IMPORT_FILE_VERSION) diff --git a/Qt6.5.1/ARM64/lib/cmake/Qt6Gui/Qt6QSvgIconPluginTargets-relwithdebinfo.cmake b/Qt6.5.1/ARM64/lib/cmake/Qt6Gui/Qt6QSvgIconPluginTargets-relwithdebinfo.cmake index e8417305b..6df8b2531 100644 --- a/Qt6.5.1/ARM64/lib/cmake/Qt6Gui/Qt6QSvgIconPluginTargets-relwithdebinfo.cmake +++ b/Qt6.5.1/ARM64/lib/cmake/Qt6Gui/Qt6QSvgIconPluginTargets-relwithdebinfo.cmake @@ -9,11 +9,11 @@ set(CMAKE_IMPORT_FILE_VERSION 1) set_property(TARGET Qt6::QSvgIconPlugin APPEND PROPERTY IMPORTED_CONFIGURATIONS RELWITHDEBINFO) set_target_properties(Qt6::QSvgIconPlugin PROPERTIES IMPORTED_COMMON_LANGUAGE_RUNTIME_RELWITHDEBINFO "" - IMPORTED_LOCATION_RELWITHDEBINFO "${_IMPORT_PREFIX}/./plugins/iconengines/qsvgicon.dll" + IMPORTED_LOCATION_RELWITHDEBINFO "${_IMPORT_PREFIX}/plugins/iconengines/qsvgicon.dll" ) list(APPEND _cmake_import_check_targets Qt6::QSvgIconPlugin ) -list(APPEND _cmake_import_check_files_for_Qt6::QSvgIconPlugin "${_IMPORT_PREFIX}/./plugins/iconengines/qsvgicon.dll" ) +list(APPEND _cmake_import_check_files_for_Qt6::QSvgIconPlugin "${_IMPORT_PREFIX}/plugins/iconengines/qsvgicon.dll" ) # Commands beyond this point should not need to know the version. set(CMAKE_IMPORT_FILE_VERSION) diff --git a/Qt6.5.1/ARM64/lib/cmake/Qt6Gui/Qt6QSvgIconPluginTargets.cmake b/Qt6.5.1/ARM64/lib/cmake/Qt6Gui/Qt6QSvgIconPluginTargets.cmake index 1b2729ada..1be41b021 100644 --- a/Qt6.5.1/ARM64/lib/cmake/Qt6Gui/Qt6QSvgIconPluginTargets.cmake +++ b/Qt6.5.1/ARM64/lib/cmake/Qt6Gui/Qt6QSvgIconPluginTargets.cmake @@ -7,7 +7,7 @@ if(CMAKE_VERSION VERSION_LESS "2.8.3") message(FATAL_ERROR "CMake >= 2.8.3 required") endif() cmake_policy(PUSH) -cmake_policy(VERSION 2.8.3...3.24) +cmake_policy(VERSION 2.8.3...3.27) #---------------------------------------------------------------- # Generated CMake target import file. #---------------------------------------------------------------- @@ -81,9 +81,12 @@ set(_IMPORT_PREFIX) # Loop over all imported files and verify that they actually exist foreach(_cmake_target IN LISTS _cmake_import_check_targets) - foreach(_cmake_file IN LISTS "_cmake_import_check_files_for_${_cmake_target}") - if(NOT EXISTS "${_cmake_file}") - message(FATAL_ERROR "The imported target \"${_cmake_target}\" references the file + if(CMAKE_VERSION VERSION_LESS "3.28" + OR NOT DEFINED _cmake_import_check_xcframework_for_${_cmake_target} + OR NOT IS_DIRECTORY "${_cmake_import_check_xcframework_for_${_cmake_target}}") + foreach(_cmake_file IN LISTS "_cmake_import_check_files_for_${_cmake_target}") + if(NOT EXISTS "${_cmake_file}") + message(FATAL_ERROR "The imported target \"${_cmake_target}\" references the file \"${_cmake_file}\" but this file does not exist. Possible reasons include: * The file was deleted, renamed, or moved to another location. @@ -92,8 +95,9 @@ but this file does not exist. Possible reasons include: \"${CMAKE_CURRENT_LIST_FILE}\" but not all the files it references. ") - endif() - endforeach() + endif() + endforeach() + endif() unset(_cmake_file) unset("_cmake_import_check_files_for_${_cmake_target}") endforeach() diff --git a/Qt6.5.1/ARM64/lib/cmake/Qt6Gui/Qt6QSvgPluginConfigVersionImpl.cmake b/Qt6.5.1/ARM64/lib/cmake/Qt6Gui/Qt6QSvgPluginConfigVersionImpl.cmake index d4d963615..7cbfff0e9 100644 --- a/Qt6.5.1/ARM64/lib/cmake/Qt6Gui/Qt6QSvgPluginConfigVersionImpl.cmake +++ b/Qt6.5.1/ARM64/lib/cmake/Qt6Gui/Qt6QSvgPluginConfigVersionImpl.cmake @@ -31,7 +31,7 @@ endif() # if the installed or the using project don't have CMAKE_SIZEOF_VOID_P set, ignore it: -if(CMAKE_SIZEOF_VOID_P STREQUAL "" OR "8" STREQUAL "") +if("${CMAKE_SIZEOF_VOID_P}" STREQUAL "" OR "8" STREQUAL "") return() endif() diff --git a/Qt6.5.1/ARM64/lib/cmake/Qt6Gui/Qt6QSvgPluginTargets-debug.cmake b/Qt6.5.1/ARM64/lib/cmake/Qt6Gui/Qt6QSvgPluginTargets-debug.cmake index 64e71c5ca..880584c11 100644 --- a/Qt6.5.1/ARM64/lib/cmake/Qt6Gui/Qt6QSvgPluginTargets-debug.cmake +++ b/Qt6.5.1/ARM64/lib/cmake/Qt6Gui/Qt6QSvgPluginTargets-debug.cmake @@ -9,11 +9,11 @@ set(CMAKE_IMPORT_FILE_VERSION 1) set_property(TARGET Qt6::QSvgPlugin APPEND PROPERTY IMPORTED_CONFIGURATIONS DEBUG) set_target_properties(Qt6::QSvgPlugin PROPERTIES IMPORTED_COMMON_LANGUAGE_RUNTIME_DEBUG "" - IMPORTED_LOCATION_DEBUG "${_IMPORT_PREFIX}/./plugins/imageformats/qsvgd.dll" + IMPORTED_LOCATION_DEBUG "${_IMPORT_PREFIX}/plugins/imageformats/qsvgd.dll" ) list(APPEND _cmake_import_check_targets Qt6::QSvgPlugin ) -list(APPEND _cmake_import_check_files_for_Qt6::QSvgPlugin "${_IMPORT_PREFIX}/./plugins/imageformats/qsvgd.dll" ) +list(APPEND _cmake_import_check_files_for_Qt6::QSvgPlugin "${_IMPORT_PREFIX}/plugins/imageformats/qsvgd.dll" ) # Commands beyond this point should not need to know the version. set(CMAKE_IMPORT_FILE_VERSION) diff --git a/Qt6.5.1/ARM64/lib/cmake/Qt6Gui/Qt6QSvgPluginTargets-relwithdebinfo.cmake b/Qt6.5.1/ARM64/lib/cmake/Qt6Gui/Qt6QSvgPluginTargets-relwithdebinfo.cmake index 7691fb539..1bd4890b1 100644 --- a/Qt6.5.1/ARM64/lib/cmake/Qt6Gui/Qt6QSvgPluginTargets-relwithdebinfo.cmake +++ b/Qt6.5.1/ARM64/lib/cmake/Qt6Gui/Qt6QSvgPluginTargets-relwithdebinfo.cmake @@ -9,11 +9,11 @@ set(CMAKE_IMPORT_FILE_VERSION 1) set_property(TARGET Qt6::QSvgPlugin APPEND PROPERTY IMPORTED_CONFIGURATIONS RELWITHDEBINFO) set_target_properties(Qt6::QSvgPlugin PROPERTIES IMPORTED_COMMON_LANGUAGE_RUNTIME_RELWITHDEBINFO "" - IMPORTED_LOCATION_RELWITHDEBINFO "${_IMPORT_PREFIX}/./plugins/imageformats/qsvg.dll" + IMPORTED_LOCATION_RELWITHDEBINFO "${_IMPORT_PREFIX}/plugins/imageformats/qsvg.dll" ) list(APPEND _cmake_import_check_targets Qt6::QSvgPlugin ) -list(APPEND _cmake_import_check_files_for_Qt6::QSvgPlugin "${_IMPORT_PREFIX}/./plugins/imageformats/qsvg.dll" ) +list(APPEND _cmake_import_check_files_for_Qt6::QSvgPlugin "${_IMPORT_PREFIX}/plugins/imageformats/qsvg.dll" ) # Commands beyond this point should not need to know the version. set(CMAKE_IMPORT_FILE_VERSION) diff --git a/Qt6.5.1/ARM64/lib/cmake/Qt6Gui/Qt6QSvgPluginTargets.cmake b/Qt6.5.1/ARM64/lib/cmake/Qt6Gui/Qt6QSvgPluginTargets.cmake index 8497142f7..b5114a749 100644 --- a/Qt6.5.1/ARM64/lib/cmake/Qt6Gui/Qt6QSvgPluginTargets.cmake +++ b/Qt6.5.1/ARM64/lib/cmake/Qt6Gui/Qt6QSvgPluginTargets.cmake @@ -7,7 +7,7 @@ if(CMAKE_VERSION VERSION_LESS "2.8.3") message(FATAL_ERROR "CMake >= 2.8.3 required") endif() cmake_policy(PUSH) -cmake_policy(VERSION 2.8.3...3.24) +cmake_policy(VERSION 2.8.3...3.27) #---------------------------------------------------------------- # Generated CMake target import file. #---------------------------------------------------------------- @@ -81,9 +81,12 @@ set(_IMPORT_PREFIX) # Loop over all imported files and verify that they actually exist foreach(_cmake_target IN LISTS _cmake_import_check_targets) - foreach(_cmake_file IN LISTS "_cmake_import_check_files_for_${_cmake_target}") - if(NOT EXISTS "${_cmake_file}") - message(FATAL_ERROR "The imported target \"${_cmake_target}\" references the file + if(CMAKE_VERSION VERSION_LESS "3.28" + OR NOT DEFINED _cmake_import_check_xcframework_for_${_cmake_target} + OR NOT IS_DIRECTORY "${_cmake_import_check_xcframework_for_${_cmake_target}}") + foreach(_cmake_file IN LISTS "_cmake_import_check_files_for_${_cmake_target}") + if(NOT EXISTS "${_cmake_file}") + message(FATAL_ERROR "The imported target \"${_cmake_target}\" references the file \"${_cmake_file}\" but this file does not exist. Possible reasons include: * The file was deleted, renamed, or moved to another location. @@ -92,8 +95,9 @@ but this file does not exist. Possible reasons include: \"${CMAKE_CURRENT_LIST_FILE}\" but not all the files it references. ") - endif() - endforeach() + endif() + endforeach() + endif() unset(_cmake_file) unset("_cmake_import_check_files_for_${_cmake_target}") endforeach() diff --git a/Qt6.5.1/ARM64/lib/cmake/Qt6Gui/Qt6QWindowsDirect2DIntegrationPluginConfigVersionImpl.cmake b/Qt6.5.1/ARM64/lib/cmake/Qt6Gui/Qt6QWindowsDirect2DIntegrationPluginConfigVersionImpl.cmake index d4d963615..7cbfff0e9 100644 --- a/Qt6.5.1/ARM64/lib/cmake/Qt6Gui/Qt6QWindowsDirect2DIntegrationPluginConfigVersionImpl.cmake +++ b/Qt6.5.1/ARM64/lib/cmake/Qt6Gui/Qt6QWindowsDirect2DIntegrationPluginConfigVersionImpl.cmake @@ -31,7 +31,7 @@ endif() # if the installed or the using project don't have CMAKE_SIZEOF_VOID_P set, ignore it: -if(CMAKE_SIZEOF_VOID_P STREQUAL "" OR "8" STREQUAL "") +if("${CMAKE_SIZEOF_VOID_P}" STREQUAL "" OR "8" STREQUAL "") return() endif() diff --git a/Qt6.5.1/ARM64/lib/cmake/Qt6Gui/Qt6QWindowsDirect2DIntegrationPluginTargets-debug.cmake b/Qt6.5.1/ARM64/lib/cmake/Qt6Gui/Qt6QWindowsDirect2DIntegrationPluginTargets-debug.cmake index f7dc8afed..129a05210 100644 --- a/Qt6.5.1/ARM64/lib/cmake/Qt6Gui/Qt6QWindowsDirect2DIntegrationPluginTargets-debug.cmake +++ b/Qt6.5.1/ARM64/lib/cmake/Qt6Gui/Qt6QWindowsDirect2DIntegrationPluginTargets-debug.cmake @@ -9,11 +9,11 @@ set(CMAKE_IMPORT_FILE_VERSION 1) set_property(TARGET Qt6::QWindowsDirect2DIntegrationPlugin APPEND PROPERTY IMPORTED_CONFIGURATIONS DEBUG) set_target_properties(Qt6::QWindowsDirect2DIntegrationPlugin PROPERTIES IMPORTED_COMMON_LANGUAGE_RUNTIME_DEBUG "" - IMPORTED_LOCATION_DEBUG "${_IMPORT_PREFIX}/./plugins/platforms/qdirect2dd.dll" + IMPORTED_LOCATION_DEBUG "${_IMPORT_PREFIX}/plugins/platforms/qdirect2dd.dll" ) list(APPEND _cmake_import_check_targets Qt6::QWindowsDirect2DIntegrationPlugin ) -list(APPEND _cmake_import_check_files_for_Qt6::QWindowsDirect2DIntegrationPlugin "${_IMPORT_PREFIX}/./plugins/platforms/qdirect2dd.dll" ) +list(APPEND _cmake_import_check_files_for_Qt6::QWindowsDirect2DIntegrationPlugin "${_IMPORT_PREFIX}/plugins/platforms/qdirect2dd.dll" ) # Commands beyond this point should not need to know the version. set(CMAKE_IMPORT_FILE_VERSION) diff --git a/Qt6.5.1/ARM64/lib/cmake/Qt6Gui/Qt6QWindowsDirect2DIntegrationPluginTargets-relwithdebinfo.cmake b/Qt6.5.1/ARM64/lib/cmake/Qt6Gui/Qt6QWindowsDirect2DIntegrationPluginTargets-relwithdebinfo.cmake index 0f7569660..66482a355 100644 --- a/Qt6.5.1/ARM64/lib/cmake/Qt6Gui/Qt6QWindowsDirect2DIntegrationPluginTargets-relwithdebinfo.cmake +++ b/Qt6.5.1/ARM64/lib/cmake/Qt6Gui/Qt6QWindowsDirect2DIntegrationPluginTargets-relwithdebinfo.cmake @@ -9,11 +9,11 @@ set(CMAKE_IMPORT_FILE_VERSION 1) set_property(TARGET Qt6::QWindowsDirect2DIntegrationPlugin APPEND PROPERTY IMPORTED_CONFIGURATIONS RELWITHDEBINFO) set_target_properties(Qt6::QWindowsDirect2DIntegrationPlugin PROPERTIES IMPORTED_COMMON_LANGUAGE_RUNTIME_RELWITHDEBINFO "" - IMPORTED_LOCATION_RELWITHDEBINFO "${_IMPORT_PREFIX}/./plugins/platforms/qdirect2d.dll" + IMPORTED_LOCATION_RELWITHDEBINFO "${_IMPORT_PREFIX}/plugins/platforms/qdirect2d.dll" ) list(APPEND _cmake_import_check_targets Qt6::QWindowsDirect2DIntegrationPlugin ) -list(APPEND _cmake_import_check_files_for_Qt6::QWindowsDirect2DIntegrationPlugin "${_IMPORT_PREFIX}/./plugins/platforms/qdirect2d.dll" ) +list(APPEND _cmake_import_check_files_for_Qt6::QWindowsDirect2DIntegrationPlugin "${_IMPORT_PREFIX}/plugins/platforms/qdirect2d.dll" ) # Commands beyond this point should not need to know the version. set(CMAKE_IMPORT_FILE_VERSION) diff --git a/Qt6.5.1/ARM64/lib/cmake/Qt6Gui/Qt6QWindowsDirect2DIntegrationPluginTargets.cmake b/Qt6.5.1/ARM64/lib/cmake/Qt6Gui/Qt6QWindowsDirect2DIntegrationPluginTargets.cmake index 933b48c14..ac38c9949 100644 --- a/Qt6.5.1/ARM64/lib/cmake/Qt6Gui/Qt6QWindowsDirect2DIntegrationPluginTargets.cmake +++ b/Qt6.5.1/ARM64/lib/cmake/Qt6Gui/Qt6QWindowsDirect2DIntegrationPluginTargets.cmake @@ -7,7 +7,7 @@ if(CMAKE_VERSION VERSION_LESS "2.8.3") message(FATAL_ERROR "CMake >= 2.8.3 required") endif() cmake_policy(PUSH) -cmake_policy(VERSION 2.8.3...3.24) +cmake_policy(VERSION 2.8.3...3.27) #---------------------------------------------------------------- # Generated CMake target import file. #---------------------------------------------------------------- @@ -81,9 +81,12 @@ set(_IMPORT_PREFIX) # Loop over all imported files and verify that they actually exist foreach(_cmake_target IN LISTS _cmake_import_check_targets) - foreach(_cmake_file IN LISTS "_cmake_import_check_files_for_${_cmake_target}") - if(NOT EXISTS "${_cmake_file}") - message(FATAL_ERROR "The imported target \"${_cmake_target}\" references the file + if(CMAKE_VERSION VERSION_LESS "3.28" + OR NOT DEFINED _cmake_import_check_xcframework_for_${_cmake_target} + OR NOT IS_DIRECTORY "${_cmake_import_check_xcframework_for_${_cmake_target}}") + foreach(_cmake_file IN LISTS "_cmake_import_check_files_for_${_cmake_target}") + if(NOT EXISTS "${_cmake_file}") + message(FATAL_ERROR "The imported target \"${_cmake_target}\" references the file \"${_cmake_file}\" but this file does not exist. Possible reasons include: * The file was deleted, renamed, or moved to another location. @@ -92,8 +95,9 @@ but this file does not exist. Possible reasons include: \"${CMAKE_CURRENT_LIST_FILE}\" but not all the files it references. ") - endif() - endforeach() + endif() + endforeach() + endif() unset(_cmake_file) unset("_cmake_import_check_files_for_${_cmake_target}") endforeach() diff --git a/Qt6.5.1/ARM64/lib/cmake/Qt6Gui/Qt6QWindowsIntegrationPluginConfigVersionImpl.cmake b/Qt6.5.1/ARM64/lib/cmake/Qt6Gui/Qt6QWindowsIntegrationPluginConfigVersionImpl.cmake index d4d963615..7cbfff0e9 100644 --- a/Qt6.5.1/ARM64/lib/cmake/Qt6Gui/Qt6QWindowsIntegrationPluginConfigVersionImpl.cmake +++ b/Qt6.5.1/ARM64/lib/cmake/Qt6Gui/Qt6QWindowsIntegrationPluginConfigVersionImpl.cmake @@ -31,7 +31,7 @@ endif() # if the installed or the using project don't have CMAKE_SIZEOF_VOID_P set, ignore it: -if(CMAKE_SIZEOF_VOID_P STREQUAL "" OR "8" STREQUAL "") +if("${CMAKE_SIZEOF_VOID_P}" STREQUAL "" OR "8" STREQUAL "") return() endif() diff --git a/Qt6.5.1/ARM64/lib/cmake/Qt6Gui/Qt6QWindowsIntegrationPluginTargets-debug.cmake b/Qt6.5.1/ARM64/lib/cmake/Qt6Gui/Qt6QWindowsIntegrationPluginTargets-debug.cmake index 7bf2bbd5f..1dcbc98fe 100644 --- a/Qt6.5.1/ARM64/lib/cmake/Qt6Gui/Qt6QWindowsIntegrationPluginTargets-debug.cmake +++ b/Qt6.5.1/ARM64/lib/cmake/Qt6Gui/Qt6QWindowsIntegrationPluginTargets-debug.cmake @@ -9,11 +9,11 @@ set(CMAKE_IMPORT_FILE_VERSION 1) set_property(TARGET Qt6::QWindowsIntegrationPlugin APPEND PROPERTY IMPORTED_CONFIGURATIONS DEBUG) set_target_properties(Qt6::QWindowsIntegrationPlugin PROPERTIES IMPORTED_COMMON_LANGUAGE_RUNTIME_DEBUG "" - IMPORTED_LOCATION_DEBUG "${_IMPORT_PREFIX}/./plugins/platforms/qwindowsd.dll" + IMPORTED_LOCATION_DEBUG "${_IMPORT_PREFIX}/plugins/platforms/qwindowsd.dll" ) list(APPEND _cmake_import_check_targets Qt6::QWindowsIntegrationPlugin ) -list(APPEND _cmake_import_check_files_for_Qt6::QWindowsIntegrationPlugin "${_IMPORT_PREFIX}/./plugins/platforms/qwindowsd.dll" ) +list(APPEND _cmake_import_check_files_for_Qt6::QWindowsIntegrationPlugin "${_IMPORT_PREFIX}/plugins/platforms/qwindowsd.dll" ) # Commands beyond this point should not need to know the version. set(CMAKE_IMPORT_FILE_VERSION) diff --git a/Qt6.5.1/ARM64/lib/cmake/Qt6Gui/Qt6QWindowsIntegrationPluginTargets-relwithdebinfo.cmake b/Qt6.5.1/ARM64/lib/cmake/Qt6Gui/Qt6QWindowsIntegrationPluginTargets-relwithdebinfo.cmake index a0d9041f3..9ee2ebca4 100644 --- a/Qt6.5.1/ARM64/lib/cmake/Qt6Gui/Qt6QWindowsIntegrationPluginTargets-relwithdebinfo.cmake +++ b/Qt6.5.1/ARM64/lib/cmake/Qt6Gui/Qt6QWindowsIntegrationPluginTargets-relwithdebinfo.cmake @@ -9,11 +9,11 @@ set(CMAKE_IMPORT_FILE_VERSION 1) set_property(TARGET Qt6::QWindowsIntegrationPlugin APPEND PROPERTY IMPORTED_CONFIGURATIONS RELWITHDEBINFO) set_target_properties(Qt6::QWindowsIntegrationPlugin PROPERTIES IMPORTED_COMMON_LANGUAGE_RUNTIME_RELWITHDEBINFO "" - IMPORTED_LOCATION_RELWITHDEBINFO "${_IMPORT_PREFIX}/./plugins/platforms/qwindows.dll" + IMPORTED_LOCATION_RELWITHDEBINFO "${_IMPORT_PREFIX}/plugins/platforms/qwindows.dll" ) list(APPEND _cmake_import_check_targets Qt6::QWindowsIntegrationPlugin ) -list(APPEND _cmake_import_check_files_for_Qt6::QWindowsIntegrationPlugin "${_IMPORT_PREFIX}/./plugins/platforms/qwindows.dll" ) +list(APPEND _cmake_import_check_files_for_Qt6::QWindowsIntegrationPlugin "${_IMPORT_PREFIX}/plugins/platforms/qwindows.dll" ) # Commands beyond this point should not need to know the version. set(CMAKE_IMPORT_FILE_VERSION) diff --git a/Qt6.5.1/ARM64/lib/cmake/Qt6Gui/Qt6QWindowsIntegrationPluginTargets.cmake b/Qt6.5.1/ARM64/lib/cmake/Qt6Gui/Qt6QWindowsIntegrationPluginTargets.cmake index d8a30f6f9..531e2f5cd 100644 --- a/Qt6.5.1/ARM64/lib/cmake/Qt6Gui/Qt6QWindowsIntegrationPluginTargets.cmake +++ b/Qt6.5.1/ARM64/lib/cmake/Qt6Gui/Qt6QWindowsIntegrationPluginTargets.cmake @@ -7,7 +7,7 @@ if(CMAKE_VERSION VERSION_LESS "2.8.3") message(FATAL_ERROR "CMake >= 2.8.3 required") endif() cmake_policy(PUSH) -cmake_policy(VERSION 2.8.3...3.24) +cmake_policy(VERSION 2.8.3...3.27) #---------------------------------------------------------------- # Generated CMake target import file. #---------------------------------------------------------------- @@ -81,9 +81,12 @@ set(_IMPORT_PREFIX) # Loop over all imported files and verify that they actually exist foreach(_cmake_target IN LISTS _cmake_import_check_targets) - foreach(_cmake_file IN LISTS "_cmake_import_check_files_for_${_cmake_target}") - if(NOT EXISTS "${_cmake_file}") - message(FATAL_ERROR "The imported target \"${_cmake_target}\" references the file + if(CMAKE_VERSION VERSION_LESS "3.28" + OR NOT DEFINED _cmake_import_check_xcframework_for_${_cmake_target} + OR NOT IS_DIRECTORY "${_cmake_import_check_xcframework_for_${_cmake_target}}") + foreach(_cmake_file IN LISTS "_cmake_import_check_files_for_${_cmake_target}") + if(NOT EXISTS "${_cmake_file}") + message(FATAL_ERROR "The imported target \"${_cmake_target}\" references the file \"${_cmake_file}\" but this file does not exist. Possible reasons include: * The file was deleted, renamed, or moved to another location. @@ -92,8 +95,9 @@ but this file does not exist. Possible reasons include: \"${CMAKE_CURRENT_LIST_FILE}\" but not all the files it references. ") - endif() - endforeach() + endif() + endforeach() + endif() unset(_cmake_file) unset("_cmake_import_check_files_for_${_cmake_target}") endforeach() diff --git a/Qt6.5.1/ARM64/lib/cmake/Qt6HarfbuzzPrivate/Qt6HarfbuzzPrivateConfigVersionImpl.cmake b/Qt6.5.1/ARM64/lib/cmake/Qt6HarfbuzzPrivate/Qt6HarfbuzzPrivateConfigVersionImpl.cmake index d4d963615..7cbfff0e9 100644 --- a/Qt6.5.1/ARM64/lib/cmake/Qt6HarfbuzzPrivate/Qt6HarfbuzzPrivateConfigVersionImpl.cmake +++ b/Qt6.5.1/ARM64/lib/cmake/Qt6HarfbuzzPrivate/Qt6HarfbuzzPrivateConfigVersionImpl.cmake @@ -31,7 +31,7 @@ endif() # if the installed or the using project don't have CMAKE_SIZEOF_VOID_P set, ignore it: -if(CMAKE_SIZEOF_VOID_P STREQUAL "" OR "8" STREQUAL "") +if("${CMAKE_SIZEOF_VOID_P}" STREQUAL "" OR "8" STREQUAL "") return() endif() diff --git a/Qt6.5.1/ARM64/lib/cmake/Qt6HarfbuzzPrivate/Qt6HarfbuzzPrivateTargets.cmake b/Qt6.5.1/ARM64/lib/cmake/Qt6HarfbuzzPrivate/Qt6HarfbuzzPrivateTargets.cmake index f5ced294e..2775923cc 100644 --- a/Qt6.5.1/ARM64/lib/cmake/Qt6HarfbuzzPrivate/Qt6HarfbuzzPrivateTargets.cmake +++ b/Qt6.5.1/ARM64/lib/cmake/Qt6HarfbuzzPrivate/Qt6HarfbuzzPrivateTargets.cmake @@ -3,11 +3,11 @@ if("${CMAKE_MAJOR_VERSION}.${CMAKE_MINOR_VERSION}" LESS 2.8) message(FATAL_ERROR "CMake >= 2.8.0 required") endif() -if(CMAKE_VERSION VERSION_LESS "2.8.3") - message(FATAL_ERROR "CMake >= 2.8.3 required") +if(CMAKE_VERSION VERSION_LESS "3.0.0") + message(FATAL_ERROR "CMake >= 3.0.0 required") endif() cmake_policy(PUSH) -cmake_policy(VERSION 2.8.3...3.24) +cmake_policy(VERSION 3.0.0...3.27) #---------------------------------------------------------------- # Generated CMake target import file. #---------------------------------------------------------------- @@ -72,10 +72,6 @@ set_target_properties(Qt6::HarfbuzzPrivate PROPERTIES _qt_package_version "6.5.1" ) -if(CMAKE_VERSION VERSION_LESS 3.0.0) - message(FATAL_ERROR "This file relies on consumers using CMake 3.0.0 or greater.") -endif() - # Load information for each installed configuration. file(GLOB _cmake_config_files "${CMAKE_CURRENT_LIST_DIR}/Qt6HarfbuzzPrivateTargets-*.cmake") foreach(_cmake_config_file IN LISTS _cmake_config_files) @@ -89,9 +85,12 @@ set(_IMPORT_PREFIX) # Loop over all imported files and verify that they actually exist foreach(_cmake_target IN LISTS _cmake_import_check_targets) - foreach(_cmake_file IN LISTS "_cmake_import_check_files_for_${_cmake_target}") - if(NOT EXISTS "${_cmake_file}") - message(FATAL_ERROR "The imported target \"${_cmake_target}\" references the file + if(CMAKE_VERSION VERSION_LESS "3.28" + OR NOT DEFINED _cmake_import_check_xcframework_for_${_cmake_target} + OR NOT IS_DIRECTORY "${_cmake_import_check_xcframework_for_${_cmake_target}}") + foreach(_cmake_file IN LISTS "_cmake_import_check_files_for_${_cmake_target}") + if(NOT EXISTS "${_cmake_file}") + message(FATAL_ERROR "The imported target \"${_cmake_target}\" references the file \"${_cmake_file}\" but this file does not exist. Possible reasons include: * The file was deleted, renamed, or moved to another location. @@ -100,8 +99,9 @@ but this file does not exist. Possible reasons include: \"${CMAKE_CURRENT_LIST_FILE}\" but not all the files it references. ") - endif() - endforeach() + endif() + endforeach() + endif() unset(_cmake_file) unset("_cmake_import_check_files_for_${_cmake_target}") endforeach() diff --git a/Qt6.5.1/ARM64/lib/cmake/Qt6HarfbuzzPrivate/Qt6HarfbuzzPrivateVersionlessTargets.cmake b/Qt6.5.1/ARM64/lib/cmake/Qt6HarfbuzzPrivate/Qt6HarfbuzzPrivateVersionlessTargets.cmake index 8b3a15b6b..b4c62ee97 100644 --- a/Qt6.5.1/ARM64/lib/cmake/Qt6HarfbuzzPrivate/Qt6HarfbuzzPrivateVersionlessTargets.cmake +++ b/Qt6.5.1/ARM64/lib/cmake/Qt6HarfbuzzPrivate/Qt6HarfbuzzPrivateVersionlessTargets.cmake @@ -3,11 +3,11 @@ if("${CMAKE_MAJOR_VERSION}.${CMAKE_MINOR_VERSION}" LESS 2.8) message(FATAL_ERROR "CMake >= 2.8.0 required") endif() -if(CMAKE_VERSION VERSION_LESS "2.8.3") - message(FATAL_ERROR "CMake >= 2.8.3 required") +if(CMAKE_VERSION VERSION_LESS "3.0.0") + message(FATAL_ERROR "CMake >= 3.0.0 required") endif() cmake_policy(PUSH) -cmake_policy(VERSION 2.8.3...3.24) +cmake_policy(VERSION 3.0.0...3.27) #---------------------------------------------------------------- # Generated CMake target import file. #---------------------------------------------------------------- @@ -63,10 +63,6 @@ set_target_properties(Qt::HarfbuzzPrivate PROPERTIES _qt_is_versionless_target "TRUE" ) -if(CMAKE_VERSION VERSION_LESS 3.0.0) - message(FATAL_ERROR "This file relies on consumers using CMake 3.0.0 or greater.") -endif() - # Load information for each installed configuration. file(GLOB _cmake_config_files "${CMAKE_CURRENT_LIST_DIR}/Qt6HarfbuzzPrivateVersionlessTargets-*.cmake") foreach(_cmake_config_file IN LISTS _cmake_config_files) @@ -80,9 +76,12 @@ set(_IMPORT_PREFIX) # Loop over all imported files and verify that they actually exist foreach(_cmake_target IN LISTS _cmake_import_check_targets) - foreach(_cmake_file IN LISTS "_cmake_import_check_files_for_${_cmake_target}") - if(NOT EXISTS "${_cmake_file}") - message(FATAL_ERROR "The imported target \"${_cmake_target}\" references the file + if(CMAKE_VERSION VERSION_LESS "3.28" + OR NOT DEFINED _cmake_import_check_xcframework_for_${_cmake_target} + OR NOT IS_DIRECTORY "${_cmake_import_check_xcframework_for_${_cmake_target}}") + foreach(_cmake_file IN LISTS "_cmake_import_check_files_for_${_cmake_target}") + if(NOT EXISTS "${_cmake_file}") + message(FATAL_ERROR "The imported target \"${_cmake_target}\" references the file \"${_cmake_file}\" but this file does not exist. Possible reasons include: * The file was deleted, renamed, or moved to another location. @@ -91,8 +90,9 @@ but this file does not exist. Possible reasons include: \"${CMAKE_CURRENT_LIST_FILE}\" but not all the files it references. ") - endif() - endforeach() + endif() + endforeach() + endif() unset(_cmake_file) unset("_cmake_import_check_files_for_${_cmake_target}") endforeach() diff --git a/Qt6.5.1/ARM64/lib/cmake/Qt6HostInfo/Qt6HostInfoConfig.cmake b/Qt6.5.1/ARM64/lib/cmake/Qt6HostInfo/Qt6HostInfoConfig.cmake index eb64b3e64..5cb8cd22a 100644 --- a/Qt6.5.1/ARM64/lib/cmake/Qt6HostInfo/Qt6HostInfoConfig.cmake +++ b/Qt6.5.1/ARM64/lib/cmake/Qt6HostInfo/Qt6HostInfoConfig.cmake @@ -12,16 +12,16 @@ set(QT6_HOST_INFO_INCLUDEDIR "include") set(QT6_HOST_INFO_LIBDIR "lib") set(QT6_HOST_INFO_MKSPECSDIR "mkspecs") set(QT6_HOST_INFO_ARCHDATADIR ".") -set(QT6_HOST_INFO_PLUGINSDIR "./plugins") -set(QT6_HOST_INFO_LIBEXECDIR "./bin") -set(QT6_HOST_INFO_QMLDIR "./qml") +set(QT6_HOST_INFO_PLUGINSDIR "plugins") +set(QT6_HOST_INFO_LIBEXECDIR "bin") +set(QT6_HOST_INFO_QMLDIR "qml") set(QT6_HOST_INFO_DATADIR ".") -set(QT6_HOST_INFO_DOCDIR "./doc") -set(QT6_HOST_INFO_TRANSLATIONSDIR "./translations") +set(QT6_HOST_INFO_DOCDIR "doc") +set(QT6_HOST_INFO_TRANSLATIONSDIR "translations") set(QT6_HOST_INFO_SYSCONFDIR "etc/xdg") set(QT6_HOST_INFO_EXAMPLESDIR "examples") set(QT6_HOST_INFO_TESTSDIR "tests") -set(QT6_HOST_INFO_DESCRIPTIONSDIR "./modules") +set(QT6_HOST_INFO_DESCRIPTIONSDIR "modules") set(QT6_HOST_INFO_QMAKE_MKSPEC "win32-arm64-msvc") set(QT6_HOST_INFO_ARCH "arm64") set(QT6_HOST_INFO_SUBARCHS "") diff --git a/Qt6.5.1/ARM64/lib/cmake/Qt6PngPrivate/Qt6PngPrivateConfigVersionImpl.cmake b/Qt6.5.1/ARM64/lib/cmake/Qt6PngPrivate/Qt6PngPrivateConfigVersionImpl.cmake index d4d963615..7cbfff0e9 100644 --- a/Qt6.5.1/ARM64/lib/cmake/Qt6PngPrivate/Qt6PngPrivateConfigVersionImpl.cmake +++ b/Qt6.5.1/ARM64/lib/cmake/Qt6PngPrivate/Qt6PngPrivateConfigVersionImpl.cmake @@ -31,7 +31,7 @@ endif() # if the installed or the using project don't have CMAKE_SIZEOF_VOID_P set, ignore it: -if(CMAKE_SIZEOF_VOID_P STREQUAL "" OR "8" STREQUAL "") +if("${CMAKE_SIZEOF_VOID_P}" STREQUAL "" OR "8" STREQUAL "") return() endif() diff --git a/Qt6.5.1/ARM64/lib/cmake/Qt6PngPrivate/Qt6PngPrivateTargets.cmake b/Qt6.5.1/ARM64/lib/cmake/Qt6PngPrivate/Qt6PngPrivateTargets.cmake index 5839f42b7..a965c4856 100644 --- a/Qt6.5.1/ARM64/lib/cmake/Qt6PngPrivate/Qt6PngPrivateTargets.cmake +++ b/Qt6.5.1/ARM64/lib/cmake/Qt6PngPrivate/Qt6PngPrivateTargets.cmake @@ -3,11 +3,11 @@ if("${CMAKE_MAJOR_VERSION}.${CMAKE_MINOR_VERSION}" LESS 2.8) message(FATAL_ERROR "CMake >= 2.8.0 required") endif() -if(CMAKE_VERSION VERSION_LESS "2.8.3") - message(FATAL_ERROR "CMake >= 2.8.3 required") +if(CMAKE_VERSION VERSION_LESS "3.0.0") + message(FATAL_ERROR "CMake >= 3.0.0 required") endif() cmake_policy(PUSH) -cmake_policy(VERSION 2.8.3...3.24) +cmake_policy(VERSION 3.0.0...3.27) #---------------------------------------------------------------- # Generated CMake target import file. #---------------------------------------------------------------- @@ -73,10 +73,6 @@ set_target_properties(Qt6::PngPrivate PROPERTIES _qt_package_version "6.5.1" ) -if(CMAKE_VERSION VERSION_LESS 3.0.0) - message(FATAL_ERROR "This file relies on consumers using CMake 3.0.0 or greater.") -endif() - # Load information for each installed configuration. file(GLOB _cmake_config_files "${CMAKE_CURRENT_LIST_DIR}/Qt6PngPrivateTargets-*.cmake") foreach(_cmake_config_file IN LISTS _cmake_config_files) @@ -90,9 +86,12 @@ set(_IMPORT_PREFIX) # Loop over all imported files and verify that they actually exist foreach(_cmake_target IN LISTS _cmake_import_check_targets) - foreach(_cmake_file IN LISTS "_cmake_import_check_files_for_${_cmake_target}") - if(NOT EXISTS "${_cmake_file}") - message(FATAL_ERROR "The imported target \"${_cmake_target}\" references the file + if(CMAKE_VERSION VERSION_LESS "3.28" + OR NOT DEFINED _cmake_import_check_xcframework_for_${_cmake_target} + OR NOT IS_DIRECTORY "${_cmake_import_check_xcframework_for_${_cmake_target}}") + foreach(_cmake_file IN LISTS "_cmake_import_check_files_for_${_cmake_target}") + if(NOT EXISTS "${_cmake_file}") + message(FATAL_ERROR "The imported target \"${_cmake_target}\" references the file \"${_cmake_file}\" but this file does not exist. Possible reasons include: * The file was deleted, renamed, or moved to another location. @@ -101,8 +100,9 @@ but this file does not exist. Possible reasons include: \"${CMAKE_CURRENT_LIST_FILE}\" but not all the files it references. ") - endif() - endforeach() + endif() + endforeach() + endif() unset(_cmake_file) unset("_cmake_import_check_files_for_${_cmake_target}") endforeach() diff --git a/Qt6.5.1/ARM64/lib/cmake/Qt6PngPrivate/Qt6PngPrivateVersionlessTargets.cmake b/Qt6.5.1/ARM64/lib/cmake/Qt6PngPrivate/Qt6PngPrivateVersionlessTargets.cmake index 320811272..d429621f7 100644 --- a/Qt6.5.1/ARM64/lib/cmake/Qt6PngPrivate/Qt6PngPrivateVersionlessTargets.cmake +++ b/Qt6.5.1/ARM64/lib/cmake/Qt6PngPrivate/Qt6PngPrivateVersionlessTargets.cmake @@ -3,11 +3,11 @@ if("${CMAKE_MAJOR_VERSION}.${CMAKE_MINOR_VERSION}" LESS 2.8) message(FATAL_ERROR "CMake >= 2.8.0 required") endif() -if(CMAKE_VERSION VERSION_LESS "2.8.3") - message(FATAL_ERROR "CMake >= 2.8.3 required") +if(CMAKE_VERSION VERSION_LESS "3.0.0") + message(FATAL_ERROR "CMake >= 3.0.0 required") endif() cmake_policy(PUSH) -cmake_policy(VERSION 2.8.3...3.24) +cmake_policy(VERSION 3.0.0...3.27) #---------------------------------------------------------------- # Generated CMake target import file. #---------------------------------------------------------------- @@ -63,10 +63,6 @@ set_target_properties(Qt::PngPrivate PROPERTIES _qt_is_versionless_target "TRUE" ) -if(CMAKE_VERSION VERSION_LESS 3.0.0) - message(FATAL_ERROR "This file relies on consumers using CMake 3.0.0 or greater.") -endif() - # Load information for each installed configuration. file(GLOB _cmake_config_files "${CMAKE_CURRENT_LIST_DIR}/Qt6PngPrivateVersionlessTargets-*.cmake") foreach(_cmake_config_file IN LISTS _cmake_config_files) @@ -80,9 +76,12 @@ set(_IMPORT_PREFIX) # Loop over all imported files and verify that they actually exist foreach(_cmake_target IN LISTS _cmake_import_check_targets) - foreach(_cmake_file IN LISTS "_cmake_import_check_files_for_${_cmake_target}") - if(NOT EXISTS "${_cmake_file}") - message(FATAL_ERROR "The imported target \"${_cmake_target}\" references the file + if(CMAKE_VERSION VERSION_LESS "3.28" + OR NOT DEFINED _cmake_import_check_xcframework_for_${_cmake_target} + OR NOT IS_DIRECTORY "${_cmake_import_check_xcframework_for_${_cmake_target}}") + foreach(_cmake_file IN LISTS "_cmake_import_check_files_for_${_cmake_target}") + if(NOT EXISTS "${_cmake_file}") + message(FATAL_ERROR "The imported target \"${_cmake_target}\" references the file \"${_cmake_file}\" but this file does not exist. Possible reasons include: * The file was deleted, renamed, or moved to another location. @@ -91,8 +90,9 @@ but this file does not exist. Possible reasons include: \"${CMAKE_CURRENT_LIST_FILE}\" but not all the files it references. ") - endif() - endforeach() + endif() + endforeach() + endif() unset(_cmake_file) unset("_cmake_import_check_files_for_${_cmake_target}") endforeach() diff --git a/Qt6.5.1/ARM64/lib/cmake/Qt6Svg/Qt6SvgConfigVersionImpl.cmake b/Qt6.5.1/ARM64/lib/cmake/Qt6Svg/Qt6SvgConfigVersionImpl.cmake index d4d963615..7cbfff0e9 100644 --- a/Qt6.5.1/ARM64/lib/cmake/Qt6Svg/Qt6SvgConfigVersionImpl.cmake +++ b/Qt6.5.1/ARM64/lib/cmake/Qt6Svg/Qt6SvgConfigVersionImpl.cmake @@ -31,7 +31,7 @@ endif() # if the installed or the using project don't have CMAKE_SIZEOF_VOID_P set, ignore it: -if(CMAKE_SIZEOF_VOID_P STREQUAL "" OR "8" STREQUAL "") +if("${CMAKE_SIZEOF_VOID_P}" STREQUAL "" OR "8" STREQUAL "") return() endif() diff --git a/Qt6.5.1/ARM64/lib/cmake/Qt6Svg/Qt6SvgTargets.cmake b/Qt6.5.1/ARM64/lib/cmake/Qt6Svg/Qt6SvgTargets.cmake index 9161f2021..44b5e466d 100644 --- a/Qt6.5.1/ARM64/lib/cmake/Qt6Svg/Qt6SvgTargets.cmake +++ b/Qt6.5.1/ARM64/lib/cmake/Qt6Svg/Qt6SvgTargets.cmake @@ -3,11 +3,11 @@ if("${CMAKE_MAJOR_VERSION}.${CMAKE_MINOR_VERSION}" LESS 2.8) message(FATAL_ERROR "CMake >= 2.8.0 required") endif() -if(CMAKE_VERSION VERSION_LESS "2.8.3") - message(FATAL_ERROR "CMake >= 2.8.3 required") +if(CMAKE_VERSION VERSION_LESS "3.1.0") + message(FATAL_ERROR "CMake >= 3.1.0 required") endif() cmake_policy(PUSH) -cmake_policy(VERSION 2.8.3...3.24) +cmake_policy(VERSION 3.1.0...3.27) #---------------------------------------------------------------- # Generated CMake target import file. #---------------------------------------------------------------- @@ -90,10 +90,6 @@ set_target_properties(Qt6::SvgPrivate PROPERTIES _qt_public_module_target_name "Svg" ) -if(CMAKE_VERSION VERSION_LESS 3.1.0) - message(FATAL_ERROR "This file relies on consumers using CMake 3.1.0 or greater.") -endif() - # Load information for each installed configuration. file(GLOB _cmake_config_files "${CMAKE_CURRENT_LIST_DIR}/Qt6SvgTargets-*.cmake") foreach(_cmake_config_file IN LISTS _cmake_config_files) @@ -107,9 +103,12 @@ set(_IMPORT_PREFIX) # Loop over all imported files and verify that they actually exist foreach(_cmake_target IN LISTS _cmake_import_check_targets) - foreach(_cmake_file IN LISTS "_cmake_import_check_files_for_${_cmake_target}") - if(NOT EXISTS "${_cmake_file}") - message(FATAL_ERROR "The imported target \"${_cmake_target}\" references the file + if(CMAKE_VERSION VERSION_LESS "3.28" + OR NOT DEFINED _cmake_import_check_xcframework_for_${_cmake_target} + OR NOT IS_DIRECTORY "${_cmake_import_check_xcframework_for_${_cmake_target}}") + foreach(_cmake_file IN LISTS "_cmake_import_check_files_for_${_cmake_target}") + if(NOT EXISTS "${_cmake_file}") + message(FATAL_ERROR "The imported target \"${_cmake_target}\" references the file \"${_cmake_file}\" but this file does not exist. Possible reasons include: * The file was deleted, renamed, or moved to another location. @@ -118,8 +117,9 @@ but this file does not exist. Possible reasons include: \"${CMAKE_CURRENT_LIST_FILE}\" but not all the files it references. ") - endif() - endforeach() + endif() + endforeach() + endif() unset(_cmake_file) unset("_cmake_import_check_files_for_${_cmake_target}") endforeach() diff --git a/Qt6.5.1/ARM64/lib/cmake/Qt6Svg/Qt6SvgVersionlessTargets.cmake b/Qt6.5.1/ARM64/lib/cmake/Qt6Svg/Qt6SvgVersionlessTargets.cmake index 0a90970eb..80cd48270 100644 --- a/Qt6.5.1/ARM64/lib/cmake/Qt6Svg/Qt6SvgVersionlessTargets.cmake +++ b/Qt6.5.1/ARM64/lib/cmake/Qt6Svg/Qt6SvgVersionlessTargets.cmake @@ -3,11 +3,11 @@ if("${CMAKE_MAJOR_VERSION}.${CMAKE_MINOR_VERSION}" LESS 2.8) message(FATAL_ERROR "CMake >= 2.8.0 required") endif() -if(CMAKE_VERSION VERSION_LESS "2.8.3") - message(FATAL_ERROR "CMake >= 2.8.3 required") +if(CMAKE_VERSION VERSION_LESS "3.0.0") + message(FATAL_ERROR "CMake >= 3.0.0 required") endif() cmake_policy(PUSH) -cmake_policy(VERSION 2.8.3...3.24) +cmake_policy(VERSION 3.0.0...3.27) #---------------------------------------------------------------- # Generated CMake target import file. #---------------------------------------------------------------- @@ -71,10 +71,6 @@ set_target_properties(Qt::SvgPrivate PROPERTIES _qt_is_versionless_target "TRUE" ) -if(CMAKE_VERSION VERSION_LESS 3.0.0) - message(FATAL_ERROR "This file relies on consumers using CMake 3.0.0 or greater.") -endif() - # Load information for each installed configuration. file(GLOB _cmake_config_files "${CMAKE_CURRENT_LIST_DIR}/Qt6SvgVersionlessTargets-*.cmake") foreach(_cmake_config_file IN LISTS _cmake_config_files) @@ -88,9 +84,12 @@ set(_IMPORT_PREFIX) # Loop over all imported files and verify that they actually exist foreach(_cmake_target IN LISTS _cmake_import_check_targets) - foreach(_cmake_file IN LISTS "_cmake_import_check_files_for_${_cmake_target}") - if(NOT EXISTS "${_cmake_file}") - message(FATAL_ERROR "The imported target \"${_cmake_target}\" references the file + if(CMAKE_VERSION VERSION_LESS "3.28" + OR NOT DEFINED _cmake_import_check_xcframework_for_${_cmake_target} + OR NOT IS_DIRECTORY "${_cmake_import_check_xcframework_for_${_cmake_target}}") + foreach(_cmake_file IN LISTS "_cmake_import_check_files_for_${_cmake_target}") + if(NOT EXISTS "${_cmake_file}") + message(FATAL_ERROR "The imported target \"${_cmake_target}\" references the file \"${_cmake_file}\" but this file does not exist. Possible reasons include: * The file was deleted, renamed, or moved to another location. @@ -99,8 +98,9 @@ but this file does not exist. Possible reasons include: \"${CMAKE_CURRENT_LIST_FILE}\" but not all the files it references. ") - endif() - endforeach() + endif() + endforeach() + endif() unset(_cmake_file) unset("_cmake_import_check_files_for_${_cmake_target}") endforeach() diff --git a/Qt6.5.1/ARM64/lib/cmake/Qt6SvgWidgets/Qt6SvgWidgetsConfigVersionImpl.cmake b/Qt6.5.1/ARM64/lib/cmake/Qt6SvgWidgets/Qt6SvgWidgetsConfigVersionImpl.cmake index d4d963615..7cbfff0e9 100644 --- a/Qt6.5.1/ARM64/lib/cmake/Qt6SvgWidgets/Qt6SvgWidgetsConfigVersionImpl.cmake +++ b/Qt6.5.1/ARM64/lib/cmake/Qt6SvgWidgets/Qt6SvgWidgetsConfigVersionImpl.cmake @@ -31,7 +31,7 @@ endif() # if the installed or the using project don't have CMAKE_SIZEOF_VOID_P set, ignore it: -if(CMAKE_SIZEOF_VOID_P STREQUAL "" OR "8" STREQUAL "") +if("${CMAKE_SIZEOF_VOID_P}" STREQUAL "" OR "8" STREQUAL "") return() endif() diff --git a/Qt6.5.1/ARM64/lib/cmake/Qt6SvgWidgets/Qt6SvgWidgetsTargets.cmake b/Qt6.5.1/ARM64/lib/cmake/Qt6SvgWidgets/Qt6SvgWidgetsTargets.cmake index 2de12ea01..6ce804eed 100644 --- a/Qt6.5.1/ARM64/lib/cmake/Qt6SvgWidgets/Qt6SvgWidgetsTargets.cmake +++ b/Qt6.5.1/ARM64/lib/cmake/Qt6SvgWidgets/Qt6SvgWidgetsTargets.cmake @@ -3,11 +3,11 @@ if("${CMAKE_MAJOR_VERSION}.${CMAKE_MINOR_VERSION}" LESS 2.8) message(FATAL_ERROR "CMake >= 2.8.0 required") endif() -if(CMAKE_VERSION VERSION_LESS "2.8.3") - message(FATAL_ERROR "CMake >= 2.8.3 required") +if(CMAKE_VERSION VERSION_LESS "3.1.0") + message(FATAL_ERROR "CMake >= 3.1.0 required") endif() cmake_policy(PUSH) -cmake_policy(VERSION 2.8.3...3.24) +cmake_policy(VERSION 3.1.0...3.27) #---------------------------------------------------------------- # Generated CMake target import file. #---------------------------------------------------------------- @@ -89,10 +89,6 @@ set_target_properties(Qt6::SvgWidgetsPrivate PROPERTIES _qt_public_module_target_name "SvgWidgets" ) -if(CMAKE_VERSION VERSION_LESS 3.1.0) - message(FATAL_ERROR "This file relies on consumers using CMake 3.1.0 or greater.") -endif() - # Load information for each installed configuration. file(GLOB _cmake_config_files "${CMAKE_CURRENT_LIST_DIR}/Qt6SvgWidgetsTargets-*.cmake") foreach(_cmake_config_file IN LISTS _cmake_config_files) @@ -106,9 +102,12 @@ set(_IMPORT_PREFIX) # Loop over all imported files and verify that they actually exist foreach(_cmake_target IN LISTS _cmake_import_check_targets) - foreach(_cmake_file IN LISTS "_cmake_import_check_files_for_${_cmake_target}") - if(NOT EXISTS "${_cmake_file}") - message(FATAL_ERROR "The imported target \"${_cmake_target}\" references the file + if(CMAKE_VERSION VERSION_LESS "3.28" + OR NOT DEFINED _cmake_import_check_xcframework_for_${_cmake_target} + OR NOT IS_DIRECTORY "${_cmake_import_check_xcframework_for_${_cmake_target}}") + foreach(_cmake_file IN LISTS "_cmake_import_check_files_for_${_cmake_target}") + if(NOT EXISTS "${_cmake_file}") + message(FATAL_ERROR "The imported target \"${_cmake_target}\" references the file \"${_cmake_file}\" but this file does not exist. Possible reasons include: * The file was deleted, renamed, or moved to another location. @@ -117,8 +116,9 @@ but this file does not exist. Possible reasons include: \"${CMAKE_CURRENT_LIST_FILE}\" but not all the files it references. ") - endif() - endforeach() + endif() + endforeach() + endif() unset(_cmake_file) unset("_cmake_import_check_files_for_${_cmake_target}") endforeach() diff --git a/Qt6.5.1/ARM64/lib/cmake/Qt6SvgWidgets/Qt6SvgWidgetsVersionlessTargets.cmake b/Qt6.5.1/ARM64/lib/cmake/Qt6SvgWidgets/Qt6SvgWidgetsVersionlessTargets.cmake index 6c55b1385..ed1553f6c 100644 --- a/Qt6.5.1/ARM64/lib/cmake/Qt6SvgWidgets/Qt6SvgWidgetsVersionlessTargets.cmake +++ b/Qt6.5.1/ARM64/lib/cmake/Qt6SvgWidgets/Qt6SvgWidgetsVersionlessTargets.cmake @@ -3,11 +3,11 @@ if("${CMAKE_MAJOR_VERSION}.${CMAKE_MINOR_VERSION}" LESS 2.8) message(FATAL_ERROR "CMake >= 2.8.0 required") endif() -if(CMAKE_VERSION VERSION_LESS "2.8.3") - message(FATAL_ERROR "CMake >= 2.8.3 required") +if(CMAKE_VERSION VERSION_LESS "3.0.0") + message(FATAL_ERROR "CMake >= 3.0.0 required") endif() cmake_policy(PUSH) -cmake_policy(VERSION 2.8.3...3.24) +cmake_policy(VERSION 3.0.0...3.27) #---------------------------------------------------------------- # Generated CMake target import file. #---------------------------------------------------------------- @@ -71,10 +71,6 @@ set_target_properties(Qt::SvgWidgetsPrivate PROPERTIES _qt_is_versionless_target "TRUE" ) -if(CMAKE_VERSION VERSION_LESS 3.0.0) - message(FATAL_ERROR "This file relies on consumers using CMake 3.0.0 or greater.") -endif() - # Load information for each installed configuration. file(GLOB _cmake_config_files "${CMAKE_CURRENT_LIST_DIR}/Qt6SvgWidgetsVersionlessTargets-*.cmake") foreach(_cmake_config_file IN LISTS _cmake_config_files) @@ -88,9 +84,12 @@ set(_IMPORT_PREFIX) # Loop over all imported files and verify that they actually exist foreach(_cmake_target IN LISTS _cmake_import_check_targets) - foreach(_cmake_file IN LISTS "_cmake_import_check_files_for_${_cmake_target}") - if(NOT EXISTS "${_cmake_file}") - message(FATAL_ERROR "The imported target \"${_cmake_target}\" references the file + if(CMAKE_VERSION VERSION_LESS "3.28" + OR NOT DEFINED _cmake_import_check_xcframework_for_${_cmake_target} + OR NOT IS_DIRECTORY "${_cmake_import_check_xcframework_for_${_cmake_target}}") + foreach(_cmake_file IN LISTS "_cmake_import_check_files_for_${_cmake_target}") + if(NOT EXISTS "${_cmake_file}") + message(FATAL_ERROR "The imported target \"${_cmake_target}\" references the file \"${_cmake_file}\" but this file does not exist. Possible reasons include: * The file was deleted, renamed, or moved to another location. @@ -99,8 +98,9 @@ but this file does not exist. Possible reasons include: \"${CMAKE_CURRENT_LIST_FILE}\" but not all the files it references. ") - endif() - endforeach() + endif() + endforeach() + endif() unset(_cmake_file) unset("_cmake_import_check_files_for_${_cmake_target}") endforeach() diff --git a/Qt6.5.1/ARM64/lib/cmake/Qt6Widgets/Qt6QWindowsVistaStylePluginConfigVersionImpl.cmake b/Qt6.5.1/ARM64/lib/cmake/Qt6Widgets/Qt6QWindowsVistaStylePluginConfigVersionImpl.cmake index d4d963615..7cbfff0e9 100644 --- a/Qt6.5.1/ARM64/lib/cmake/Qt6Widgets/Qt6QWindowsVistaStylePluginConfigVersionImpl.cmake +++ b/Qt6.5.1/ARM64/lib/cmake/Qt6Widgets/Qt6QWindowsVistaStylePluginConfigVersionImpl.cmake @@ -31,7 +31,7 @@ endif() # if the installed or the using project don't have CMAKE_SIZEOF_VOID_P set, ignore it: -if(CMAKE_SIZEOF_VOID_P STREQUAL "" OR "8" STREQUAL "") +if("${CMAKE_SIZEOF_VOID_P}" STREQUAL "" OR "8" STREQUAL "") return() endif() diff --git a/Qt6.5.1/ARM64/lib/cmake/Qt6Widgets/Qt6QWindowsVistaStylePluginTargets-debug.cmake b/Qt6.5.1/ARM64/lib/cmake/Qt6Widgets/Qt6QWindowsVistaStylePluginTargets-debug.cmake index c4bc8983c..26d5acfcd 100644 --- a/Qt6.5.1/ARM64/lib/cmake/Qt6Widgets/Qt6QWindowsVistaStylePluginTargets-debug.cmake +++ b/Qt6.5.1/ARM64/lib/cmake/Qt6Widgets/Qt6QWindowsVistaStylePluginTargets-debug.cmake @@ -9,11 +9,11 @@ set(CMAKE_IMPORT_FILE_VERSION 1) set_property(TARGET Qt6::QWindowsVistaStylePlugin APPEND PROPERTY IMPORTED_CONFIGURATIONS DEBUG) set_target_properties(Qt6::QWindowsVistaStylePlugin PROPERTIES IMPORTED_COMMON_LANGUAGE_RUNTIME_DEBUG "" - IMPORTED_LOCATION_DEBUG "${_IMPORT_PREFIX}/./plugins/styles/qwindowsvistastyled.dll" + IMPORTED_LOCATION_DEBUG "${_IMPORT_PREFIX}/plugins/styles/qwindowsvistastyled.dll" ) list(APPEND _cmake_import_check_targets Qt6::QWindowsVistaStylePlugin ) -list(APPEND _cmake_import_check_files_for_Qt6::QWindowsVistaStylePlugin "${_IMPORT_PREFIX}/./plugins/styles/qwindowsvistastyled.dll" ) +list(APPEND _cmake_import_check_files_for_Qt6::QWindowsVistaStylePlugin "${_IMPORT_PREFIX}/plugins/styles/qwindowsvistastyled.dll" ) # Commands beyond this point should not need to know the version. set(CMAKE_IMPORT_FILE_VERSION) diff --git a/Qt6.5.1/ARM64/lib/cmake/Qt6Widgets/Qt6QWindowsVistaStylePluginTargets-relwithdebinfo.cmake b/Qt6.5.1/ARM64/lib/cmake/Qt6Widgets/Qt6QWindowsVistaStylePluginTargets-relwithdebinfo.cmake index 4897fdd19..e77097687 100644 --- a/Qt6.5.1/ARM64/lib/cmake/Qt6Widgets/Qt6QWindowsVistaStylePluginTargets-relwithdebinfo.cmake +++ b/Qt6.5.1/ARM64/lib/cmake/Qt6Widgets/Qt6QWindowsVistaStylePluginTargets-relwithdebinfo.cmake @@ -9,11 +9,11 @@ set(CMAKE_IMPORT_FILE_VERSION 1) set_property(TARGET Qt6::QWindowsVistaStylePlugin APPEND PROPERTY IMPORTED_CONFIGURATIONS RELWITHDEBINFO) set_target_properties(Qt6::QWindowsVistaStylePlugin PROPERTIES IMPORTED_COMMON_LANGUAGE_RUNTIME_RELWITHDEBINFO "" - IMPORTED_LOCATION_RELWITHDEBINFO "${_IMPORT_PREFIX}/./plugins/styles/qwindowsvistastyle.dll" + IMPORTED_LOCATION_RELWITHDEBINFO "${_IMPORT_PREFIX}/plugins/styles/qwindowsvistastyle.dll" ) list(APPEND _cmake_import_check_targets Qt6::QWindowsVistaStylePlugin ) -list(APPEND _cmake_import_check_files_for_Qt6::QWindowsVistaStylePlugin "${_IMPORT_PREFIX}/./plugins/styles/qwindowsvistastyle.dll" ) +list(APPEND _cmake_import_check_files_for_Qt6::QWindowsVistaStylePlugin "${_IMPORT_PREFIX}/plugins/styles/qwindowsvistastyle.dll" ) # Commands beyond this point should not need to know the version. set(CMAKE_IMPORT_FILE_VERSION) diff --git a/Qt6.5.1/ARM64/lib/cmake/Qt6Widgets/Qt6QWindowsVistaStylePluginTargets.cmake b/Qt6.5.1/ARM64/lib/cmake/Qt6Widgets/Qt6QWindowsVistaStylePluginTargets.cmake index cc9a56a70..2f4f1e9b5 100644 --- a/Qt6.5.1/ARM64/lib/cmake/Qt6Widgets/Qt6QWindowsVistaStylePluginTargets.cmake +++ b/Qt6.5.1/ARM64/lib/cmake/Qt6Widgets/Qt6QWindowsVistaStylePluginTargets.cmake @@ -7,7 +7,7 @@ if(CMAKE_VERSION VERSION_LESS "2.8.3") message(FATAL_ERROR "CMake >= 2.8.3 required") endif() cmake_policy(PUSH) -cmake_policy(VERSION 2.8.3...3.24) +cmake_policy(VERSION 2.8.3...3.27) #---------------------------------------------------------------- # Generated CMake target import file. #---------------------------------------------------------------- @@ -81,9 +81,12 @@ set(_IMPORT_PREFIX) # Loop over all imported files and verify that they actually exist foreach(_cmake_target IN LISTS _cmake_import_check_targets) - foreach(_cmake_file IN LISTS "_cmake_import_check_files_for_${_cmake_target}") - if(NOT EXISTS "${_cmake_file}") - message(FATAL_ERROR "The imported target \"${_cmake_target}\" references the file + if(CMAKE_VERSION VERSION_LESS "3.28" + OR NOT DEFINED _cmake_import_check_xcframework_for_${_cmake_target} + OR NOT IS_DIRECTORY "${_cmake_import_check_xcframework_for_${_cmake_target}}") + foreach(_cmake_file IN LISTS "_cmake_import_check_files_for_${_cmake_target}") + if(NOT EXISTS "${_cmake_file}") + message(FATAL_ERROR "The imported target \"${_cmake_target}\" references the file \"${_cmake_file}\" but this file does not exist. Possible reasons include: * The file was deleted, renamed, or moved to another location. @@ -92,8 +95,9 @@ but this file does not exist. Possible reasons include: \"${CMAKE_CURRENT_LIST_FILE}\" but not all the files it references. ") - endif() - endforeach() + endif() + endforeach() + endif() unset(_cmake_file) unset("_cmake_import_check_files_for_${_cmake_target}") endforeach() diff --git a/Qt6.5.1/ARM64/lib/cmake/Qt6Widgets/Qt6WidgetsConfigVersionImpl.cmake b/Qt6.5.1/ARM64/lib/cmake/Qt6Widgets/Qt6WidgetsConfigVersionImpl.cmake index d4d963615..7cbfff0e9 100644 --- a/Qt6.5.1/ARM64/lib/cmake/Qt6Widgets/Qt6WidgetsConfigVersionImpl.cmake +++ b/Qt6.5.1/ARM64/lib/cmake/Qt6Widgets/Qt6WidgetsConfigVersionImpl.cmake @@ -31,7 +31,7 @@ endif() # if the installed or the using project don't have CMAKE_SIZEOF_VOID_P set, ignore it: -if(CMAKE_SIZEOF_VOID_P STREQUAL "" OR "8" STREQUAL "") +if("${CMAKE_SIZEOF_VOID_P}" STREQUAL "" OR "8" STREQUAL "") return() endif() diff --git a/Qt6.5.1/ARM64/lib/cmake/Qt6Widgets/Qt6WidgetsTargets.cmake b/Qt6.5.1/ARM64/lib/cmake/Qt6Widgets/Qt6WidgetsTargets.cmake index 30c0e7b8f..8ff3e657c 100644 --- a/Qt6.5.1/ARM64/lib/cmake/Qt6Widgets/Qt6WidgetsTargets.cmake +++ b/Qt6.5.1/ARM64/lib/cmake/Qt6Widgets/Qt6WidgetsTargets.cmake @@ -3,11 +3,11 @@ if("${CMAKE_MAJOR_VERSION}.${CMAKE_MINOR_VERSION}" LESS 2.8) message(FATAL_ERROR "CMake >= 2.8.0 required") endif() -if(CMAKE_VERSION VERSION_LESS "2.8.3") - message(FATAL_ERROR "CMake >= 2.8.3 required") +if(CMAKE_VERSION VERSION_LESS "3.1.0") + message(FATAL_ERROR "CMake >= 3.1.0 required") endif() cmake_policy(PUSH) -cmake_policy(VERSION 2.8.3...3.24) +cmake_policy(VERSION 3.1.0...3.27) #---------------------------------------------------------------- # Generated CMake target import file. #---------------------------------------------------------------- @@ -98,10 +98,6 @@ set_target_properties(Qt6::WidgetsPrivate PROPERTIES _qt_public_module_target_name "Widgets" ) -if(CMAKE_VERSION VERSION_LESS 3.1.0) - message(FATAL_ERROR "This file relies on consumers using CMake 3.1.0 or greater.") -endif() - # Load information for each installed configuration. file(GLOB _cmake_config_files "${CMAKE_CURRENT_LIST_DIR}/Qt6WidgetsTargets-*.cmake") foreach(_cmake_config_file IN LISTS _cmake_config_files) @@ -115,9 +111,12 @@ set(_IMPORT_PREFIX) # Loop over all imported files and verify that they actually exist foreach(_cmake_target IN LISTS _cmake_import_check_targets) - foreach(_cmake_file IN LISTS "_cmake_import_check_files_for_${_cmake_target}") - if(NOT EXISTS "${_cmake_file}") - message(FATAL_ERROR "The imported target \"${_cmake_target}\" references the file + if(CMAKE_VERSION VERSION_LESS "3.28" + OR NOT DEFINED _cmake_import_check_xcframework_for_${_cmake_target} + OR NOT IS_DIRECTORY "${_cmake_import_check_xcframework_for_${_cmake_target}}") + foreach(_cmake_file IN LISTS "_cmake_import_check_files_for_${_cmake_target}") + if(NOT EXISTS "${_cmake_file}") + message(FATAL_ERROR "The imported target \"${_cmake_target}\" references the file \"${_cmake_file}\" but this file does not exist. Possible reasons include: * The file was deleted, renamed, or moved to another location. @@ -126,8 +125,9 @@ but this file does not exist. Possible reasons include: \"${CMAKE_CURRENT_LIST_FILE}\" but not all the files it references. ") - endif() - endforeach() + endif() + endforeach() + endif() unset(_cmake_file) unset("_cmake_import_check_files_for_${_cmake_target}") endforeach() diff --git a/Qt6.5.1/ARM64/lib/cmake/Qt6Widgets/Qt6WidgetsVersionlessTargets.cmake b/Qt6.5.1/ARM64/lib/cmake/Qt6Widgets/Qt6WidgetsVersionlessTargets.cmake index 6045df7c8..c73d3bd07 100644 --- a/Qt6.5.1/ARM64/lib/cmake/Qt6Widgets/Qt6WidgetsVersionlessTargets.cmake +++ b/Qt6.5.1/ARM64/lib/cmake/Qt6Widgets/Qt6WidgetsVersionlessTargets.cmake @@ -3,11 +3,11 @@ if("${CMAKE_MAJOR_VERSION}.${CMAKE_MINOR_VERSION}" LESS 2.8) message(FATAL_ERROR "CMake >= 2.8.0 required") endif() -if(CMAKE_VERSION VERSION_LESS "2.8.3") - message(FATAL_ERROR "CMake >= 2.8.3 required") +if(CMAKE_VERSION VERSION_LESS "3.0.0") + message(FATAL_ERROR "CMake >= 3.0.0 required") endif() cmake_policy(PUSH) -cmake_policy(VERSION 2.8.3...3.24) +cmake_policy(VERSION 3.0.0...3.27) #---------------------------------------------------------------- # Generated CMake target import file. #---------------------------------------------------------------- @@ -71,10 +71,6 @@ set_target_properties(Qt::WidgetsPrivate PROPERTIES _qt_is_versionless_target "TRUE" ) -if(CMAKE_VERSION VERSION_LESS 3.0.0) - message(FATAL_ERROR "This file relies on consumers using CMake 3.0.0 or greater.") -endif() - # Load information for each installed configuration. file(GLOB _cmake_config_files "${CMAKE_CURRENT_LIST_DIR}/Qt6WidgetsVersionlessTargets-*.cmake") foreach(_cmake_config_file IN LISTS _cmake_config_files) @@ -88,9 +84,12 @@ set(_IMPORT_PREFIX) # Loop over all imported files and verify that they actually exist foreach(_cmake_target IN LISTS _cmake_import_check_targets) - foreach(_cmake_file IN LISTS "_cmake_import_check_files_for_${_cmake_target}") - if(NOT EXISTS "${_cmake_file}") - message(FATAL_ERROR "The imported target \"${_cmake_target}\" references the file + if(CMAKE_VERSION VERSION_LESS "3.28" + OR NOT DEFINED _cmake_import_check_xcframework_for_${_cmake_target} + OR NOT IS_DIRECTORY "${_cmake_import_check_xcframework_for_${_cmake_target}}") + foreach(_cmake_file IN LISTS "_cmake_import_check_files_for_${_cmake_target}") + if(NOT EXISTS "${_cmake_file}") + message(FATAL_ERROR "The imported target \"${_cmake_target}\" references the file \"${_cmake_file}\" but this file does not exist. Possible reasons include: * The file was deleted, renamed, or moved to another location. @@ -99,8 +98,9 @@ but this file does not exist. Possible reasons include: \"${CMAKE_CURRENT_LIST_FILE}\" but not all the files it references. ") - endif() - endforeach() + endif() + endforeach() + endif() unset(_cmake_file) unset("_cmake_import_check_files_for_${_cmake_target}") endforeach() diff --git a/Qt6.5.1/ARM64/lib/cmake/Qt6ZlibPrivate/Qt6ZlibPrivateConfigVersionImpl.cmake b/Qt6.5.1/ARM64/lib/cmake/Qt6ZlibPrivate/Qt6ZlibPrivateConfigVersionImpl.cmake index d4d963615..7cbfff0e9 100644 --- a/Qt6.5.1/ARM64/lib/cmake/Qt6ZlibPrivate/Qt6ZlibPrivateConfigVersionImpl.cmake +++ b/Qt6.5.1/ARM64/lib/cmake/Qt6ZlibPrivate/Qt6ZlibPrivateConfigVersionImpl.cmake @@ -31,7 +31,7 @@ endif() # if the installed or the using project don't have CMAKE_SIZEOF_VOID_P set, ignore it: -if(CMAKE_SIZEOF_VOID_P STREQUAL "" OR "8" STREQUAL "") +if("${CMAKE_SIZEOF_VOID_P}" STREQUAL "" OR "8" STREQUAL "") return() endif() diff --git a/Qt6.5.1/ARM64/lib/cmake/Qt6ZlibPrivate/Qt6ZlibPrivateTargets.cmake b/Qt6.5.1/ARM64/lib/cmake/Qt6ZlibPrivate/Qt6ZlibPrivateTargets.cmake index 9010a4c17..e274a313e 100644 --- a/Qt6.5.1/ARM64/lib/cmake/Qt6ZlibPrivate/Qt6ZlibPrivateTargets.cmake +++ b/Qt6.5.1/ARM64/lib/cmake/Qt6ZlibPrivate/Qt6ZlibPrivateTargets.cmake @@ -3,11 +3,11 @@ if("${CMAKE_MAJOR_VERSION}.${CMAKE_MINOR_VERSION}" LESS 2.8) message(FATAL_ERROR "CMake >= 2.8.0 required") endif() -if(CMAKE_VERSION VERSION_LESS "2.8.3") - message(FATAL_ERROR "CMake >= 2.8.3 required") +if(CMAKE_VERSION VERSION_LESS "3.0.0") + message(FATAL_ERROR "CMake >= 3.0.0 required") endif() cmake_policy(PUSH) -cmake_policy(VERSION 2.8.3...3.24) +cmake_policy(VERSION 3.0.0...3.27) #---------------------------------------------------------------- # Generated CMake target import file. #---------------------------------------------------------------- @@ -73,10 +73,6 @@ set_target_properties(Qt6::ZlibPrivate PROPERTIES _qt_package_version "6.5.1" ) -if(CMAKE_VERSION VERSION_LESS 3.0.0) - message(FATAL_ERROR "This file relies on consumers using CMake 3.0.0 or greater.") -endif() - # Load information for each installed configuration. file(GLOB _cmake_config_files "${CMAKE_CURRENT_LIST_DIR}/Qt6ZlibPrivateTargets-*.cmake") foreach(_cmake_config_file IN LISTS _cmake_config_files) @@ -90,9 +86,12 @@ set(_IMPORT_PREFIX) # Loop over all imported files and verify that they actually exist foreach(_cmake_target IN LISTS _cmake_import_check_targets) - foreach(_cmake_file IN LISTS "_cmake_import_check_files_for_${_cmake_target}") - if(NOT EXISTS "${_cmake_file}") - message(FATAL_ERROR "The imported target \"${_cmake_target}\" references the file + if(CMAKE_VERSION VERSION_LESS "3.28" + OR NOT DEFINED _cmake_import_check_xcframework_for_${_cmake_target} + OR NOT IS_DIRECTORY "${_cmake_import_check_xcframework_for_${_cmake_target}}") + foreach(_cmake_file IN LISTS "_cmake_import_check_files_for_${_cmake_target}") + if(NOT EXISTS "${_cmake_file}") + message(FATAL_ERROR "The imported target \"${_cmake_target}\" references the file \"${_cmake_file}\" but this file does not exist. Possible reasons include: * The file was deleted, renamed, or moved to another location. @@ -101,8 +100,9 @@ but this file does not exist. Possible reasons include: \"${CMAKE_CURRENT_LIST_FILE}\" but not all the files it references. ") - endif() - endforeach() + endif() + endforeach() + endif() unset(_cmake_file) unset("_cmake_import_check_files_for_${_cmake_target}") endforeach() diff --git a/Qt6.5.1/ARM64/lib/cmake/Qt6ZlibPrivate/Qt6ZlibPrivateVersionlessTargets.cmake b/Qt6.5.1/ARM64/lib/cmake/Qt6ZlibPrivate/Qt6ZlibPrivateVersionlessTargets.cmake index aed3e022e..f36d54dcb 100644 --- a/Qt6.5.1/ARM64/lib/cmake/Qt6ZlibPrivate/Qt6ZlibPrivateVersionlessTargets.cmake +++ b/Qt6.5.1/ARM64/lib/cmake/Qt6ZlibPrivate/Qt6ZlibPrivateVersionlessTargets.cmake @@ -3,11 +3,11 @@ if("${CMAKE_MAJOR_VERSION}.${CMAKE_MINOR_VERSION}" LESS 2.8) message(FATAL_ERROR "CMake >= 2.8.0 required") endif() -if(CMAKE_VERSION VERSION_LESS "2.8.3") - message(FATAL_ERROR "CMake >= 2.8.3 required") +if(CMAKE_VERSION VERSION_LESS "3.0.0") + message(FATAL_ERROR "CMake >= 3.0.0 required") endif() cmake_policy(PUSH) -cmake_policy(VERSION 2.8.3...3.24) +cmake_policy(VERSION 3.0.0...3.27) #---------------------------------------------------------------- # Generated CMake target import file. #---------------------------------------------------------------- @@ -63,10 +63,6 @@ set_target_properties(Qt::ZlibPrivate PROPERTIES _qt_is_versionless_target "TRUE" ) -if(CMAKE_VERSION VERSION_LESS 3.0.0) - message(FATAL_ERROR "This file relies on consumers using CMake 3.0.0 or greater.") -endif() - # Load information for each installed configuration. file(GLOB _cmake_config_files "${CMAKE_CURRENT_LIST_DIR}/Qt6ZlibPrivateVersionlessTargets-*.cmake") foreach(_cmake_config_file IN LISTS _cmake_config_files) @@ -80,9 +76,12 @@ set(_IMPORT_PREFIX) # Loop over all imported files and verify that they actually exist foreach(_cmake_target IN LISTS _cmake_import_check_targets) - foreach(_cmake_file IN LISTS "_cmake_import_check_files_for_${_cmake_target}") - if(NOT EXISTS "${_cmake_file}") - message(FATAL_ERROR "The imported target \"${_cmake_target}\" references the file + if(CMAKE_VERSION VERSION_LESS "3.28" + OR NOT DEFINED _cmake_import_check_xcframework_for_${_cmake_target} + OR NOT IS_DIRECTORY "${_cmake_import_check_xcframework_for_${_cmake_target}}") + foreach(_cmake_file IN LISTS "_cmake_import_check_files_for_${_cmake_target}") + if(NOT EXISTS "${_cmake_file}") + message(FATAL_ERROR "The imported target \"${_cmake_target}\" references the file \"${_cmake_file}\" but this file does not exist. Possible reasons include: * The file was deleted, renamed, or moved to another location. @@ -91,8 +90,9 @@ but this file does not exist. Possible reasons include: \"${CMAKE_CURRENT_LIST_FILE}\" but not all the files it references. ") - endif() - endforeach() + endif() + endforeach() + endif() unset(_cmake_file) unset("_cmake_import_check_files_for_${_cmake_target}") endforeach() diff --git a/Qt6.5.1/ARM64/lib/objects-Debug/ExampleIconsPrivate_resources_1/.rcc/qrc_example_icons.cpp.obj b/Qt6.5.1/ARM64/lib/objects-Debug/ExampleIconsPrivate_resources_1/.rcc/qrc_example_icons.cpp.obj index 48cac3ee6..e7107708f 100644 Binary files a/Qt6.5.1/ARM64/lib/objects-Debug/ExampleIconsPrivate_resources_1/.rcc/qrc_example_icons.cpp.obj and b/Qt6.5.1/ARM64/lib/objects-Debug/ExampleIconsPrivate_resources_1/.rcc/qrc_example_icons.cpp.obj differ diff --git a/Qt6.5.1/ARM64/lib/objects-RelWithDebInfo/ExampleIconsPrivate_resources_1/.rcc/qrc_example_icons.cpp.obj b/Qt6.5.1/ARM64/lib/objects-RelWithDebInfo/ExampleIconsPrivate_resources_1/.rcc/qrc_example_icons.cpp.obj index 3db29596b..34ff307ff 100644 Binary files a/Qt6.5.1/ARM64/lib/objects-RelWithDebInfo/ExampleIconsPrivate_resources_1/.rcc/qrc_example_icons.cpp.obj and b/Qt6.5.1/ARM64/lib/objects-RelWithDebInfo/ExampleIconsPrivate_resources_1/.rcc/qrc_example_icons.cpp.obj differ diff --git a/Qt6.5.1/ARM64/metatypes/qt6gui_metatypes.json b/Qt6.5.1/ARM64/metatypes/qt6gui_metatypes.json index b2b556ef3..a493a0de1 100644 --- a/Qt6.5.1/ARM64/metatypes/qt6gui_metatypes.json +++ b/Qt6.5.1/ARM64/metatypes/qt6gui_metatypes.json @@ -7662,36 +7662,6 @@ "inputFile": "qvalidator.h", "outputRevision": 68 }, - { - "classes": [ - { - "className": "QVulkanWindow", - "object": true, - "qualifiedClassName": "QVulkanWindow", - "signals": [ - { - "access": "public", - "arguments": [ - { - "name": "image", - "type": "QImage" - } - ], - "name": "frameGrabbed", - "returnType": "void" - } - ], - "superClasses": [ - { - "access": "public", - "name": "QWindow" - } - ] - } - ], - "inputFile": "qvulkanwindow.h", - "outputRevision": 68 - }, { "classes": [ { diff --git a/Qt6.5.1/ARM64/mkspecs/win32-arm64-msvc/qmake.conf b/Qt6.5.1/ARM64/mkspecs/win32-arm64-msvc/qmake.conf new file mode 100644 index 000000000..483bfa5e5 --- /dev/null +++ b/Qt6.5.1/ARM64/mkspecs/win32-arm64-msvc/qmake.conf @@ -0,0 +1,15 @@ +# +# qmake configuration for win32-arm64-msvc +# +# Written for Microsoft C/C++ Optimizing Compiler targeting arm64. +# + +include(../common/msvc-desktop.conf) + +WINSDK_VER = 10.0 +VCPROJ_ARCH = ARM64 + +DEFINES += WIN64 +QMAKE_COMPILER_DEFINES += _WIN64 + +load(qt_config) diff --git a/Qt6.5.1/ARM64/mkspecs/win32-arm64-msvc/qplatformdefs.h b/Qt6.5.1/ARM64/mkspecs/win32-arm64-msvc/qplatformdefs.h new file mode 100644 index 000000000..c7c337a6b --- /dev/null +++ b/Qt6.5.1/ARM64/mkspecs/win32-arm64-msvc/qplatformdefs.h @@ -0,0 +1,4 @@ +// Copyright (C) 2016 The Qt Company Ltd. +// SPDX-License-Identifier: LicenseRef-Qt-Commercial OR LGPL-3.0-only OR GPL-2.0-only OR GPL-3.0-only + +#include "../win32-msvc/qplatformdefs.h" diff --git a/Qt6.5.1/ARM64/modules/Core.json b/Qt6.5.1/ARM64/modules/Core.json index 925ee6c04..c80bd2ca6 100644 --- a/Qt6.5.1/ARM64/modules/Core.json +++ b/Qt6.5.1/ARM64/modules/Core.json @@ -5,7 +5,7 @@ "built_with": { "compiler_id": "MSVC", "compiler_target": "", - "compiler_version": "19.36.32532.0", + "compiler_version": "19.44.35219.0", "cross_compiled": true, "target_system": "Windows" } diff --git a/Qt6.5.1/ARM64/modules/DeviceDiscoverySupportPrivate.json b/Qt6.5.1/ARM64/modules/DeviceDiscoverySupportPrivate.json index 265cda80d..9193b2f72 100644 --- a/Qt6.5.1/ARM64/modules/DeviceDiscoverySupportPrivate.json +++ b/Qt6.5.1/ARM64/modules/DeviceDiscoverySupportPrivate.json @@ -6,7 +6,7 @@ "built_with": { "compiler_id": "MSVC", "compiler_target": "", - "compiler_version": "19.36.32532.0", + "compiler_version": "19.44.35219.0", "cross_compiled": true, "target_system": "Windows" } diff --git a/Qt6.5.1/ARM64/modules/EntryPointPrivate.json b/Qt6.5.1/ARM64/modules/EntryPointPrivate.json index 5a6cb8276..f20d6ee0b 100644 --- a/Qt6.5.1/ARM64/modules/EntryPointPrivate.json +++ b/Qt6.5.1/ARM64/modules/EntryPointPrivate.json @@ -6,7 +6,7 @@ "built_with": { "compiler_id": "MSVC", "compiler_target": "", - "compiler_version": "19.36.32532.0", + "compiler_version": "19.44.35219.0", "cross_compiled": true, "target_system": "Windows" } diff --git a/Qt6.5.1/ARM64/modules/ExampleIconsPrivate.json b/Qt6.5.1/ARM64/modules/ExampleIconsPrivate.json index 43a5ca636..ea5c95eb9 100644 --- a/Qt6.5.1/ARM64/modules/ExampleIconsPrivate.json +++ b/Qt6.5.1/ARM64/modules/ExampleIconsPrivate.json @@ -6,7 +6,7 @@ "built_with": { "compiler_id": "MSVC", "compiler_target": "", - "compiler_version": "19.36.32532.0", + "compiler_version": "19.44.35219.0", "cross_compiled": true, "target_system": "Windows" } diff --git a/Qt6.5.1/ARM64/modules/FbSupportPrivate.json b/Qt6.5.1/ARM64/modules/FbSupportPrivate.json index e9e3e7a69..2025a5086 100644 --- a/Qt6.5.1/ARM64/modules/FbSupportPrivate.json +++ b/Qt6.5.1/ARM64/modules/FbSupportPrivate.json @@ -6,7 +6,7 @@ "built_with": { "compiler_id": "MSVC", "compiler_target": "", - "compiler_version": "19.36.32532.0", + "compiler_version": "19.44.35219.0", "cross_compiled": true, "target_system": "Windows" } diff --git a/Qt6.5.1/ARM64/modules/FreetypePrivate.json b/Qt6.5.1/ARM64/modules/FreetypePrivate.json index c2f3e1555..715f8d7e1 100644 --- a/Qt6.5.1/ARM64/modules/FreetypePrivate.json +++ b/Qt6.5.1/ARM64/modules/FreetypePrivate.json @@ -6,7 +6,7 @@ "built_with": { "compiler_id": "MSVC", "compiler_target": "", - "compiler_version": "19.36.32532.0", + "compiler_version": "19.44.35219.0", "cross_compiled": true, "target_system": "Windows" } diff --git a/Qt6.5.1/ARM64/modules/Gui.json b/Qt6.5.1/ARM64/modules/Gui.json index 79a3852b6..76ce5cb2f 100644 --- a/Qt6.5.1/ARM64/modules/Gui.json +++ b/Qt6.5.1/ARM64/modules/Gui.json @@ -6,7 +6,7 @@ "built_with": { "compiler_id": "MSVC", "compiler_target": "", - "compiler_version": "19.36.32532.0", + "compiler_version": "19.44.35219.0", "cross_compiled": true, "target_system": "Windows" } diff --git a/Qt6.5.1/ARM64/modules/HarfbuzzPrivate.json b/Qt6.5.1/ARM64/modules/HarfbuzzPrivate.json index 6c09d5805..5dbe24acd 100644 --- a/Qt6.5.1/ARM64/modules/HarfbuzzPrivate.json +++ b/Qt6.5.1/ARM64/modules/HarfbuzzPrivate.json @@ -6,7 +6,7 @@ "built_with": { "compiler_id": "MSVC", "compiler_target": "", - "compiler_version": "19.36.32532.0", + "compiler_version": "19.44.35219.0", "cross_compiled": true, "target_system": "Windows" } diff --git a/Qt6.5.1/ARM64/modules/PngPrivate.json b/Qt6.5.1/ARM64/modules/PngPrivate.json index 0c7347c8f..82b42264b 100644 --- a/Qt6.5.1/ARM64/modules/PngPrivate.json +++ b/Qt6.5.1/ARM64/modules/PngPrivate.json @@ -6,7 +6,7 @@ "built_with": { "compiler_id": "MSVC", "compiler_target": "", - "compiler_version": "19.36.32532.0", + "compiler_version": "19.44.35219.0", "cross_compiled": true, "target_system": "Windows" } diff --git a/Qt6.5.1/ARM64/modules/Svg.json b/Qt6.5.1/ARM64/modules/Svg.json index 5ebb21c72..0cadb2647 100644 --- a/Qt6.5.1/ARM64/modules/Svg.json +++ b/Qt6.5.1/ARM64/modules/Svg.json @@ -5,7 +5,7 @@ "built_with": { "compiler_id": "MSVC", "compiler_target": "", - "compiler_version": "19.36.32532.0", + "compiler_version": "19.44.35219.0", "cross_compiled": true, "target_system": "Windows" } diff --git a/Qt6.5.1/ARM64/modules/SvgWidgets.json b/Qt6.5.1/ARM64/modules/SvgWidgets.json index 9f1f8a48e..c2cfe49b3 100644 --- a/Qt6.5.1/ARM64/modules/SvgWidgets.json +++ b/Qt6.5.1/ARM64/modules/SvgWidgets.json @@ -5,7 +5,7 @@ "built_with": { "compiler_id": "MSVC", "compiler_target": "", - "compiler_version": "19.36.32532.0", + "compiler_version": "19.44.35219.0", "cross_compiled": true, "target_system": "Windows" } diff --git a/Qt6.5.1/ARM64/modules/Widgets.json b/Qt6.5.1/ARM64/modules/Widgets.json index 8b39088ae..dd96c0166 100644 --- a/Qt6.5.1/ARM64/modules/Widgets.json +++ b/Qt6.5.1/ARM64/modules/Widgets.json @@ -6,7 +6,7 @@ "built_with": { "compiler_id": "MSVC", "compiler_target": "", - "compiler_version": "19.36.32532.0", + "compiler_version": "19.44.35219.0", "cross_compiled": true, "target_system": "Windows" } diff --git a/Qt6.5.1/ARM64/modules/ZlibPrivate.json b/Qt6.5.1/ARM64/modules/ZlibPrivate.json index beba9f03d..dd424528e 100644 --- a/Qt6.5.1/ARM64/modules/ZlibPrivate.json +++ b/Qt6.5.1/ARM64/modules/ZlibPrivate.json @@ -6,7 +6,7 @@ "built_with": { "compiler_id": "MSVC", "compiler_target": "", - "compiler_version": "19.36.32532.0", + "compiler_version": "19.44.35219.0", "cross_compiled": true, "target_system": "Windows" } diff --git a/Qt6.5.1/ARM64/plugins/iconengines/qsvgicon.dll b/Qt6.5.1/ARM64/plugins/iconengines/qsvgicon.dll index 6ef733219..89846bad0 100644 Binary files a/Qt6.5.1/ARM64/plugins/iconengines/qsvgicon.dll and b/Qt6.5.1/ARM64/plugins/iconengines/qsvgicon.dll differ diff --git a/Qt6.5.1/ARM64/plugins/iconengines/qsvgicond.dll b/Qt6.5.1/ARM64/plugins/iconengines/qsvgicond.dll index 108ebee13..45292d52b 100644 Binary files a/Qt6.5.1/ARM64/plugins/iconengines/qsvgicond.dll and b/Qt6.5.1/ARM64/plugins/iconengines/qsvgicond.dll differ diff --git a/Qt6.5.1/ARM64/plugins/imageformats/qsvg.dll b/Qt6.5.1/ARM64/plugins/imageformats/qsvg.dll index 14f62688d..45bab540f 100644 Binary files a/Qt6.5.1/ARM64/plugins/imageformats/qsvg.dll and b/Qt6.5.1/ARM64/plugins/imageformats/qsvg.dll differ diff --git a/Qt6.5.1/ARM64/plugins/imageformats/qsvgd.dll b/Qt6.5.1/ARM64/plugins/imageformats/qsvgd.dll index 3d23c4a61..4795c645c 100644 Binary files a/Qt6.5.1/ARM64/plugins/imageformats/qsvgd.dll and b/Qt6.5.1/ARM64/plugins/imageformats/qsvgd.dll differ diff --git a/Qt6.5.1/ARM64/plugins/platforms/qdirect2d.dll b/Qt6.5.1/ARM64/plugins/platforms/qdirect2d.dll index 2e5a9147c..2fdf68978 100644 Binary files a/Qt6.5.1/ARM64/plugins/platforms/qdirect2d.dll and b/Qt6.5.1/ARM64/plugins/platforms/qdirect2d.dll differ diff --git a/Qt6.5.1/ARM64/plugins/platforms/qdirect2dd.dll b/Qt6.5.1/ARM64/plugins/platforms/qdirect2dd.dll index 93e49f940..39af2ae04 100644 Binary files a/Qt6.5.1/ARM64/plugins/platforms/qdirect2dd.dll and b/Qt6.5.1/ARM64/plugins/platforms/qdirect2dd.dll differ diff --git a/Qt6.5.1/ARM64/plugins/platforms/qwindows.dll b/Qt6.5.1/ARM64/plugins/platforms/qwindows.dll index fb2a2f451..403a85ad2 100644 Binary files a/Qt6.5.1/ARM64/plugins/platforms/qwindows.dll and b/Qt6.5.1/ARM64/plugins/platforms/qwindows.dll differ diff --git a/Qt6.5.1/ARM64/plugins/platforms/qwindowsd.dll b/Qt6.5.1/ARM64/plugins/platforms/qwindowsd.dll index e3b160e59..014a1e5b7 100644 Binary files a/Qt6.5.1/ARM64/plugins/platforms/qwindowsd.dll and b/Qt6.5.1/ARM64/plugins/platforms/qwindowsd.dll differ diff --git a/Qt6.5.1/ARM64/plugins/styles/qwindowsvistastyle.dll b/Qt6.5.1/ARM64/plugins/styles/qwindowsvistastyle.dll index fda0a9016..b05cffc86 100644 Binary files a/Qt6.5.1/ARM64/plugins/styles/qwindowsvistastyle.dll and b/Qt6.5.1/ARM64/plugins/styles/qwindowsvistastyle.dll differ diff --git a/Qt6.5.1/ARM64/plugins/styles/qwindowsvistastyled.dll b/Qt6.5.1/ARM64/plugins/styles/qwindowsvistastyled.dll index c99b4fe8c..2c09e9641 100644 Binary files a/Qt6.5.1/ARM64/plugins/styles/qwindowsvistastyled.dll and b/Qt6.5.1/ARM64/plugins/styles/qwindowsvistastyled.dll differ diff --git a/Qt6.5.1/dolphin-arm64.yml b/Qt6.5.1/dolphin-arm64.yml index 05aa8adac..736b7025a 100644 --- a/Qt6.5.1/dolphin-arm64.yml +++ b/Qt6.5.1/dolphin-arm64.yml @@ -93,7 +93,7 @@ postprocess: - lib\\cmake\\Qt6Gui\\Qt6QWbmpPlugin.*\.cmake - lib\\Qt6Xml.* - lib\\metatypes\\qt6xml_.*\.json - - mkspecs\\(?!win32-msvc).* + - mkspecs\\(?!win32-(arm64-)?msvc).* - plugins\\imageformats\\qicns.* - plugins\\imageformats\\qtga.* - plugins\\imageformats\\qwbmp.*