You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
* Remove some deprecated calls.
* Update CMake Lists
* Update OIGTL/OIGTLIO
* VTK fix
* The macro SendMessage in winuser.h clashes with the method name in igtlioConnector. I would guess Qt6 now includes this somewhere where Qt5 wasn't. The cleaner way to resolve this would be to rename the SendMessage method in OIGTLIO to something unique, but this would require also changing every other application using OIGTLIO.
* Update Windows and Linux CI to build with Qt6
set( IBIS_EXTERNAL_DEPENDENCIES_DIR ${CMAKE_CURRENT_BINARY_DIR}/../IbisDeps CACHEPATH"Path where the external dependencies (itk, vtk, openCV) have been built" )
message( SEND_ERROR"Qt version 5.5.x or lower is no longer supported.\nCurrently supported Qt version is 5.9 and higher.\nYou are using "${Qt5Widgets_VERSION}"." )
54
-
elseif( Qt5Widgets_VERSION VERSION_LESS 5.9.0 )
55
-
message( SEND_ERROR"Currently supported Qt version is 5.9 and higher.\nYou are using "${Qt5Widgets_VERSION}". It may work." )
56
-
endif()
57
-
else()
58
-
message( SEND_ERROR"The Qt5Widgets library could not be found!" )
45
+
if( NOT Qt6Widgets_FOUND )
46
+
message( SEND_ERROR"The Qt6Widgets library could not be found!" )
0 commit comments