Hello
Is Qt 5.8 not compatible with VTK 7.0 . It mostly says QT core not found or the following Found unsuitable Qt version "5.8.0" from
C:/Qt/Qt5.8.0/5.8/msvc2015_64/bin/qmake.exe, this code requires Qt 4.x . what is the issue with QT 5 flags?
Printable View
Hello
Is Qt 5.8 not compatible with VTK 7.0 . It mostly says QT core not found or the following Found unsuitable Qt version "5.8.0" from
C:/Qt/Qt5.8.0/5.8/msvc2015_64/bin/qmake.exe, this code requires Qt 4.x . what is the issue with QT 5 flags?
I would think that this message answers your question. VTK is developed independently of Qt by Kitware. I wouldn't expect them to be right on top of the latest and greatest Qt releases. It shouldn't be very difficult to make their Qt 4 examples work with Qt 5 - at the level that VTK uses Qt, there should be very few changes required.Quote:
It mostly says QT core not found or the following Found unsuitable Qt version "5.8.0" ... this code requires Qt 4.x