overte-lubosz/tools/ac-client
Atlante45 80c0f2a21e Fix crash when passing --checkMinSpec flag
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.
2018-02-22 16:29:38 -08:00
..
src Fix crash when passing --checkMinSpec flag 2018-02-22 16:29:38 -08:00
CMakeLists.txt Remove some unneeded Qt dependencies 2018-01-28 22:18:24 -08:00