Cmake can't find qmake

Alexander Neundorf neundorf at kde.org
Mon Nov 12 18:16:19 CET 2007


On Sunday 11 November 2007, Thiago Macieira wrote:
> Kyle wrote:
> >cmake can't locate qmake, which in my distribution (Kubuntu 7.10)
> >is /usr/bin/qmake-qt4 . How can I make it see it?

What do you mean with it can't find it ?
Doesn't it find it at all or does it find a wrong one ?
"qmake-qt4" is in the list of tested names:

FIND_PROGRAM(QT_QMAKE_EXECUTABLE NAMES qmake qmake4 qmake-qt4 PATHS
             ... )

Bye
Alex


More information about the Kde-buildsystem mailing list