Hi, I'm working with qtcreator 2.2.0 and would like to use a specific version of g++ other than the system default (the system default is 4.4, side-by-side installed is 4.5).
There's an auto-detected toolchain named GCC (x86 64bit), type GCC, which points to /usr/bin/g++, ABI x86-linux-generic-elf-64bit. I've manually added a toolchain named GCC 4.5, same type and ABI as the auto-detected, pointing to /usr/bin/g++-4.5. I'm able to select the new toolchain in the project's build settings, but qtcreator still uses g++ (via PATH). I assume that this is due to the mkspec used - the effective call to qmake looks like: qmake-qt4 project.pro -r -spec linux-g++. qmake.conf/g++.conf define QMAKE_CXX = g++. Do I have to write my own mkspec file to utilize g++-4.5? This would make the toolchains somehow useless... Any help appreciated! -- Klaus Triendl _______________________________________________ Qt-creator mailing list [email protected] http://lists.qt.nokia.com/mailman/listinfo/qt-creator
