Qt Creator 2.6.1 + Qt5.0 + MinGW 4.7: two small issues
Hi,
I downloaded the new Qt Creator and managed to compile the Qt5.0 source code for MinGW 4.7 on Windows 7. Everything works fine except for two things:
a) Each time I go into debug I get the following warning: "Debugging Helper Missing". I tried following the instructions and tried to click build all, but that button was not enabled.
b) When I try to make a simple test QML file, the IDE does not recognize the standard elements (Rectangle, MouseArea) although when I run the application, everything works. I get a "Unrecognized Element (M300)" error.
Does anyone know how to fix this?
Thanks in advance,
t3685
Re: Qt Creator 2.6.1 + Qt5.0 + MinGW 4.7: two small issues
Hi,
I have managed to solve both issues and realize this was the wrong sub-forum :(.
a) apparently Qt Creator long since stopped using the debugging helper, instead using a gdb with python scripting (i downloaded mine from here http://builds.qt-project.org/)
b) tools->JS/QML->Reset Code model did the trick