ports/devel/qt6-base/files/patch-cmake_QtBuildPathsHelpers.cmake
Jason E. Hale ffda294e81 Qt6: Update to 6.6.2
As a patch release, Qt 6.6.2 does not introduce any new features but
contains more than 400 bug fixes, security updates, and other
improvements on top of Qt 6.6.1 release. See more information about the
most important changes and bug fixes from the Qt 6.6.2 release note.

Announcement: https://www.qt.io/blog/qt-6.6.2-released
Release note: https://code.qt.io/cgit/qt/qtreleasenotes.git/about/qt/6.6.2/release-note.md

MFH:		2024Q1
(cherry picked from commit d0f5452468)
2024-02-16 16:12:37 -05:00

11 lines
499 B
CMake

--- cmake/QtBuildPathsHelpers.cmake.orig 2024-02-08 16:01:05 UTC
+++ cmake/QtBuildPathsHelpers.cmake
@@ -100,7 +100,7 @@ function(qt_internal_setup_build_and_install_paths)
if(QT_CONFIG_INSTALL_DIR)
string(APPEND QT_CONFIG_INSTALL_DIR "/")
endif()
- string(APPEND QT_CONFIG_INSTALL_DIR ${__config_path_part})
+ string(APPEND QT_CONFIG_INSTALL_DIR "lib/cmake")
set(QT_BUILD_DIR "${QT_BUILD_DIR}" PARENT_SCOPE)
set(QT_INSTALL_DIR "${QT_INSTALL_DIR}" PARENT_SCOPE)