Skip to content

Fix link errors when building with Qt 6.5.0.

Jeremy Whiting requested to merge work/whiting/fixqt650linkerror into master

Don't use Q_DECL_EXPORT anymore since we need to use our own macros. To not confuse import with export when building/linking libraries, etc.

Merge request reports