close
- Download the version depend on your need. I choose Qt 4.7
- Double-click to launch the installation.
- Add '/Developer/Tools/Qt' into PATH environment variable.
- Write your codes.
- type 'qmake -project' to generate .pro file.
- type 'qmake -spec macx-g++' to generate Makefile depending on .pro file above.
- type 'make' to build binary file.
Reference:
Developing Qt Applications for Mac OS X
about qmake
全站熱搜