1 | // Copyright (C) 2017 The Qt Company Ltd. |
---|---|
2 | // SPDX-License-Identifier: LicenseRef-Qt-Commercial OR LGPL-3.0-only OR GPL-2.0-only OR GPL-3.0-only |
3 | #ifndef QTBLUETOOTH_H |
4 | #define QTBLUETOOTH_H |
5 | |
6 | #include <QtCore/qglobal.h> |
7 | #include <QtBluetooth/qtbluetooth-config.h> // for feature detection |
8 | #include <QtBluetooth/qtbluetoothexports.h> |
9 | |
10 | #endif // QTBLUETOOTH_H |
11 |