Commit ecbf57a2 authored by pixhawk's avatar pixhawk

fixed phonon inclusion

parent 4f579073
...@@ -97,6 +97,7 @@ linux-g++ { ...@@ -97,6 +97,7 @@ linux-g++ {
DESTDIR = $$BASEDIR DESTDIR = $$BASEDIR
} }
INCLUDEPATH += /usr/include \ INCLUDEPATH += /usr/include \
/usr/include/qt4/phonon
# $$BASEDIR/lib/flite/include \ # $$BASEDIR/lib/flite/include \
# $$BASEDIR/lib/flite/lang # $$BASEDIR/lib/flite/lang
......
...@@ -40,10 +40,12 @@ This file is part of the PIXHAWK project ...@@ -40,10 +40,12 @@ This file is part of the PIXHAWK project
#endif #endif
#ifdef Q_OS_LINUX #ifdef Q_OS_LINUX
//#include <flite/flite.h> //#include <flite/flite.h>
#include <phonon> #include <Phonon/MediaObject>
#include <Phonon/AudioOutput>
#endif #endif
#ifdef Q_OS_WIN #ifdef Q_OS_WIN
#include <Phonon> #include <Phonon/MediaObject>
#include <Phonon/AudioOutput>
#endif #endif
/* For Snow leopard and later /* For Snow leopard and later
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment