PDA

View Full Version : Deploy app QT app on Mac OSX with libraries and frameworks



mumbles
9th February 2013, 04:28
Hey everyone,

After 6 hours of slogging away I finally got my program working on Mac OSX (trying to compile lots of libraries etc). I followed this how-to in the end for getting qwt libaries working. http://www.qtcentre.org/archive/index.php/t-23559.html

Q1)

The only problem I am facing now, is that I am wanting to use this mac to make modifications and it would be great if I could just hit build and run from QT-Creator, instead of having to run macdeployqt from terminal, and then delete the associated frameworks to get it to run (see the link above for the steps I have to do). I am having all the problems that he had in the link, which are all solved in the link but are slow.

I have been looking but couldn't find a way around it. Any help would be appreciated. (I was going to look into running a batch file after its built and tie it into the run steps some how)


Thanks in advanced.