mirror of
https://github.com/subsurface/subsurface.git
synced 2025-02-19 22:16:15 +00:00
build-system: start adding a headless build
Right now this doesn't do a thing, but it gives us a nice target that has far fewer dependencies and should contain enough parts to download stuff from a divecomputer and then sync that with cloud storage. Signed-off-by: Dirk Hohndel <dirk@hohndel.org>
This commit is contained in:
parent
a23c3d0bb1
commit
057c151fe8
5 changed files with 162 additions and 6 deletions
|
@ -419,6 +419,8 @@ QString getUserAgent()
|
|||
// replace all other ':' with ' ' so that this is easy to parse
|
||||
#ifdef SUBSURFACE_MOBILE
|
||||
QString userAgent = QString("Subsurface-mobile:%1(%2):").arg(subsurface_mobile_version()).arg(subsurface_canonical_version());
|
||||
#elif SUBSURFACE_DOWNLOADER
|
||||
QString userAgent = QString("Subsurface-downloader:%1:").arg(subsurface_canonical_version());
|
||||
#else
|
||||
QString userAgent = QString("Subsurface:%1:").arg(subsurface_canonical_version());
|
||||
#endif
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue