qt4-mac is not faster or better ... is the same code == as you download qt4.4
if you like to build other library like mysql xslt ....
you need anyway macport ..
MacPort import on your mac only the configure command and all dependency from this...
MacPort is like Linux Gentoo emerge file
or debian 4 steep...
@apt-get source libqt4-core
## dependency install
@apt-get build-dep libqt4-core
@apt-get install fakeroot
@dpkg-buildpackage -us -uc -rfakeroot
MacPort wget or curl -O the source and build for you
You can any time configure self and grab all dependency
to work on XCode you must create the xcode projekt file
on terminal:
qmake -spec macx-xcode *name*.pro
after ddclick and push the build button
or configure other mac sdk ..
Bookmarks