aboutsummaryrefslogtreecommitdiff
path: root/devel/pyside6/files/patch-sources_pyside6_cmake_Macros_PySideModules.cmake
blob: 036b0a6eb34aca0752c268887d44f717662c72c8 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
--- sources/pyside6/cmake/Macros/PySideModules.cmake.orig	2024-10-09 13:33:59 UTC
+++ sources/pyside6/cmake/Macros/PySideModules.cmake
@@ -122,7 +122,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)
     if(module_ADDITIONAL_INCLUDE_DIRS)
         list(APPEND shiboken_include_dir_list ${${module_ADDITIONAL_INCLUDE_DIRS}})
     endif()