diff options
Diffstat (limited to 'sources/pyside6/cmake')
| -rw-r--r-- | sources/pyside6/cmake/Macros/PySideModules.cmake | 1 | ||||
| -rw-r--r-- | sources/pyside6/cmake/PySideSetup.cmake | 3 |
2 files changed, 4 insertions, 0 deletions
diff --git a/sources/pyside6/cmake/Macros/PySideModules.cmake b/sources/pyside6/cmake/Macros/PySideModules.cmake index a83f2b745..5cd12b683 100644 --- a/sources/pyside6/cmake/Macros/PySideModules.cmake +++ b/sources/pyside6/cmake/Macros/PySideModules.cmake @@ -297,6 +297,7 @@ macro(create_pyside_module) set(ld_prefix_list "") list(APPEND ld_prefix_list "${pysidebindings_BINARY_DIR}/libpyside") list(APPEND ld_prefix_list "${pysidebindings_BINARY_DIR}/libpysideqml") + list(APPEND ld_prefix_list "${pysidebindings_BINARY_DIR}/libpysideremoteobjects") list(APPEND ld_prefix_list "${SHIBOKEN_SHARED_LIBRARY_DIR}") if(WIN32) list(APPEND ld_prefix_list "${QT6_INSTALL_PREFIX}/${QT6_INSTALL_BINS}") diff --git a/sources/pyside6/cmake/PySideSetup.cmake b/sources/pyside6/cmake/PySideSetup.cmake index c92b0c986..45a63a1a0 100644 --- a/sources/pyside6/cmake/PySideSetup.cmake +++ b/sources/pyside6/cmake/PySideSetup.cmake @@ -199,6 +199,9 @@ endforeach() # Whether to add libpysideqml find_package(Qt6 COMPONENTS Qml) +# Whether to add libpysideremoteobjects +find_package(Qt6 COMPONENTS RemoteObjects) + string(REGEX MATCHALL "[0-9]+" qt_version_helper "${Qt${QT_MAJOR_VERSION}Core_VERSION}") list(GET qt_version_helper 0 QT_VERSION_MAJOR) |
