Shared library on windows fails when using moc
Solved
General and Desktop
-
I did not see (and not use by myself) qt_standard_project_setup() so you're correct with the automoc.
You use the same define for the export definition for both libraries - how should this work?
wrote on 7 Jun 2023, 19:06 last edited by Mesrine 6 Jul 2023, 19:25@Christian-Ehrlicher
Thats a good point. Thanks!
Using the same definition for both libraries if not included correctly the headers could define the export on the symbol that should have an import statement.This is not completely clear to me so Let me try.
I let you know :).Yes, that was the problem. Many thanks.
-
41/41