overte-HifiExperiments/interface
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
..
compiledResources Pre-merge cleanup 2018-01-14 19:48:12 -08:00
external GLAD polish 2018-01-14 00:10:05 -08:00
i18n
icon
resources Merge pull request #12435 from vladest/fix_flickable_tablethome 2018-02-21 09:21:45 -08:00
src Fix crash when passing --checkMinSpec flag 2018-02-22 16:29:38 -08:00
ui
CMakeLists.txt pull task out of render and into its own lib 2018-02-13 08:56:11 -08:00
interface.exe.manifest