[CMake] FindQt.cmake

Sören Freudiger muffmolch at gmx.de
Sat Aug 20 04:43:46 EDT 2005


Hello @all
We are using the educational version of Qt. Within this version the library
is called:

qt-mtedu333.dll

Because of that the QT_FOUND-Macro never is set to "YES" until we assigned
the Qt library manually. 
May it will be possible for futher versions of cmake to extend the
FindQt.cmake file from:

  FIND_LIBRARY(QT_QT_LIBRARY
        NAMES qt-mt qt-mt${qt_version_str_lib} qt-mt230nc
	  ...)

to something like:

   FIND_LIBRARY(QT_QT_LIBRARY
        NAMES qt-mt qt-mt${qt_version_str_lib} qt-mtedu${qt_version_str_lib}
qt-mt230nc
	  ...)

Best regards,
SirAnn

--
Dipl.-Ing. Soeren Freudiger
Institut fuer ComputerAnwendungen im Bauingenieurwesen TU Braunschweig,
Pockelsstr. 3, D-38106 Braunschweig
Tel.: +49 531/391-7595,
Mobil: +49 176/210 17 444
email: freud at cab.bau.tu-bs.de
http://www.cab.bau.tu-bs.de/  
 



More information about the CMake mailing list