Hello dear Paraview developers!
I have added my custom widget to Qt/ApplicationComponents
Then I tried to edit cmake in my plugin:
include_directories(${CMAKE_CURRENT_SOURCE_DIR}/../../Qt/ApplicationComponents)
include_directories(${CMAKE_CURRENT_BINARY_DIR}/../../Qt/ApplicationComponents)
to use it in my plugin. However, I face linking issues
Severity Code Description Project File Line Suppression State Details
Error LNK2019 unresolved external symbol "protected: void __cdecl customWidget::process_clicked(void)" (?process_clicked@customWidget@@IEAAXXZ) referenced in function "private: void __cdecl pluginWidget::slotValueChanged(int)" (?slotValueChanged@pluginWidget2@@AEAAXH@Z)
I understand that the header is accessible, but the definition cannot be found, but I cant fix this, help me please
Best regards