Problem with KDE style
When I was installin the Theme downloaded from KDE-look( doing ./configure), it was prompted thatQt (>= Qt 3.1 (20021021)) (headers and libraries) not found. Please check your installation!
So I searched my computer and failed to find any Qt header for lib. folders...:(
My system is RH9. Is Qt defaultly installed or I have to download&install it? If so, where can I find this software set? Well, I found some folde in /usr/lib/qt-3.1. Is it what I am looking for?
how to append the path?
I tried --with-qt-includes=/usr/lib/qt-3.1, but it did not work! 首先, 确定你安装了qt-devel (qt的开发包). 编译时需要.
其次, kde-look 站点上有一些是for kde3.2的, 而你可能在用3.1, 是不是这个问题呀?
如果是, 则多半没有办法了.
不过可以试试:
export CXXFLAGS=" $CXXFLAGS -DHAS_KDE31 "
然后再 ./configure Sorry, but how to confirm that I have Installed the qt-devel? if not, where can I find it?
页:
[1]