I have been attempting to build paraview app with default filters as shared.
I started building it some versions and commits ago, with QT5. Now I tried with QT6.
Same problem.
While building target pqApplicationComponents, I get:
unresolved external symbol “public: static void __cdecl pqHelpReaction::showHelp(void)” (?showHelp@pqHelpReaction@@SAXXZ) referenced in function “protected: virtual void __cdecl pqHelpReaction::onTriggered(void)” (?onTriggered@pqHelpReaction@@MEAAXXZ)
unresolved external symbol “public: static struct QMetaObject const pqHelpReaction::staticMetaObject” (?staticMetaObject@pqHelpReaction@@2UQMetaObject@@B)
Building as static works fine.
I have not found similar reports, and the downloadable version is also built with MSVC. So I hope the issue is some simple setting.
Have you excountered this issue?