On 03/22/2010 09:46 AM, Stephan Witt wrote:
Am 22.03.2010 um 09:18 schrieb Abdelrazak Younes:
On 03/22/2010 06:50 AM, Stephan Witt wrote:
I'll do that later... do you know if that build is working with Qt4 of macports?
You should really try Nokia's binaries IMHO.
I tried it (the SDK). And failed to build LyX. autoconf didn't detect the
Qt-Framework.
So currently I'm investigating the pro and con of the different options.
That's really time consuming... the various builds lasts hours.
What binaries do you recommend exactly?
Either the SDK with QtCreator
http://qt.nokia.com/downloads/sdk-mac-os-cpp
or only the framework:
http://qt.nokia.com/downloads/mac-os-cpp
If the SDK, just open up the main CMakeList.txt in QtCreator.
If only the framework, provided that qmake is in your path, CMake should
have no problem finding the right Qt libraries.
Abdel.