Re: Current Qt branch build available
David Fraser <[email protected]>
| Newsgroups | gmane.comp.mozilla.devel.qt |
|---|---|
| Organization | The South African Internet Exchange |
| Message-ID | <[email protected]> |
KaiRo - Robert Kaiser wrote: > >> If your Environment have QT compiled with gcc 3.2 or newer then use >> for your mozilla-qt a gcc 3.2 compiler (or use a gcc 3.2 compiled >> package) > > > That's my case, abd that's why I'm providing a gcc-3.2 build. > > > Robert Kaiser > Does anyone know if there is a simple way of determining which version of gcc a binary copy of qt is built with? Then we could provide simple instructions for people wanting to try it out: if [[ `gcc-version libqt.so` == 3.2 ]] download mozilla-qt-gcc3.2 else download mozilla-qt-gcc2.9 David