I’m trying to build Qt 4.8.4 on OSX. I’m invoking the following to do so:
./configure -opensource -confirm-license -arch x86 -sdk /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.7.sdk -no-webkit -no-qt3support -nomake tests -nomake demos -nomake examples
make
For some reason, even though I’ve tried very hard to not build webkit, Qt still seems to very badly want to build webkit –
...
g++ -headerpad_max_install_names -arch i386 -Wl,-syslibroot,/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.7.sdk -single_module -dynamiclib -compatibility_version 4.9 -current_version 4.9.3 -install_name /usr/local/Trolltech/Qt-4.8.4/lib/QtWebKit.framework/Versions/4/QtWebKit_debug -Xarch_i386 -mmacosx-version-min=10.4 -o QtWebKit_debug .obj/debug-shared/WebSystemInterface.o .obj/debug-shared/QTKitFullScreenVideoHandler.o ...
...
What am I doing wrong here? Is there a -no-im-really-serious-please-dont-build-webkit switch?
↧