Subversion Repositories tpanel

Rev

Rev 367 | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed

Rev 367 Rev 368
Line 52... Line 52...
52
#include <QLayout>
52
#include <QLayout>
53
#include <QSizePolicy>
53
#include <QSizePolicy>
54
#include <QUrl>
54
#include <QUrl>
55
#include <QThread>
55
#include <QThread>
56
#ifdef Q_OS_IOS
56
#ifdef Q_OS_IOS
57
#include <QOrientationSensor>
57
#include <QtSensors/QOrientationSensor>
58
#endif
58
#endif
59
#if QT_VERSION < QT_VERSION_CHECK(6, 0, 0)
59
#if QT_VERSION < QT_VERSION_CHECK(6, 0, 0)
60
#   include <QSound>
60
#   include <QSound>
61
#if defined(Q_OS_IOS) || defined(Q_OS_ANDROID)
61
#if defined(Q_OS_IOS) || defined(Q_OS_ANDROID)
62
#   include <QtSensors/QOrientationSensor>
62
#   include <QtSensors/QOrientationSensor>