GUI: Add Vtk info to copied About data
This commit is contained in:
@@ -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 << "."
|
||||
|
||||
Reference in New Issue
Block a user