mirror of
https://github.com/swift-project/pilotclient.git
synced 2026-04-05 17:35:34 +08:00
Add P3D 64 bit SDK build version config
This commit is contained in:
committed by
Klaus Basan
parent
ebe23a694b
commit
b140e0e193
@@ -141,6 +141,12 @@ const QString &BlackConfig::CBuildConfig::gitHeadSha1()
|
||||
return gitHeadSha1;
|
||||
}
|
||||
|
||||
const QString &BlackConfig::CBuildConfig::p3dX64BuildVersion()
|
||||
{
|
||||
static const QString p3dX64BuildVersion(\"$$P3D_X64_VERSION\"); // libraries.pri
|
||||
return p3dX64BuildVersion;
|
||||
}
|
||||
|
||||
namespace Private
|
||||
{
|
||||
const QDateTime lastCommitTimestampImpl()
|
||||
|
||||
Reference in New Issue
Block a user