Hi!
Is it possible, without having to compile the rest of Qt, to recompile only the tools?
I want to fix a small problem in Qt Linguist and it looks like Qt must be recompiled completely in order to recompile Qt Linguist...
Any ideas?
Thanks!
Nick
Hi!
Is it possible, without having to compile the rest of Qt, to recompile only the tools?
I want to fix a small problem in Qt Linguist and it looks like Qt must be recompiled completely in order to recompile Qt Linguist...
Any ideas?
Thanks!
Nick
It should be possible to go to the linguist directory in your build directory and use make and make install there.
Of course, when you did change something in the library itself, this will need to be compiled too.
Hi!
Thank you for your help!
It complains that it doesn't find other things when I do this...
Recompiling the whole thing does work but it takes forever on a Q6600 (!). I guess compiling Qt might be a good candidate for distcc...
The code I needed to change was in Qt Linguist only and I got it working...
Once again thank you for your help!
Nick
Bookmarks