How to set compiler in Qt creator in Mac?
-
If you have qt and Xcode installed it should automatically detect the same. You go to "Qt Creator->Preferences->Build and Run->Kits" and try setting there. There are multiple tabs to set kit, compiler etc.
-
yep, i found there, but there is a red exclamatory mark before the desktop Qt 5.3 clang 64bit (in Kit and Qt versions).
and in compiler, it detected iphoneos-clang, iphonesimulator-clang, and i tried them with the qt-opensource-mac-x64-ios-5.3.1.dmg, but still not success.
in the project settings, the Makefile is blank and not found... -
Hi,
Xcode 4.6 is pretty outdated, the current version is 5.1.1 and 6 is almost out. You should first thing update your installation if possible.
Otherwise you also need to install the command line tools.
-
Xcode -> Preferences -> Downloads