I've solved the problem and post here the solution if someone else is experimenting the same (subtle) behavior.
After launching QtCreator using another user I found that everything was ok. So I deduced that the problem was somewhere in my environment variables. In fact there where this two lines in my .bashrc and in my .profile added by a Texas Instrument SDK installer: TOOLCHAIN_PATH=/media/DATI/opt/CodeSourcery/arm-2009q1/;export TOOLCHAIN_PATH; QMAKESPEC=/media/DATI/opt/ti-sdk-am180x-evm-4.0.1.0/linux-devkit/arm-none-linux-gnueabi/usr/share/qtopia/mkspecs/linux-g++;export QMAKESPEC; After commenting those lines (and logging out and in) the problem was solved. _______________________________________________ Qt-creator mailing list [email protected] http://lists.qt.nokia.com/mailman/listinfo/qt-creator
