[vtk-developers] Is DESIRED_QT_VERSION obsolete?

Marcus D. Hanwell marcus.hanwell at kitware.com
Thu Jan 7 16:03:03 EST 2010


On Thursday 07 January 2010 15:59:51 Francois Bertel wrote:
> Hello,
> 
> Since we now require Qt 4.5 as a minimal version, can we get rid of
> DESIRED_QT_VERSION?
> 
> The following list is the only places where DESIRED_QT_VERSION occur
> (grep for the ParaView3 source tree):
> 
> ./VTK/Examples/GUI/Qt/Events/CMakeLists.txt:15:SET(DESIRED_QT_VERSION
> ${VTK_DESIRED_QT_VERSION} CACHE FILEPATH "")
> ./VTK/Examples/GUI/Qt/GraphicsView/CMakeLists.txt:14:SET(DESIRED_QT_VERSION
> ${VTK_DESIRED_QT_VERSION} CACHE FILEPATH "")
> ./VTK/Examples/GUI/Qt/GraphicsView/CMakeLists.txt:18:IF(DESIRED_QT_VERSION
> GREATER 3 AND QT_VERSION_MINOR GREATER 3)
> ./VTK/Examples/GUI/Qt/GraphicsView/CMakeLists.txt:45:ENDIF(DESIRED_QT_VERSI
> ON GREATER 3 AND QT_VERSION_MINOR GREATER 3)
> ./VTK/Examples/GUI/Qt/ImageViewer/CMakeLists.txt:14:SET(DESIRED_QT_VERSION
> ${VTK_DESIRED_QT_VERSION} CACHE FILEPATH "")
> ./VTK/Examples/GUI/Qt/SimpleView/CMakeLists.txt:15:SET(DESIRED_QT_VERSION
> ${VTK_DESIRED_QT_VERSION} CACHE FILEPATH "")
> ./VTK/Examples/Infovis/Cxx/CustomLinkView/CMakeLists.txt:15:SET(DESIRED_QT_
> VERSION ${VTK_DESIRED_QT_VERSION} CACHE FILEPATH "")
> ./VTK/Examples/Infovis/Cxx/EasyView/CMakeLists.txt:15:SET(DESIRED_QT_VERSIO
> N ${VTK_DESIRED_QT_VERSION} CACHE FILEPATH "")
> ./VTK/Examples/Infovis/Cxx/StatsView/CMakeLists.txt:15:SET(DESIRED_QT_VERSI
> ON ${VTK_DESIRED_QT_VERSION} CACHE FILEPATH "")
> ./VTK/Examples/Infovis/Cxx/ChartView/CMakeLists.txt:15:SET(DESIRED_QT_VERSI
> ON ${VTK_DESIRED_QT_VERSION} CACHE FILEPATH "")
> ./VTK/GUISupport/Qt/VTKConfigQt.cmake.in:15:SET(VTK_DESIRED_QT_VERSION
> "@DESIRED_QT_VERSION@")
> 
> Any objection before I remove DESIRED_QT_VERSION?
> 
None at all - I was planning on making a final pass to get rid of any 
remaining instances. I knew there were a few around, so please go ahead and 
remove them (sorry I missed them in the first place).

Marcus
-- 
Marcus D. Hanwell, Ph.D.
R&D Engineer, Kitware Inc.
(518) 881-4937



More information about the vtk-developers mailing list