PDA

View Full Version : Mac OS X Intel && Qt 4.1



Sergey B.
18th January 2006, 20:54
Does Qt 4.1 work with this version MAC OS X on Intel Core DUO processors?
Just interest...

dimitri
19th January 2006, 00:29
What do you mean exactly by DUO processors?

Qt already runs on multi-processor and multi-core systems.

Sergey B.
21st January 2006, 16:06
What do you mean exactly by DUO processors?

Qt already runs on multi-processor and multi-core systems.


I am mean INTEL MAC OS X.
Does Qt work with this OS?

axeljaeger
21st January 2006, 18:01
Yes it does. Starting with Qt 4.1 you can build universal binaries using qmake.

Sergey B.
21st January 2006, 20:03
Yes it does. Starting with Qt 4.1 you can build universal binaries using qmake.

You say about Rosetta?
What about native intel binares?
Or Qt can build as native intel processor application?

thanks

dimitri
22nd January 2006, 15:30
Qt doesn't build programs, compilers do. Qt is just a library. If your compiler can build Intel libraries, just build Qt and your program as Intel binaries. Starting with Qt 4.1, qmake supports asking the compiler to build Intel binaries or universal binaries.

Platform Notes - Mac OS X - Qt 4 (http://www.trolltech.com/developer/platforms/osx.html)
Platform Notes - Mac OS X - Qt 3 (http://www.trolltech.com/products/qt3/platforms/osx.html)