Qt 6.11 is out! See what's new in the release
blog
Newbie problem on Mac OS X
General and Desktop
2
Posts
1
Posters
1.8k
Views
1
Watching
-
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.