Ref T199, platform string from build config

This commit is contained in:
Klaus Basan
2017-12-25 13:04:30 +01:00
parent 69d1897f62
commit 81ae6464ad
2 changed files with 21 additions and 2 deletions

View File

@@ -83,6 +83,9 @@ namespace BlackConfig
//! Running on Unix (Linux or Mac OS X) platform
static bool isRunningOnUnixPlatform();
//! Info such as Win32, Win64, MacOs, Linux
static const QString &getPlatformString();
//! Info string about compilation
static const QString &compiledWithInfo(bool shortVersion = true);