Application crashes on loading qml in release mode if I use qtquickcompiler to pre-compile qml
Unsolved
QML and Qt Quick
-
Hi
I had been using qt quick compiler to pre-compile my qml and js files and add it to the binary so that I can load it in run time much faster. It worked great until 5.7 but when I try to upgrade to 5.8/5.9 the app crashes in QtQML.dll on loading qml. Works fine on debug mode and crashes only on retail mode. Anyone run into this?