PDA

View Full Version : how to provide thread support to qt



amit_pansuria
23rd November 2006, 08:23
helo i configure qt with

cd /usr/local/qt
qt#./configre -thread
then #make
it show thread support is there
but after few days when i use qt it shows me there is no thread support
why such thing happen and one more thing i need to clear is
if i write
./configure -thread
then after that it is necessary to give
make command or what
Thx n Regards,
Amit

sunil.thaha
23rd November 2006, 08:27
I think the problem is that one of your two qt installations has threading support and the other might not have it. So set the paths correctly.

and Ya
after ./configure
you have to issue a make command to start the compilation process

wysota
23rd November 2006, 09:32
He did make the library. But did he install it afterwards with "make install"?

sunil.thaha
24th November 2006, 05:48
Right !!

Just overlooked that. Good find :cool: