mirror of
https://github.com/subsurface/subsurface.git
synced 2025-02-19 22:16:15 +00:00
Android build fix
Signed-off-by: Dirk Hohndel <dirk@hohndel.org>
This commit is contained in:
parent
5bc91f00c5
commit
74bf8d5260
1 changed files with 1 additions and 0 deletions
|
@ -19,6 +19,7 @@ struct btVendorProduct {
|
||||||
#endif
|
#endif
|
||||||
#if defined(Q_OS_ANDROID)
|
#if defined(Q_OS_ANDROID)
|
||||||
#include <QAndroidJniObject>
|
#include <QAndroidJniObject>
|
||||||
|
#include <QAndroidJniEnvironment>
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
class BTDiscovery : public QObject {
|
class BTDiscovery : public QObject {
|
||||||
|
|
Loading…
Add table
Reference in a new issue