Trying to build KDE4/kdelibs for the first time (with cmake)
Brad King
brad.king at kitware.com
Tue Jan 31 16:42:44 CET 2006
Kurt Pfeifle wrote:
> lrwxrwxrwx 1 root root 24 2006-01-29 17:57 /opt/kde40svn/qt-copy-kde40svn/lib/libQtCore_debug.so.4 -> libQtCore_debug.so.4.1.0
[snip]
> What could be the problem? Why is it that I get "cannot find -lQtCore" when
> my QTDIR is set and not an empty directory?
> (note, I built qt-copy with "--prefix=/opt/kde40svn/qt-copy-kde40svn" and
> did run "make install" with no apparent error)
It looks like you're using Qt 4 which I think doesn't use QTDIR anymore.
Instead you need to have qmake in your path for the Qt that you want.
-Brad
More information about the Kde-buildsystem
mailing list