Re: [CMake] qt3 vs qt4: kde3uic.cmake

2006-05-21 Thread Andreas Beckermann
On Friday 19 May 2006 22:59, Alexander Neundorf wrote: > Hi, > > > Von: Andreas Beckermann <[EMAIL PROTECTED]> > > ... > > > In order to fix this problem, I propose to forward QT_MOC_EXECUTABLE to > > the > > kde3uic.cmake script and then use that variable, instead of the > > hardcoded > > > binary

Re: [CMake] qt3 vs qt4: kde3uic.cmake

2006-05-19 Thread Alexander Neundorf
Hi, > Von: Andreas Beckermann <[EMAIL PROTECTED]> ... > In order to fix this problem, I propose to forward QT_MOC_EXECUTABLE to > the > kde3uic.cmake script and then use that variable, instead of the hardcoded > binary name. Just like it is done with the KDE_UIC_CPP and _H and _FILE >

[CMake] qt3 vs qt4: kde3uic.cmake

2006-05-18 Thread Andreas Beckermann
Hi This is using cmake-2.4.2 on a gentoo machine. Gentoo has qt3 installed at /usr/qt/3. QTDIR is set accordingly. Unfortunately this machine also has qt4 installed and /usr/bin/uic is a symlink to uic from qt4. With the current cmake version both, moc and uic, are apparently catched correctly,