[vtkusers] Cannot install Qt 5.6.2 with VTK 7.0 on Windows 8.1, Microsoft Visual Studio Community 2015
Ben Boeckel
ben.boeckel at kitware.com
Tue May 16 10:13:49 EDT 2017
On Tue, May 16, 2017 at 06:15:48 -0700, MarWas18 wrote:
> Visual Studio Community 2015 (seems to be 32 bit, only Win32 possible when
> builiding in Release, Debug or any other)
Use the `-A x64` option when configuring to use the x64 architecture.
> QT_VERSION=5
This variable does nothing. The setting is called `PARAVIEW_QT_VERSION`.
> QT_DIR= C:/Qt/Qt5.6.2/5.6/msvc2015/lib/cmake/Qt5
This variable also does nothing. You need to use the `Qt5_DIR` variable
in my earlier email.
--Ben
More information about the vtkusers
mailing list