ANTsX / ANTs

Advanced Normalization Tools (ANTs)
Apache License 2.0
1.19k stars 380 forks source link

ANTs Qt option requires Qt4 which is EOLed #1086

Open yurivict opened 4 years ago

yurivict commented 4 years ago
CMake Error at /usr/local/share/cmake/Modules/FindQt4.cmake:1314 (message):
  Found unsuitable Qt version "5.15.0" from /usr/local/bin/qmake, this code
  requires Qt 4.x
Call Stack (most recent call first):
  SuperBuild.cmake:31 (find_package)
  CMakeLists.txt:67 (include)
gdevenyi commented 4 years ago

Does anything even use Qt in the code?

cookpa commented 4 years ago

It might come into play with VTK builds.

cookpa commented 4 years ago

If anyone reading has opinions on moving this dependency to QT5 (or better yet time to implement and test), please let us know.