in my plugin I want to instantiate a dialog, i.e. the ccRegistrationDlg from the qcc directory.
Is this or should this be possible at all?
My steps so far in my plugin's CMakeLists.txt:
Code: Select all
...
include_directories( ${CloudCompare_SOURCE_DIR} )
set_property(TARGET ${PROJECT_NAME} APPEND PROPERTY AUTOUIC_SEARCH_PATHS ${CloudCompare_SOURCE_DIR}/ui_templates)
target_sources( ${PROJECT_NAME}
PRIVATE
${CloudCompare_SOURCE_DIR}/ccRegistrationDlg.cpp
)
...
Thank you in advance for your help!
Best regards,
Philip