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