Has anyone gotten Qt 4.8 to generate XCode 4.2 projects? I can build Qt from source easily enough. Just ./configure and take all the defaults. I'm trying to turn .pro files into XCode projects like this: qmake -spec -macx-xcode something.pro But it keeps generating something.pbproj, which XCode 4.2 refuses to open. Richard