-
Task
-
Resolution: Duplicate
-
P2: Important
-
None
-
None
I was investigating a weird crash on QtCreator startup:
bettdhcp167110:~ kkoehne$ ./dev/creator/bin/Qt\ Creator.app/Contents/MacOS/Qt\ Creator Qt internal error: qt_menu.nib could not be loaded. The .nib file should be placed in QtGui.framework/Versions/Current/Resources/ or in the resources directory of your application bundle. Abort trap bettdhcp167110:~ kkoehne$
turns out that this is caused because I compiled qt/master with -no-framework, which conflicts apparently with -cocoa being the new default.
Is it possible to either print out an error at configure time, or implicitly switch to -cocoa when -no-framework is given?