Hello,

I have been searching for weeks for a decent IDE on the mac with:

-Qt code completion
-Customizable build system (to take .pro files into account with qmake)

I tried:

XCode: no completion, not very user-friendly, complicated build system
Eclipse CDT: no completion, build system OK
CodeBlocks: unstable, slow, no completion.
SlickEdit: completion OK, build OK but much too expensive

(I did the same test with all of them: a main.cpp with only a qapplication exec, and the simplest pro file)

I am starting to think that the Mac is not a development platform. Would anyone have perfect solutions ?

Tonio