I installed Qt Creator 4.10.2 (Community), I don't know what to do next. I don't know how to compile and debug it. If someone is wants to tell me what I need to do, I'm willing to compile and debug it.
Its easy just download qt 13.2, ...
Did you install also the framework or only Creator? You'll need (only) Creator+MinGW64+Qt
5.13.2(this one I tried and it works fine over here for MLVApp).
To compile:
- Download source archive here:
https://github.com/ilia3101/MLV-App- Unzip, and open MLVApp/platform/qt/MLVApp.pro
- Creator will ask howto configure... make sure a MinGW64 toolchain is checked (at least with Debug and Release)
- at the left bottom there is a "computer" icon: choose "Debug"
- at the left bottom there is a green "play" icon: press it, now it compiles, when successfully finished MLVApp starts automatically
For debugging:
- press the green "play" button with the bug insteady of the button without bug
The debug version will be way slower then the release version, but you're able to get the line of code where the app crashes.