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
_______________________________________________
CMake mailing list
[email protected]
http://www.cmake.org/mailman/listinfo/cmake

Reply via email to