diff options
Diffstat (limited to 'sources/pyside6/libpysideremoteobjects')
| -rw-r--r-- | sources/pyside6/libpysideremoteobjects/CMakeLists.txt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sources/pyside6/libpysideremoteobjects/CMakeLists.txt b/sources/pyside6/libpysideremoteobjects/CMakeLists.txt index f73eba6ee..4669fb677 100644 --- a/sources/pyside6/libpysideremoteobjects/CMakeLists.txt +++ b/sources/pyside6/libpysideremoteobjects/CMakeLists.txt @@ -21,7 +21,7 @@ if (NOT libpyside_SOURCE_DIR) # Building standalone get_target_property(pyside6_SOURCE_DIR PySide6::pyside6 INTERFACE_INCLUDE_DIRECTORIES) endif() -find_package(Qt6 REQUIRED COMPONENTS Core RepParser RemoteObjects) +find_package(Qt6 REQUIRED COMPONENTS Core RepParser RemoteObjects RemoteObjectsPrivate) set(libpysideremoteobjects_HEADERS pysidecapsulemethod_p.h |
