I just installed opensource qt from a mirror. After integration with Eclipse it didn't compile.I couldnt understand the reason.Are there any speciall setting for Windows. I was using eclipse + Qt4 in Open suse but i didnt like O.S .
I just installed opensource qt from a mirror. After integration with Eclipse it didn't compile.I couldnt understand the reason.Are there any speciall setting for Windows. I was using eclipse + Qt4 in Open suse but i didnt like O.S .
I have had these two problems as well. Compilation error is most probably a path setting problem. If you start Eclipse by using clicking on Start > All Programs > Qt Eclipse Integration v1.0.1 > Start Eclipse with MinGW, most probably you will be able to compile. By doing this, you are setting required paths for compilation.
Unfortunately, Installation of latest version of Qt Eclipse Integration v1.0.1 includes C:\Qt\4.3.3\include\ActiveQt for Qt projects created in Eclipse. It only causes a warning, not an error. To get rid of this warning, choose project properties by right clicking on your project in Project Explorer window. On the left side click on C/C++ Include Paths and Symbols . You will be seeing all folders included. Click on C:\Qt\4.3.3\include\ActiveQt and then click Remove button to remove it. This should get rid of the warning due to missing ActiveQt folder.
Hopefully this will help you.
anafor2004 (22nd January 2008)
Thank you , it works
Bookmarks