[Interest] Compiling Qt 4 on OS X 10.8 for 10.6 deployment

2013-03-20 Thread Michael Jackson
What is the magic configure argument to be able to build Qt 4.8.4 on OS X 10.8 but be able to deploy my application back to OS X 10.6.8? Thanks --- Mike Jackson dream3d.bluequartz.net ___ Interest mailing list Interest@qt-project.org

Re: [Interest] Compiling Qt 4 on OS X 10.8 for 10.6 deployment

2013-03-20 Thread Samuel Gaist
Hi, Have a look at http://qt-project.org/forums/viewthread/25806/ Hope it helps On 20 mars 2013, at 14:01, Michael Jackson wrote: What is the magic configure argument to be able to build Qt 4.8.4 on OS X 10.8 but be able to deploy my application back to OS X 10.6.8? Thanks --- Mike

Re: [Interest] Compiling Qt 4 on OS X 10.8 for 10.6 deployment

2013-03-20 Thread Michael Jackson
Looking closer at the command line that is generated by the configure script Qt actually sets the min system to 10.5 so I should be safe. Now to update my other libraries. Thanks MJ. On Mar 20, 2013, at 9:17 AM, Samuel Gaist wrote: Hi, Have a look at