[CMake] FIND_PROGRAM and qt4

2006-09-06 Thread frederic heem
Hi, Here is the problem, qt3 is installed by the distribution, qt4 has been manually installed. An application which want to use qt4 will set QTDIR to the directory where qt4 is installed. The macro FIND_PROGRAM found the wrong qmake e.g /usr/lib/qt-3.3/bin/qmake, the reason is that FIND_PROGRAM

Re: [CMake] FIND_PROGRAM and qt4

2006-09-06 Thread Filipe Sousa
frederic heem wrote: > Hi, > Here is the problem, qt3 is installed by the distribution, qt4 has been > manually installed. An application which want to use qt4 will set QTDIR to > the directory where qt4 is installed. > The macro FIND_PROGRAM found the wrong qmake e.g /usr/lib/qt-3.3/bin/qmake,

Re: [CMake] FIND_PROGRAM and qt4

2006-09-06 Thread Alexander Neundorf
Original-Nachricht Datum: Wed, 6 Sep 2006 12:43:10 +0200 Von: frederic heem <[EMAIL PROTECTED]> An: cmake Betreff: [CMake] FIND_PROGRAM and qt4 > Hi, > Here is the problem, qt3 is installed by the distribution, qt4 has been > manually installed. An applicatio