Compile Qt For Maya 2011 c++ library in MacOS & Linux?

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report
Hi guys, am using Qt library for maya to develop c++ plugins. Everything goes well in Windows, I have compiled Qt for Maya2011~2015 successfully and they works well, but I encountered serious problems under Linux & MacOS:
1: I can't find the modified Qt library for Maya 2011 to compile in MacOS/Linux, I downloaded qt-4.5.3-for_maya2011.zip, but it is only for windows and don't have a configure executable but only a configure.exe. I download Qt 4.5.3 generic library and found that .so plugins compiled under it will crash maya, since maya use modified Qt library.
Does anyone has the modified qt library for Maya 2011 for Linux & MacOS?
2. Difficulty in compiling qt library in MacOS.
In MacOS I found that the compile of Qt library need OSX SDK seriously. But XCode in the os has been updated and the old osx sdk are no longer availabe. How you guys work around this?
Miguel