Details
-
Bug
-
Resolution: Out of scope
-
Not Evaluated
-
None
-
Qt Creator 2.4.1, Qt Creator 2.5.0-rc, Qt Creator 2.7.1
-
Windows Vista x64
Description
- Create a project and set up a desktop- and a Maemo-target for it.
- Make the desktop target active.
- Open a source file of this project and add the line:
#include <iostream>
The line is correct so no error is being displayed.
- Make the Maemo-target active and wait until parsing finished.
Creator will underline the said line. A tooltip will show:iostream: No such file or directory
The project can be compiled so this error message seems wrong to me.