Skip to content

Commit

Permalink
fixed phonon inclusion
Browse files Browse the repository at this point in the history
  • Loading branch information
LorenzMeier committed May 12, 2010
1 parent 4f57907 commit ecbf57a
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 2 deletions.
1 change: 1 addition & 0 deletions qgroundcontrol.pri
Original file line number Diff line number Diff line change
Expand Up @@ -97,6 +97,7 @@ linux-g++ {
DESTDIR = $$BASEDIR
}
INCLUDEPATH += /usr/include \
/usr/include/qt4/phonon
# $$BASEDIR/lib/flite/include \
# $$BASEDIR/lib/flite/lang

Expand Down
6 changes: 4 additions & 2 deletions src/GAudioOutput.h
Original file line number Diff line number Diff line change
Expand Up @@ -40,10 +40,12 @@ This file is part of the PIXHAWK project
#endif
#ifdef Q_OS_LINUX
//#include <flite/flite.h>
#include <phonon>
#include <Phonon/MediaObject>
#include <Phonon/AudioOutput>
#endif
#ifdef Q_OS_WIN
#include <Phonon>
#include <Phonon/MediaObject>
#include <Phonon/AudioOutput>
#endif

/* For Snow leopard and later
Expand Down

0 comments on commit ecbf57a

Please sign in to comment.