Solved.
What I did:
1).remove "LIBS += -framework Carbon" from xxx.pro(xxx.pro is project file of xxxlib)
2).add following to myapp.pro(myapp.pro is project file of myapp,who used the xxxlib)
"LIBS += /System/Library/Frameworks/Carbon.framework/Carbon",
instead of "LIBS += -framework Carbon"
So it seems to be a library path problem,but I want to know why and the internal theory.
Can anyone tell me, or anything talked in Qt's or Apple's documents?
Thanks




Reply With Quote

Bookmarks