mirror of
https://github.com/OPM/ResInsight.git
synced 2025-02-25 18:55:39 -06:00
Include build server OS as text in about dialog
This commit is contained in:
@@ -35,4 +35,6 @@
|
||||
|
||||
#define RESINSIGHT_PYTHON_VERSION "@Python3_VERSION@"
|
||||
|
||||
#define RESINSIGHT_GIT_HASH "@RESINSIGHT_GIT_HASH@"
|
||||
#define RESINSIGHT_GIT_HASH "@RESINSIGHT_GIT_HASH@"
|
||||
|
||||
#define RESINSIGHT_BUILD_SYSTEM_ID "@RESINSIGHT_BUILD_SYSTEM_ID@"
|
||||
@@ -148,6 +148,8 @@ void RicHelpAboutFeature::onActionTriggered( bool isChecked )
|
||||
dlg.addVersionEntry( " ", QString( " " ) + vendor + " : " + render );
|
||||
}
|
||||
|
||||
dlg.addVersionEntry( " ", QString( " Build Server : " ) + RESINSIGHT_BUILD_SYSTEM_ID );
|
||||
|
||||
QString compiledUsingPythonVersion = RESINSIGHT_PYTHON_VERSION;
|
||||
if ( !compiledUsingPythonVersion.isEmpty() )
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user