Make compile succeed without BT_SUPPORT

Signed-off-by: Dirk Hohndel <dirk@hohndel.org>
This commit is contained in:
Dirk Hohndel 2017-10-06 07:52:17 -07:00
parent 7aacaf60da
commit 56c82081a5
4 changed files with 9 additions and 14 deletions

View file

@ -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"