What is the difference between qt mac open source and qt mac cocoa libraries?
I found on http://releases.qt-project.org/qt4/source/ these dmg files and i don’t know what’s the difference between them:
qt-mac-cocoa-opensource-4.6.4-debug-libs.dmg and qt-mac-opensource-4.6.4-debug-libs.dmg
qt-mac-cocoa-opensource-4.6.4.dmg and qt-mac-opensource-4.6.4.dmg
From what I found out the difference between the two is that
qt-mac-cocoa-opensource-4.6.4.dmgversions are built using cocoa API andqt-mac-opensource-4.6.4-debug-libs.dmgare built using carbon API which now is obsolete.