From c3ded1a6b0ba331d8c0dc20b72505dac34d21a92 Mon Sep 17 00:00:00 2001 From: Chris Hennes Date: Tue, 7 Jun 2022 12:51:35 -0500 Subject: [PATCH] GUI: Add Vtk info to copied About data --- src/Gui/Splashscreen.cpp | 1 + 1 file changed, 1 insertion(+) diff --git a/src/Gui/Splashscreen.cpp b/src/Gui/Splashscreen.cpp index 22c43ad116..3965665159 100644 --- a/src/Gui/Splashscreen.cpp +++ b/src/Gui/Splashscreen.cpp @@ -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 << "."