mirror of
https://github.com/GoldenCheetah/GoldenCheetah.git
synced 2026-02-17 01:49:55 +00:00
OpenBSD support for ANT sticks
.. just sets up another o/s version
This commit is contained in:
committed by
Mark Liversedge
parent
b1feef1c6c
commit
2ae55153a2
@@ -9,6 +9,8 @@ int OperatingSystem = OSX;
|
||||
int OperatingSystem = WINDOWS;
|
||||
#elif defined Q_OS_LINUX
|
||||
int OperatingSystem = LINUX;
|
||||
#elif defined Q_OS_OPENBSD
|
||||
int OperatingSystem = OPENBSD;
|
||||
#endif
|
||||
|
||||
static GSettings *GetApplicationSettings()
|
||||
|
||||
Reference in New Issue
Block a user