https://bugs.kde.org/show_bug.cgi?id=369303
--- Comment #9 from alvinhoc...@gmail.com --- In fact --export-all-symbols should not be in the linker flags at all, exported functions should be marked `__declspec(dllexport)` properly or be using a .def file. It seems that CMAKE_WINDOWS_EXPORT_ALL_SYMBOLS would enable that flag. I am not in the position to grep the source quickly so I can't provide more info for now. -- You are receiving this mail because: You are watching all bug changes.