Hello, could somebody help me building vtk libraries to use with Qt? I want to create it to use with QtSDK for Windows. I have followed this tutorial, but I don't understand it.

At first, from here, I have installed "Windows Tcl-Tk Interface (Installer)" and downloaded the "Source files".

Using CMake 2.8, I tried to:
  1. Configure CMake using the generator "MinGW Makefiles" as default native compiler.
  2. Generate build files, checking
    • VTK_USE_GUISUPPORT
    • BUILD_SHARED_LIBS
    • VTK_USE_QT


a VTK-build directory is created. What I have to do after this? I tried to run "mingw32-make install" in the build directory, but in the "/bin" directory doesn't appear QVTKWidgetPlugin.lib and QVTKWidgetPlugin.dll.


Thanks