On Saturday 09 February 2008, Etaoin Shrdlu wrote: > On Saturday 9 February 2008, Uwe Thiem wrote: > > I am trying to port a KDE3 application to KDE4. Cmake gives me > > this error: > > > > CMake Error: Qt4 qdbusxml2cpp was not found. Make sure it has > > been built and installed by Qt > > > > And indeed: > > [EMAIL PROTECTED] /usr/bin $ ls -d qt* > > qt2text qt3to4 qtbz2 qtconfig qtdechunk qtdemo qtdump > > qtinfo qtrechunk qtstreamize qttoy4m qtyuv4toyuv > > It's surely not your problem here, but a "ls -d qt*" won't list a > file named "qdbusxml2cpp".
Alright, it's all my fault. Instead of using "include( FindQt4)" in my toplevel CMakeLists.txt, I should have used "find_package(Qt4 REQUIRED)". Cmake likes me now. ;-) It's just that I am new to cmake. Uwe -- Informal Linux Group Namibia: http://www.linux.org.na/ SysEx (Pty) Ltd.: http://www.SysEx.com.na/ -- [email protected] mailing list

