I have QT 5.3.1 for Android (Windows), downloaded from http://qt-project.org/downloads with minGW 4.8. Now I want to use MinGW 4.9 compiler.
To do so, I download mingw-w64 build [i686, posix, dwarf], and install it to separate folder. Then, in QT creator, I add compiler in the "Build&Run" options.
Now when I compile something with -std=c++1y
flag, in release mode - my program crashes at once (even window does not appear), and in debug mode I get :
During startup program exited with code 0xc0000139
What I do wrong?