mirror of
https://github.com/subsurface/subsurface.git
synced 2025-02-19 22:16:15 +00:00
BLE: try to enable on iOS
We can't use the localBtDevice on iOS, so hack around that and go straight to discovery. Signed-off-by: Dirk Hohndel <dirk@hohndel.org>
This commit is contained in:
parent
38243be44d
commit
dd14e27820
2 changed files with 8 additions and 7 deletions
|
@ -59,7 +59,7 @@ void run_ui()
|
|||
|
||||
QQmlApplicationEngine engine;
|
||||
KirigamiPlugin::getInstance().registerTypes();
|
||||
#if __APPLE__
|
||||
#if defined(__APPLE__) && !defined(Q_OS_IOS)
|
||||
// when running the QML UI on a Mac the deployment of the QML Components seems
|
||||
// to fail and the search path for the components is rather odd - simply the
|
||||
// same directory the executable was started from <bundle>/Contents/MacOS/
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue