Post upgrade from 6.7.3 to 6.9.1 not able to load qml, getting error bin\release\Qt\labs\platform\labsplatformplugin.dll The specified module could not be found
-
I recently migrated QT from 6.7.3 to 6.9.1
Post migration, am not able to load the qml , getting the below errorbin\release\Qt\labs\platform\labsplatformplugin.dll The specified module could not be found
But the labsplatformplugin.dll is present in the above path.
I checked through dependency walker and there also am getting the same error
Loaded "\release\qt\labs\platform\LABSPLATFORMPLUGIN.DLL" at address 0x00007FFCC3310000. Successfully hooked module.
Unloaded "\release\qt\labs\platform\LABSPLATFORMPLUGIN.DLL" at address 0x00007FFCC3310000.
LoadLibraryW("\release\Qt\labs\platform\labsplatformplugin.dll") returned NULL. Error: The specified module could not be found (126).
Its little urgent, pls let me know how to solve this issue.
Please help me. Many thanks
-
One of the (probably new) dependencies of the labs platform plugin is missing.
You have to use the dependency walker directly on the plugin, to see which one it is.