On FC5, I have to install KDE staff with Qt to make the configure script happily go through.
yum install kdelibs-devel kdebase
Then is make command to build the kscope, but there is a failure that need to be fixed, here is the fix.
cd /usr/lib
ln -s /usr/lib/libkateinterfaces.so.0.0.0 /usr/lib/libkateinterfaces.so
ln -s /usr/lib/libkateutils.so.0.0.0 /usr/lib/libkateutiles.so
I don't know why the old link doesnot work, now try "make" and "make install", kscope would run on my FC5.