[CMake] Problem of Compiling VTK5.0 with Qt GUI Support in Win2000

Brad King brad.king at kitware.com
Mon Jun 5 11:31:12 EDT 2006


Haifeng Zhao wrote:
> I am trying to compile VTK5.0 with Qt GUI Support in Windows 2000 that 
> has Qt Open-Sourced 4.1.2 and CMake 2.4.2 installed.
> 
> After QVTK is enabled in CMake, configuring it will prompt a message of 
> "QtCore/QtGUI library is not found". This was because CMake did not find 
> Qt libraries with prefix "lib" and suffix ".a".

What compiler was used to build Qt?  AFAIK, if it was not MSVC then the 
libraries will not work with MSVC.  If it was MSVC then they would have 
a .lib extension instead of a .a extension.

-Brad


More information about the CMake mailing list