-
Bug
-
Resolution: Duplicate
-
P2: Important
-
None
-
5.1.0
-
None
-
Windows7pro 64bit, 8Gb RAM
Using "Qt 5.1.0 for Windows 32-bit (MinGW 4.8, OpenGL, 666 MB)", some javascript applications fail to work when compiled in Release mode, but work in Debug Mode. No error appears in the javascript console.
This affects (to my knowledge) angular.js applications.
Enclosed, a minimal project (one single cpp file) that reproduces the problem. I added the file main.cpp to the attachements.
To reproduce:
- Open the enclosed project, or create a project and add the main.cpp file attached.
- Compile and run in Debug mode: "Hello, world!" appears (it works)
- Compile and run in Release mode: "Hello, {{ who }}!" appears (it didn't work)
- relates to
-
QTBUG-31988 javascript "switch" statement can not go into correct case block with MinGW 32bit in release
-
- Closed
-