diff options
author | Dirk Hohndel <dirk@hohndel.org> | 2017-10-06 07:52:17 -0700 |
---|---|---|
committer | Dirk Hohndel <dirk@hohndel.org> | 2017-10-07 10:06:47 -0700 |
commit | 56c82081a537e6c15edd2d58567fb8874d4a9f04 (patch) | |
tree | 0bd02a0f51793234202ea89facb1edb8807f3eb3 /mobile-widgets | |
parent | 7aacaf60da7e73b9c57012e1846f709acb4d0ac2 (diff) | |
download | subsurface-56c82081a537e6c15edd2d58567fb8874d4a9f04.tar.gz |
Make compile succeed without BT_SUPPORT
Signed-off-by: Dirk Hohndel <dirk@hohndel.org>
Diffstat (limited to 'mobile-widgets')
-rw-r--r-- | mobile-widgets/qmlmanager.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/mobile-widgets/qmlmanager.h b/mobile-widgets/qmlmanager.h index 87668d92e..1da147c9f 100644 --- a/mobile-widgets/qmlmanager.h +++ b/mobile-widgets/qmlmanager.h @@ -9,7 +9,9 @@ #include <QElapsedTimer> #include <QColor> +#if BT_SUPPORT #include "core/btdiscovery.h" +#endif #include "core/gpslocation.h" #include "core/downloadfromdcthread.h" #include "qt-models/divelistmodel.h" |