Results 1 to 2 of 2

Thread: Qt 5.8 VTK 7.0

  1. #1
    Join Date
    Mar 2017
    Posts
    1
    Qt products
    Qt5
    Platforms
    Unix/X11 Windows

    Default Qt 5.8 VTK 7.0

    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?

  2. #2
    Join Date
    Jan 2008
    Location
    Alameda, CA, USA
    Posts
    5,311
    Thanks
    314
    Thanked 870 Times in 857 Posts
    Qt products
    Qt5
    Platforms
    Windows

    Default Re: Qt 5.8 VTK 7.0

    It mostly says QT core not found or the following Found unsuitable Qt version "5.8.0" ... this code requires Qt 4.x
    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.
    <=== The Great Pumpkin says ===>
    Please use CODE tags when posting source code so it is more readable. Click "Go Advanced" and then the "#" icon to insert the tags. Paste your code between them.

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  
Qt is a trademark of The Qt Company.