summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMarius Kintel <marius@kintel.net>2013-01-17 15:23:10 (GMT)
committerMarius Kintel <marius@kintel.net>2013-01-17 15:23:10 (GMT)
commitce1969c4da70882ff1df13763ec3b35ce92ffb0b (patch)
tree9e0d3cc7dfddb7875643264fdceae55acb6eaaa5
parent0b1029ff4d6f17a9f397adbf3f0a011cc20d76a5 (diff)
Show Qt version in Library Info
-rw-r--r--src/mainwin.cc6
1 files changed, 4 insertions, 2 deletions
diff --git a/src/mainwin.cc b/src/mainwin.cc
index dde6761..5c18b17 100644
--- a/src/mainwin.cc
+++ b/src/mainwin.cc
@@ -1768,11 +1768,13 @@ void MainWindow::helpLibrary()
libinfo.sprintf("Boost version: %s\n"
"Eigen version: %d.%d.%d\n"
"CGAL version: %s\n"
- "OpenCSG version: %s\n\n",
+ "OpenCSG version: %s\n"
+ "Qt version: %s\n\n",
BOOST_LIB_VERSION,
EIGEN_WORLD_VERSION, EIGEN_MAJOR_VERSION, EIGEN_MINOR_VERSION,
TOSTRING(CGAL_VERSION),
- OPENCSG_VERSION_STRING);
+ OPENCSG_VERSION_STRING,
+ qVersion());
if (!this->openglbox) {
this->openglbox = new QMessageBox(QMessageBox::Information,
contact: Jan Huwald // Impressum