CVSROOT: /cvs Module name: ports Changes by: [email protected] 2025/12/11 23:37:26
Added files:
x11/lxqt/qtplugin/patches: patch-CMakeLists_txt
patch-src_CMakeLists_txt
Log message:
cmake: fix build with Qt 6.10 (#100)
The 'Qt6FooPrivate' targets have been split into separate CMake files
in Qt 6.9, and require a 'find_package(Qt6FooPrivate)' call starting
with Qt 6.10.
See also: https://bugreports.qt.io/browse/QTBUG-87776
