diff options
| author | Friedemann Kleint <Friedemann.Kleint@qt.io> | 2021-06-25 12:57:29 +0200 |
|---|---|---|
| committer | Friedemann Kleint <Friedemann.Kleint@qt.io> | 2021-07-21 12:31:51 +0200 |
| commit | d2f5eebc052280cead469f3b8588ba8d9b23dbbc (patch) | |
| tree | 9f85c78cb8c867af661afa04b1b1180fa1e5b6c7 /sources/pyside6/cmake/Macros/PySideModules.cmake | |
| parent | a9de26109fca55154511f5d074c7d9e135b397f6 (diff) | |
Revert "PySide6: Fix missing includes in QtWebEngine"
This was a workaround.
This reverts commit 096e64ba2e866abf773f0fab3b72bf48012261f7.
Change-Id: I1b1baf8de73bdb235c21ed673893d4e3a0f5054e
Reviewed-by: Qt CI Bot <qt_ci_bot@qt-project.org>
Reviewed-by: Christian Tismer <tismer@stackless.com>
Diffstat (limited to 'sources/pyside6/cmake/Macros/PySideModules.cmake')
| -rw-r--r-- | sources/pyside6/cmake/Macros/PySideModules.cmake | 7 |
1 files changed, 0 insertions, 7 deletions
diff --git a/sources/pyside6/cmake/Macros/PySideModules.cmake b/sources/pyside6/cmake/Macros/PySideModules.cmake index 34f3aa090..462c47441 100644 --- a/sources/pyside6/cmake/Macros/PySideModules.cmake +++ b/sources/pyside6/cmake/Macros/PySideModules.cmake @@ -93,13 +93,6 @@ macro(create_pyside_module) set(shiboken_include_dir_list ${pyside6_SOURCE_DIR} ${qt_platform_includes} ${qt_core_includes}) - # FIXME: Temporary hack until include convention in WebEngine is fixed - if("${module_NAME}" MATCHES "^QtWebEngine.*$") - get_target_property(qt_webengine_core_includes Qt${QT_MAJOR_VERSION}::WebEngineCore - INTERFACE_INCLUDE_DIRECTORIES) - list(APPEND shiboken_include_dir_list ${qt_webengine_core_includes}) - endif() - # Transform the path separators into something shiboken understands. make_path(shiboken_include_dirs ${shiboken_include_dir_list}) |
