ext Alexander Shabanov schrieb: > Hi! > > I am using Qt Creator 1.2.90 on Windows (with MSVC 2008), MacOS 10.5 > and Ununtu x64. > I have noticed, that Qt Creator is not able to find out standard > include path on Mac OS and Ubuntu, but everything works fine for > Windows edition.
What we do is: Figure out the toolchain, and since those two platforms are using g++, we run g++ -xc++ -E -v - and parse the output. So it might be that your compiler is outputting something strange there. daniel _______________________________________________ Qt-creator mailing list [email protected] http://lists.trolltech.com/mailman/listinfo/qt-creator
