co-maps/libs/platform/platform_qt_version.cpp.in

12 lines
170 B
C++
Raw Normal View History

2025-11-22 13:58:55 +01:00
#include "platform/platform.hpp"
std::string Platform::Version() const
{
return "@OM_VERSION@";
}
int32_t Platform::IntVersion() const
{
return @OM_INT_VERSION@;
}