Port to declarative type registration

BUG: 507602
This commit is contained in:
Nicolas Fella
2025-07-28 20:17:37 +02:00
parent 7a074a3684
commit 397398dfd8
5 changed files with 109 additions and 53 deletions

View File

@ -5,6 +5,8 @@ remove_definitions(-DQT_NO_SIGNALS_SLOTS_KEYWORDS)
add_library(LayerShellQtInterface)
qt6_extract_metatypes(LayerShellQtInterface)
if (Qt6_VERSION VERSION_GREATER_EQUAL "6.8.0")
set(private_code_option "PRIVATE_CODE")
endif()