[CMake] FindQt4 qt version message

Tanner Lovelace clubjuggler at gmail.com
Wed Feb 1 17:00:53 EST 2006


Greetings,

In FindQt4.cmake the following line doesn't print out
a correct version number:

MESSAGE(STATUS "Found Qt-Version
${QT_INST_MAJOR_VERSION}.${QT_INST_MINOR_VERSION}.${QT_INST_PATCH_VERSION}")

Instead, since the major/minor/patch version variables don't ever
get set, it prints out this:

Found Qt-Version ..

Could it be changed to this instead?

MESSAGE(STATUS "Found Qt-Version ${QTVERSION}")

QTVERSION is set by querying qmake for the version.

Thanks very much.

Cheers,
Tanner Lovelace

--
Tanner Lovelace
clubjuggler at gmail dot com
http://wtl.wayfarer.org/
(fieldless) In fess two roundels in pale, a billet fesswise and an
increscent, all sable.


More information about the CMake mailing list