[Qt-interest] SPAM-LOW: Re: QT 4.5 OS X Compile errors
Alessandro Portale
Alessandro.Portale at trolltech.com
Wed Sep 23 23:13:32 CEST 2009
Jason Kolbenheyer schrieb:
> ok so using your method, it compiled, thanks!
>
> Now I would normally "sudo make install" to get the libs to install
> here: usr/local/Trolltech/QT4.5
>
> But you're saying not to do this? How would I then build my application?
I would now cd into your applications source directory and:
<pathWhereQtWasBuilt>/bin/qmake && make
Or use QtCreator and add <pathWhereQtWasBuilt> as a Qt version and press
the build button.
> output after "bin/qmake && make sub-src ":
>
> make -f Makefile.Release
> g++ -c -pipe -fno-exceptions -Os -Wall -W -fvisibility=hidden
> -fvisibility-inlines-hidden -arch ppc -arch i386 -fPIC -fPIC
> -DQT_NO_STYLE_CDE -DQT_NO_STYLE_CLEANLOOKS -DQT_NO_STYLE_MOTIF
> ...
> rm -f ../../../../plugins/codecs/libqkrcodecs.a
> mv -f libqkrcodecs.a ../../../../plugins/codecs/
> cd graphicssystems/ && make -f Makefile
> make[2]: Nothing to be done for `first'.
...I think that went well. Cryptic messages, but no error.
Alessandro
More information about the Qt-interest-old
mailing list