[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
Mon May 15 13:30:15 EDT 2017


On Mon, May 15, 2017 at 10:15:21 -0700, MarWas18 wrote:
> Thank you! What should I do? What configuration will work? I only need to add
> GUI to my VTK application. Maybe there is easier way? I would really
> appreciate help!

Actually, I think I see the problem:

    QT_QMAKE_EXECUTABLE:PATH=C:/Qt/Qt5.6.2/5.6/msvc2015_64/bin/qmake.exe
    QT_DIR= C:/Qt/Qt5.6.2/5.6/msvc2015_64/bin

Both of these are wrong. QT_QMAKE_EXECUTABLE is for Qt4 and QT_DIR is
unused. You'll want to set:

    Qt5_DIR=C:/Qt/Qt5.6.2/5.6/msvc2015_64/lib/cmake/Qt5

--Ben


More information about the vtkusers mailing list