Re: QT3 und QT4 gleichzeitig

Bernhard Walle <[email protected]>
Newsgroups gmane.linux.suse.programming
Organization SUSE LINUX Products GmbH
Message-ID <[email protected]>
* Michael Bergmann <[email protected]> [2008-01-11 07:37]:
> 
> kann man eigentlich die QT Developer-Versionen 3 und 4 gleichzeitig auf einer 
> Maschine installiert halten, ohne dass die sich in die Quere kommen?

Ja.

> Auf meiner Maschine werkelt OSS 10.3-64Bit, da ist ja die 4er Version 
> Standard. Wenn ich nun die 3er benutzen will, um die Beispiele im Buch 
> nachzuvollziehen - muß ich irgendwelche Pfade anpassen? Was gibt es sonst 
> noch zu beachten?

Du musst halt den richtig $PATH setzen. Das Qt3-Zeugs ist in
/usr/lib/qt3/bin, das Qt4-Zeugs im normalen /usr/bin (also qmake
z.B.). D.h. für Qt4 setzt du am besten gar nichts, für Qt3 dann

    PATH=/usr/lib/qt3/bin:$PATH
    QMAKESPEC=/usr/lib/qt3/mkspecs/linux-g++

HTH.


        Bernhard
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]
lmpx.com only provides a reader for public news (NNTP) servers. It is not affiliated with the servers or forums shown here and is not responsible for the content of articles, which is written by their respective authors.