Details
-
Task
-
Resolution: Fixed
-
P2: Important
-
None
-
None
-
8f5c6434e (dev), 5dddcc3cd (6.9), 679779999 (6.8)
Description
Clarify that qt_standard_project_setup() must come before all qt_add_qml_module() calls, and in the same subdirectory as the executable, otherwise it will cause issues on Windows and MacOS when creating qml modules (with backing libraries) in subdirectories.
qt_standard_project_setup ensures the backing library dlls are placed in the current binary dir next to the executable, so that the windows runtime linker can resolve the dlls.