mirror of
https://github.com/overte-org/overte.git
synced 2025-04-10 17:22:25 +02:00
hiding json keys from ubuntu so that we can build for now until Linux implementation is done
This commit is contained in:
parent
346d8d5039
commit
a12685c74b
1 changed files with 4 additions and 1 deletions
|
@ -12,6 +12,7 @@
|
|||
|
||||
namespace platform {
|
||||
namespace jsonKeys{
|
||||
#ifndef Q_OS_LINUX
|
||||
static const char* cpuBrand= "cpuBrand";
|
||||
static const char* cpuModel = "cpuModel";
|
||||
static const char* cpuClockSpeed = "clockSpeed";
|
||||
|
@ -26,7 +27,9 @@ namespace platform {
|
|||
static const char* displayCoordsRight = "coordinatesright";
|
||||
static const char* displayCoordsTop = "coordinatestop";
|
||||
static const char* displayCoordsBottom = "coordinatesbottom";
|
||||
}
|
||||
#endif
|
||||
}
|
||||
|
||||
} // namespace platform
|
||||
|
||||
#endif
|
||||
|
|
Loading…
Reference in a new issue