mirror of
https://bitbucket.org/librepilot/librepilot.git
synced 2025-02-18 08:54:15 +01:00
OP-463 Fix Phonon includes for better cross platform compatibility.
This commit is contained in:
parent
b2f62e724b
commit
30751b4eb2
@ -35,7 +35,10 @@
|
||||
#include "notifypluginconfiguration.h"
|
||||
|
||||
#include <QSettings>
|
||||
#include <phonon>
|
||||
#include <Phonon/MediaObject>
|
||||
#include <Phonon/Path>
|
||||
#include <Phonon/AudioOutput>
|
||||
#include <Phonon/Global>
|
||||
|
||||
class NotifyPluginOptionsPage;
|
||||
|
||||
|
@ -38,7 +38,10 @@
|
||||
#include <QItemSelectionModel>
|
||||
#include <QDebug>
|
||||
#include <QtCore/QSettings>
|
||||
#include <phonon>
|
||||
#include <Phonon/MediaObject>
|
||||
#include <Phonon/Path>
|
||||
#include <Phonon/AudioOutput>
|
||||
#include <Phonon/Global>
|
||||
|
||||
class NotifyTableModel;
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user