Jacob Krieg
Jacob Krieg

Reputation: 3174

Install Qt SDK on Mac OS X Snow Leopard 32 bit

I want to install Qt on Mac OS X Snow Leopard 32-bit but on the qt-project website only the version for 64 bit is available.

I tried to install the libraries and the Qt Creator IDE separately but it doesn't work, I get the error ":-1: error: /Developer/Tools/Qt/moc: Bad CPU type in executable".

I also tried to compile the sources which i got from here but all i got were errors:

make[3]: *** No rule to make target `../../WebCore/debug/libwebcored.a', needed by `../../../../../../lib/QtWebKit.framework/QtWebKit_debug'.  Stop.
make[2]: *** [debug-install] Error 2
make[1]: *** [sub-WebKit-qt-QtWebKit-pro-install_subtargets-ordered] Error 2
make: *** [sub-webkit-install_subtargets-ordered] Error 2

Everywhere I search on the web i get broken links from the old Nokia Qt website or people telling that Qt is not available for 32bit on Mac. I'd like to install Qt on his Mac even if it's an older version.

Does anyone know a link to the source code that works or a .dmg file for the entire Qt SDK bundle that works for Snow Leopard 32-bit?

I also installed XCode 3.2.6.

Thanks!

Upvotes: 2

Views: 1873

Answers (1)

Cameron Tinker
Cameron Tinker

Reputation: 9789

I think you might either have to build from source or get an older version of Qt built for 32bit. I believe 4.6.x had support for 32bit systems. Take a look at the official docs on developing for Mac with Qt: http://doc.qt.digia.com/latest/developing-on-mac.html

Upvotes: 1

Related Questions