mirror of
https://github.com/ciphervance/supercell-wx.git
synced 2025-10-30 17:40:05 +00:00
parent
84b214e39e
commit
1efc311a86
7 changed files with 223 additions and 1 deletions
19
scwx-qt/source/scwx/qt/main/versions.hpp.in
Normal file
19
scwx-qt/source/scwx/qt/main/versions.hpp.in
Normal file
|
|
@ -0,0 +1,19 @@
|
|||
#pragma once
|
||||
|
||||
#include <cstdint>
|
||||
#include <string>
|
||||
|
||||
namespace scwx
|
||||
{
|
||||
namespace qt
|
||||
{
|
||||
namespace main
|
||||
{
|
||||
|
||||
const std::string kCommitString_ {"${commit_string}"};
|
||||
const std::uint16_t kCopyrightYear_ {${copyright_year}u};
|
||||
const std::string kVersionString_ {"${version_string}"};
|
||||
|
||||
} // namespace main
|
||||
} // namespace qt
|
||||
} // namespace scwx
|
||||
Loading…
Add table
Add a link
Reference in a new issue