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).
Problem:
I build an example using the -QT- Qt creator and it runs fine. I build the same example using qmake and the app it make launches as the QT Simulator.
What spell or incantation am I missing so that the app I build using qmake launches in the same way as the creator build?
Ahhhhhhhh.
My path was picking up the WRONG qmake!
I was using in the Simulator subdirectory not the
/Applications/QtSDK/Desktop/Qt/474/gcc/bin/qmake
one. D'oh.