OK I figured out what was going on. It seems that make install was failing halfway through because it couldn't find some webkit-related pro file. make install -i (ignore errors) forced it to complete and qmake and the mkspecs were copied.
On 8 Apr 2012, at 21:04, Danny Price wrote: > I'm developing with Qt on Mac and I'm using the Qt sdk which is a big > improvement over the old lackluster Qt-mac installer (which didn't support > multiple Qt installs and forced installs to usr/local). > > I cannot use the supplied Qt binaries however as they aren't built to my > requirements do I didn't install them and instead configured and built qt > manually using the following: > > ./configure -prefix "/Developer/QtSDK/Desktop/Qt/474" -debug-and-release > -opensource -fast -shared -no-accessibility -no-rpath -silent -no-framework > -sdk "/Developer/SDKs/MacOSX10.5.sdk" -arch x86_64 -no-qt3support -openssl > > make install deposits Qt where I expected (/Developer/QtSDK/Desktop/Qt/474) > except neither qmake nor the mkspecs are copied so I cannot use this > installation from QtCreator. Instead I have to create softlinks to qmake and > the mkspecs dir in the original source directory, after-which QtCreator sees > /Developer/QtSDK/Desktop/Qt/474 as a valid install. > > I've had to do this a couple of times now and while it works, I can't believe > the SDK is this broken. What am I doing wrong here? _______________________________________________ Interest mailing list Interest@qt-project.org http://lists.qt-project.org/mailman/listinfo/interest