Details
-
Bug
-
Resolution: Invalid
-
P2: Important
-
None
-
5.8.0
-
None
-
Windows; Visual Studio
Description
The cpp files generated by qt5_add_resources do not contain __declspec(dllexport) required for symbols to be visible in a dynamic library compiled by Visual Studio.
I propose adding an RCC option "--exporting" (default false) that adds the necessary function decorations.