1
0
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:
elafargue 2011-05-01 15:19:36 +02:00
parent b2f62e724b
commit 30751b4eb2
2 changed files with 8 additions and 2 deletions

View File

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

View File

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