Browse Source

Merge pull request #221 from erwinkendo/master

Phonon broken include for Linux
QGC4.4
Lorenz Meier 13 years ago
parent
commit
09cd3e4352
  1. 4
      src/GAudioOutput.h

4
src/GAudioOutput.h

@ -41,8 +41,8 @@ This file is part of the PIXHAWK project @@ -41,8 +41,8 @@ This file is part of the PIXHAWK project
#endif
#ifdef Q_OS_LINUX
//#include <flite/flite.h>
#include <Phonon/MediaObject>
#include <Phonon/AudioOutput>
#include <phonon/MediaObject>
#include <phonon/AudioOutput>
#endif
#ifdef Q_OS_WIN
#include <Phonon/MediaObject>

Loading…
Cancel
Save