KDE/kdelibs/cmake/modules
Alexander Neundorf
neundorf at kde.org
Tue Jan 2 20:39:36 CET 2007
On Sunday 31 December 2006 16:00, Marc Espie wrote:
> SVN commit 618204 by espie:
>
> find the right qmake on OpenBSD...
>
>
> M +1 -1 FindQt4.cmake
>
>
> --- trunk/KDE/kdelibs/cmake/modules/FindQt4.cmake #618203:618204
> @@ -172,7 +172,7 @@
> ENDIF(WIN32)
>
> # check for qmake
> -FIND_PROGRAM(QT_QMAKE_EXECUTABLE NAMES qmake qmake-qt4 PATHS
> +FIND_PROGRAM(QT_QMAKE_EXECUTABLE NAMES qmake4 qmake qmake-qt4 PATHS
This will break if you need qt-copy, because then still qmake4 will be
preferred over the qmake coming from qt-copy. I suggest moving qmake4 behind
qmake. Then you have to make sure that no qmake is in the PATH.
Bye
Alex
--
Work: alexander.neundorf AT jenoptik.com - http://www.jenoptik-los.de
Home: neundorf AT kde.org - http://www.kde.org
alex AT neundorf.net - http://www.neundorf.net
More information about the Kde-buildsystem
mailing list