mirror of
https://github.com/subsurface/subsurface.git
synced 2025-02-19 22:16:15 +00:00
Make compile succeed without BT_SUPPORT
Signed-off-by: Dirk Hohndel <dirk@hohndel.org>
This commit is contained in:
parent
7aacaf60da
commit
56c82081a5
4 changed files with 9 additions and 14 deletions
|
@ -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"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue