And I noticed that visual studio versions required by paraview has changed to 2017(all previous versions of paraview requires VS-2015). Looks like a big update.
Yes, there is some concern. The latest git clone from 5.9.0 Paraview does not compile with Qt 5.12. At 92%
[ 92%] Building CXX object VTK/GUISupport/Qt/CMakeFiles/GUISupportQt.dir/GUISupportQt_autogen/mocs_compilation.cpp.o
In file included from /path/to/ParaView/5.9.0/buildHere/VTK/GUISupport/Qt/GUISupportQt_autogen/mocs_compilation.cpp:2:0:
/trinity/opt/apps/software/ParaView/5.9.0/buildHere/VTK/GUISupport/Qt/GUISupportQt_autogen/EWIEGA46WW/moc_QFilterTreeProxyModel.cpp:65:1: error: ‘QT_INIT_METAOBJECT’ does not name a type; did you mean ‘Q_INIT_RESOURCE’?
QT_INIT_METAOBJECT const QMetaObject QFilterTreeProxyModel::staticMetaObject = { {
There are about 18 such instances of an unrecognized QT_INIT_METAOBJECT in that source file.
This is done in CentOS7 with GCC 7.2.0.