Skip to content
Snippets Groups Projects
Commit 2cb230e7 authored by Felix de las Pozas's avatar Felix de las Pozas
Browse files

Added Qt version to GUI About dialog in applications.

parent c6252750
No related branches found
No related tags found
No related merge requests found
......@@ -49,6 +49,7 @@
#include <QMessageBox>
#include <QShortcut>
#include <QDateTime>
#include <QtGlobal>
#include <boost/bind.hpp>
......@@ -1037,7 +1038,7 @@ void MainWindow::aboutDialog( void )
tr( " rev (%1)<br>").arg(stackviz::Version::getRevision( )) +
"<a href='https://vg-lab.es/visimpl/'>https://vg-lab.es/visimpl</a>" +
"<h4>" + tr( "Build info:" ) + "</h4>" +
"<ul>"
"<ul><li>Qt " + QT_VERSION_STR +
#ifdef VISIMPL_USE_GMRVLEX
"</li><li>GmrvLex " + GMRVLEX_REV_STRING +
......
......@@ -58,6 +58,7 @@
#include <QGroupBox>
#include <QPushButton>
#include <QToolBox>
#include <QtGlobal>
#include <thread>
......@@ -550,7 +551,7 @@ namespace visimpl
tr( " rev (%1)<br>" ).arg( visimpl::Version::getRevision( ) ) +
"<a href='https://vg-lab.es/visimpl/'>https://vg-lab.es/visimpl</a>" +
"<h4>" + tr( "Build info:" ) + "</h4>" +
"<ul>"
"<ul><li>Qt " + QT_VERSION_STR +
#ifdef VISIMPL_USE_GMRVLEX
"</li><li>GmrvLex " + GMRVLEX_REV_STRING +
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please to comment