PDA

View Full Version : QT 3.0.3 Workable?



CoolGuyEQ
03-26-2002, 08:13 AM
Was out and about, just looking at stuff, and noticed that there is a 3.0.3 release of Qt.....was wondering if this was a stable, actual release, or what the deal was, and if it's a stable release, if it works with ShowEQ, etc...still using 2.3.2 and all, but like keeping things up to date :)

Thanks,
CGEQ

fee
03-27-2002, 10:01 AM
yes, it works great, i would recomend using qt3.0.3 if it is within your means to do so.

fee

CoolGuyEQ
03-28-2002, 07:54 AM
Thanks a bunch Fee...will download and compile soon as I get home :)

CGEQ

CoolGuyEQ
03-28-2002, 10:39 AM
Hmm - downloaded and extracted the QT 3.0.3 from trolltech....when I went and did ./configure -thread, I noticed it went to use g++ and not g++3 - did I miss something somewhere? I did some quickie searches and couldn't see where to change it.

Thanks,
CGEQ

fryfrog
03-28-2002, 09:06 PM
i think you need to find the right file to change something in, maybe in /qt-src/configs/linux/ or something. you need to change references to gcc -> gcc3 (or gcc-3.0.1) and g++ -> g++3 (or g++-3.0.1).

lildr00d
03-29-2002, 02:11 AM
Is there anything special we need to change to use 3.0.3

I would really like to use the new QT can someone post what changes are required to use it. Im sure the QTDIR statement needs to be modified but what else?


Thanks

CoolGuyEQ
03-29-2002, 08:15 AM
I thought I had qt 3.0.3 compiled correctly, then tried to compile SEQ - it barfed to hell and back hehe

CGEQ