Error on running Qt Application in Mac machine..
-
Hi All,
I have developed a console application in Apple Mac where i have all the Qt setup library & Qt Creator .
I am trying to run the same application in another Mac machine where it doesnt have any Qt stuff.I followed this site http://www.qtcentre.org/threads/6440-Bad-relink-libs-on-QT4-Mac-OSX-(install_name_tool)
to build my application package . ( I have dependcy on QtCore,QtXml,QtNetwork,QtGui lib)
Even everything went fine, but after when i try to run my bundle in my destination machine, its throwing some error like "not able to find the QtXml file"..
Please thro some light on this.