Skip to content
Commit 4264c30d authored by Georg Gadinger's avatar Georg Gadinger 🐾
Browse files

mark geo-scheme-handler as non-gui executable on macOS/Windows

got this error during configuring the project:

```
CMake Error at src/geo-scheme-handler/CMakeLists.txt:12 (install):
  install TARGETS given no BUNDLE DESTINATION for MACOSX_BUNDLE executable
  target "kde-geo-uri-handler".
```

the tool itself works fine (though its usefulness on macOS might be
questionable), I could successfully launch Apple's Maps.app like this:

```
% ./kde-geo-uri-handler --coordinate-template "maps://?ll=<LAT>,<LON>" --query-template "maps://?q=<Q>" 'geo:48.305,14.286'
% ./kde-geo-uri-handler --coordinate-template "maps://?ll=<LAT>,<LON>" --query-template "maps://?q=<Q>" 'geo:?q=plus+city+pasching'
```
parent 7a52dfd6
Pipeline #494314 passed with stage
in 2 minutes and 6 seconds
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment