# VTK 8.90 missing vtkGUISupportQt\_LOADED

**URL:** https://discourse.vtk.org/t/vtk-8-90-missing-vtkguisupportqt-loaded/145
**Category:** Development
**Created:** [January 26, 2019, 6:49am UTC](https://discourse.vtk.org/t/vtk-8-90-missing-vtkguisupportqt-loaded/145 "2019-01-26T06:49:49Z")
**Posts on this page:** 1
**Showing post:** 4

<div class="post-metadata">

### Author: ![amaclean](https://discourse.vtk.org/user_avatar/discourse.vtk.org/amaclean/32/224_2.png) [@amaclean](https://discourse.vtk.org/u/amaclean)
#### Post date: [January 26, 2019, 9:18pm UTC](https://discourse.vtk.org/t/vtk-8-90-missing-vtkguisupportqt-loaded/145/4 "2019-01-26T21:18:42Z")

</div>

@bill From what I can see there is no longer a `VTK_QT_VERSION` variable:

```auto
vtkGUISupportQt_LOADED: 
We have GUISupportQt
VTK_VERSION: 8.90.0
VTK_QT_VERSION: 
VTKWikiExamples: Building Qt examples
CMake Error at /usr/local/share/cmake-3.13/Modules/FindQt4.cmake:1313 (message):
  Found unsuitable Qt version "5.12.0" from
  /home/amaclean/Qt/5.12.0/gcc_64/bin/qmake, this code requires Qt 4.x
Call Stack (most recent call first):
  CMakeLists.txt:150 (find_package)

```

I also built VTK with `VTK_GROUP_ENABLE_QT:WANT` and `VTK_GROUP_ENABLE_QT:YES`, `VTK_QT_VERSION` remains empty.

In looking at `VTK/Examples/GUI/Qt` only Qt 5.x seems to be supported.

---

_[View the full topic](https://discourse.vtk.org/t/vtk-8-90-missing-vtkguisupportqt-loaded/145)._
