mirror of
https://github.com/lubosz/overte.git
synced 2025-08-08 04:08:13 +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 platform {
|
||||||
namespace jsonKeys{
|
namespace jsonKeys{
|
||||||
|
#ifndef Q_OS_LINUX
|
||||||
static const char* cpuBrand= "cpuBrand";
|
static const char* cpuBrand= "cpuBrand";
|
||||||
static const char* cpuModel = "cpuModel";
|
static const char* cpuModel = "cpuModel";
|
||||||
static const char* cpuClockSpeed = "clockSpeed";
|
static const char* cpuClockSpeed = "clockSpeed";
|
||||||
|
@ -26,7 +27,9 @@ namespace platform {
|
||||||
static const char* displayCoordsRight = "coordinatesright";
|
static const char* displayCoordsRight = "coordinatesright";
|
||||||
static const char* displayCoordsTop = "coordinatestop";
|
static const char* displayCoordsTop = "coordinatestop";
|
||||||
static const char* displayCoordsBottom = "coordinatesbottom";
|
static const char* displayCoordsBottom = "coordinatesbottom";
|
||||||
}
|
#endif
|
||||||
|
}
|
||||||
|
|
||||||
} // namespace platform
|
} // namespace platform
|
||||||
|
|
||||||
#endif
|
#endif
|
||||||
|
|
Loading…
Reference in a new issue