[vtk-developers] VTK 6.3 QT 5.3 Program Error after 6.3 Build cmake 3.1.0
Alexander Molinar
molinarfamily2010 at gmail.com
Fri Sep 18 11:27:29 EDT 2015
I am new to VTK QT and am trying to abandon my TCL scripts for nice QT GUI.
I used cmake 3.1.0 to build VTK 6.3 release.
I enabled VTK_Group_Qt and have QT5.3 installed.
I generated with cmake with the following QT settings.
CMAKE_PREFIX_PATH = C:/Qt.5/5.3/msvc2013_64_opengl
QT_QMAKE_EXECUTABLE = C:/Qt.5/5.3/msvc2013_64_opengl/bin/qmake.exe
VTK_QT_VERSION = 5
It configures and generates with no errors.
Then I used VS 2012 Professional to build the solutions build all then
install with no errors.
When I launch VTK.exe see below.
Enter: "package require vtk" to load VTK commands
% package require vtk
couldn't load library "C:/VTK/bin/bin/Debug/vtkRenderingQtTCL-6.3.dll":
this lib
rary or a dependent library could not be found in library path
attempt to provide package vtkRenderingQtTCL 6.3 failed: no version of
package v
tkRenderingQtTCL provided
attempt to provide package vtkrenderingqt 6.3 failed: no version of package
vtkr
enderingqt provided
attempt to provide package vtk 6.3 failed: no version of package vtk
provided
Any help would be greatly appreciated. AM
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://public.kitware.com/pipermail/vtk-developers/attachments/20150918/7896a548/attachment.html>
More information about the vtk-developers
mailing list