aboutsummaryrefslogtreecommitdiff
path: root/devel/pyside6/files/patch-sources_pyside6_cmake_Macros_PySideModules.cmake
blob: ae379547d829c7903e5e9528163a170c02c349f0 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
--- sources/pyside6/cmake/Macros/PySideModules.cmake.orig	2023-11-27 12:04:49 UTC
+++ sources/pyside6/cmake/Macros/PySideModules.cmake
@@ -107,7 +107,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()