PDA

View Full Version : Mac OSX install qt4.1.3 Tiger



patrik08
2nd June 2006, 18:42
Hi...there are mac User? Tiger?

I configure my qt4 by:

./configure sqliteoption=yes -static [end enter]

now if my mac download svn (subversion file) from my Window..
wo have -> qDebug() << "### ..... " << firma;
or #include <QDebug> ... qt not compile nothing...
Is possibel to enable debug on mac and -static? same time....

and on pro file...
win32:debug { CONFIG += console }
works same as mac?

axeljaeger
2nd June 2006, 19:34
As far as I understand you, you want to have debug output on mac. How do you open your programm? If you use open in the commandline, you won't get commandline output. If you start the executable in your application bundle, everything should work as expected.

patrik08
3rd June 2006, 02:26
As far as I understand you, you want to have debug output on mac. How do you open your programm?

Finder doubleclick...


If you use open in the commandline, you won't get commandline output.

mac:debug { CONFIG += console }
Sure? ... if i start ****.Aps on terminal i see debug output? normal .... if i start
/Application/Safari.Aps on terminal .... terminal say is a dir...:crying:

Compile qt4 on my mini-mac 256ram is a full night.... maiby 5 hours...

./configure debug release sqlite ... (no static) an show debug on terminal...