Git commit f68a05de87c1489d77317521445f26981d5e51ac by Casian Andrei. Committed on 01/03/2011 at 00:10. Pushed by casianandrei into branch 'master'. Fix build of demos M +5 -0 phonon/experimental/avcapture.h http://commits.kde.org/phonon/f68a05de87c1489d77317521445f26981d5e51ac diff --git a/phonon/experimental/avcapture.h b/phonon/experimental/avcapture.h index 92cb036..8dddce4 100644 --- a/phonon/experimental/avcapture.h +++ b/phonon/experimental/avcapture.h @@ -32,7 +32,12 @@ #include "../medianode.h" #include "../phonondefs.h" #include "objectdescription.h" + +#if defined(MAKE_PHONONEXPERIMENTAL_LIB) #include "../phononnamespace.h" +#else +#include "phonon/phononnamespace.h" +#endif class QString; class QStringList;