Mac OSX install qt4.1.3 Tiger
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?
Re: Mac OSX install qt4.1.3 Tiger
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.
Re: Mac OSX install qt4.1.3 Tiger
Quote:
Originally Posted by axeljaeger
As far as I understand you, you want to have debug output on mac. How do you open your programm?
Finder doubleclick...
Quote:
Originally Posted by axeljaeger
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...