mirror of
https://git.freebsd.org/ports.git
synced 2025-06-18 03:00:42 -04:00
Add devel/pyside6* and devel/shiboken6 PySide6 is the official Python module from the Qt for Python project, which provides access to the complete Qt 6.0+ framework.
11 lines
592 B
CMake
11 lines
592 B
CMake
--- cmake/Macros/PySideModules.cmake.orig 2023-06-05 07:34:38 UTC
|
|
+++ cmake/Macros/PySideModules.cmake
|
|
@@ -104,7 +104,7 @@ macro(create_pyside_module)
|
|
get_target_property(qt_core_includes Qt${QT_MAJOR_VERSION}::Core
|
|
INTERFACE_INCLUDE_DIRECTORIES)
|
|
set(shiboken_include_dir_list ${pyside6_SOURCE_DIR} ${qt_platform_includes}
|
|
- ${qt_core_includes})
|
|
+ ${qt_core_includes} ${CMAKE_INSTALL_PREFIX}/include)
|
|
|
|
# Transform the path separators into something shiboken understands.
|
|
make_path(shiboken_include_dirs ${shiboken_include_dir_list})
|