mirror of
https://git.freebsd.org/ports.git
synced 2025-07-15 08:19:13 -04:00
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
11 lines
499 B
CMake
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)
|