View Single Post
Posts: 432 | Thanked: 645 times | Joined on Mar 2009
#3
Originally Posted by jeremiah View Post
These instructions are both unclear, and do not work. You'll have to make sure to go into greater detail on how to install the entire Qt framework, i.e. Qt and Qt Creator on OS X Snow Leopard. Not least because the documentation on the Qt site itself is confusing, it leads you around in circles when you're hunting requirements.

Here is the error I get when trying to install Qt:

cd src/tools/bootstrap/ && make -f Makefile
/Users/jeremiah/Qt/qt/src/tools/bootstrap
make[1]: Nothing to be done for `first'.
cd src/tools/moc/ && make -f Makefile
/Users/jeremiah/Qt/qt/src/tools/moc
qmake -spec ../../../mkspecs/macx-g++ -o Makefile moc.pro
make[1]: qmake: No such file or directory
make[1]: *** [Makefile] Error 1
make: *** [sub-moc-make_default-ordered] Error 2
The only requirement should be xcode. Then you can either install the SDK and replace QtCreator, or just the libraries and the QtCreator (both dmg files), which is mentioned in the instructions. But you don't need the libraries at all if you want to use QtCreator just for the device.

Daniel