mirror of
https://github.com/overte-org/overte.git
synced 2025-04-14 08:27:15 +02:00
That flag caused a DLL to be loaded before Application was instanced. This triggers a Qt bug inside Q_COREAPP_STARTUP_FUNC that causes the previous registration pointing the startup function in the main executable to be overridden with the address of the function in the DLL (Since they both link the same static library) This leads to the correct function running in the wrong address space (the DLLs), hence not initializing some global variables correctly. |
||
---|---|---|
.. | ||
src | ||
CMakeLists.txt |