Your browser does not seem to support JavaScript. As a result, your viewing experience will be diminished, and you have been placed in read-only mode.
Please download a browser that supports JavaScript, or enable it if it's disabled (i.e. NoScript).
Hi
Have a nice day ,I need some good reference about clang compiler and how we use C and objective C inside the Qt creater please anyone have better experience please share your ideas.
Thanks
Maybe this is a good place to start?
http://blog.ics.com/2013/04/an-introduction-to-clang.html
Hi,
For number 1: use the macx-clang mkspec rather than the macx-g++
For number 2:Use the OBJECTIVE_SOURCES to list your objective-c/c++ code file (.m for pure objective-c .mm for objective-c++)
Hope it helps