[vtkusers] Cannot install Qt 5.6.2 with VTK 7.0 on Windows 8.1, Microsoft Visual Studio Community 2015

Elvis Stansvik elvis.stansvik at orexplore.com
Sun May 14 03:20:02 EDT 2017


2017-05-13 22:49 GMT+02:00 MarWas18 <marcinwas94 at interia.pl>:
> Unfortunately it did not help. Do you think that the rest of parameters are
> ok?

It would help to see the full output from CMake.

Here's how I configured VTK 7.1.1 when building with MSVC 2015:

cmake ^
    -DCMAKE_INSTALL_PREFIX=C:/Users/Elvis/Dev/VTK-7.1.1-inst ^
    -DVTK_Group_Qt=ON ^
    -DVTK_QT_VERSION=5 ^
    -DQt5_DIR=C:/Users/Elvis/Dev/Qt/Qt5.6.2/5.6/msvc2015_64/lib/cmake/Qt5 ^
    -DVTK_Group_Imaging=ON ^
    -DVTK_Group_Views=ON ^
    -DVTK_Group_MPI=OFF ^
    -DVTK_Group_Tk=OFF ^
    -DVTK_Group_Web=OFF ^
    -DVTK_Group_StandAlone=OFF ^
    -DBUILD_TESTING=OFF ^
    -DVTK_USE_SYSTEM_LIBRARIES=OFF ^
    -DCMAKE_BUILD_TYPE=Release ^
    -DCMAKE_MAKE_PROGRAM=C:/Users/Elvis/Dev/ninja-win/ninja.exe ^
    -GNinja ^
    ..

My options are a little different than yours, but I'm also configuring
with Qt 5 support.

Elvis

>
> Thank you,
> Marcin
>
>
>
> --
> View this message in context: http://vtk.1045678.n5.nabble.com/Cannot-install-Qt-5-6-2-with-VTK-7-0-on-Windows-8-1-Microsoft-Visual-Studio-Community-2015-tp5743206p5743208.html
> Sent from the VTK - Users mailing list archive at Nabble.com.
> _______________________________________________
> Powered by www.kitware.com
>
> Visit other Kitware open-source projects at http://www.kitware.com/opensource/opensource.html
>
> Please keep messages on-topic and check the VTK FAQ at: http://www.vtk.org/Wiki/VTK_FAQ
>
> Search the list archives at: http://markmail.org/search/?q=vtkusers
>
> Follow this link to subscribe/unsubscribe:
> http://public.kitware.com/mailman/listinfo/vtkusers


More information about the vtkusers mailing list