Die Widget Bibliothek wird nicht gefunden:
Code: Alles auswählen
otool -L /Developer/Applications/Qt/Designer.app/Contents/MacOS/Designer
/Developer/Applications/Qt/Designer.app/Contents/MacOS/Designer:
QtDesignerComponents.framework/Versions/4/QtDesignerComponents (compatibility version 4.3.0, current version 4.3.4)
QtDesigner.framework/Versions/4/QtDesigner (compatibility version 4.3.0, current version 4.3.4)
QtAssistant.framework/Versions/4/QtAssistant (compatibility version 4.3.0, current version 4.3.4)
QtScript.framework/Versions/4/QtScript (compatibility version 4.3.0, current version 4.3.4)
QtXml.framework/Versions/4/QtXml (compatibility version 4.3.0, current version 4.3.4)
QtGui.framework/Versions/4/QtGui (compatibility version 4.3.0, current version 4.3.4)
/System/Library/Frameworks/Carbon.framework/Versions/A/Carbon (compatibility version 2.0.0, current version 128.0.0)
/System/Library/Frameworks/AppKit.framework/Versions/C/AppKit (compatibility version 45.0.0, current version 824.34.0)
QtNetwork.framework/Versions/4/QtNetwork (compatibility version 4.3.0, current version 4.3.4)
QtCore.framework/Versions/4/QtCore (compatibility version 4.3.0, current version 4.3.4)
/usr/lib/libz.1.dylib (compatibility version 1.0.0, current version 1.2.3)
/usr/lib/libSystem.B.dylib (compatibility version 1.0.0, current version 88.1.3)
/usr/lib/libiconv.2.dylib (compatibility version 5.0.0, current version 5.0.0)
/System/Library/Frameworks/ApplicationServices.framework/Versions/A/ApplicationServices (compatibility version 1.0.0, current version 22.0.0)
/usr/lib/libstdc++.6.dylib (compatibility version 7.0.0, current version 7.4.0)
/usr/lib/libgcc_s.1.dylib (compatibility version 1.0.0, current version 1.0.0)Ich fügte folgende Zeilen hinzu in widgets.pro
Code: Alles auswählen
mac : CONFIG += lib_bundleCode: Alles auswählen
mac : LIBS += -L../widgets/wwwidgets4.framework -lwwwidgets4
#mac : LIBS += -L../widgets/wwwidgets4.framework/Versions/0 -lwwwidgets4Dann bekomm ich diesen Fehler:
Code: Alles auswählen
/usr/libexec/gcc/i686-apple-darwin8/4.0.1/libtool: can't locate file for: -lwwwidgets4
/usr/libexec/gcc/i686-apple-darwin8/4.0.1/libtool: file: -lwwwidgets4 is not an object file (not allowed in a library)