Import from Xcode add libs
-
I suppose you created a qmake project with a .pro file.
In that case you need to adjust the LIBS variable, the qmake documentation has the details in the "declaring other libraries":http://developer.qt.nokia.com/doc/qt-4.7/qmake-project-files.html section. You will need to add all the libs that your have added in the XCode project too.