GUI: Add Vtk info to copied About data

This commit is contained in:
Chris Hennes
2022-06-07 12:51:35 -05:00
parent b9db257558
commit c3ded1a6b0

View File

@@ -728,6 +728,7 @@ void AboutDialog::on_copyButton_clicked()
str << "Python " << PY_VERSION << ", ";
str << "Qt " << QT_VERSION_STR << ", ";
str << "Coin " << COIN_VERSION << ", ";
str << "Vtk " << FC_VTK_VERSION << ", ";
#if defined(HAVE_OCC_VERSION)
str << "OCC "
<< OCC_VERSION_MAJOR << "."