Hi, I just built a Qt app with a Debian Jessie system that required the following tweaks to the qtmobility-dev headers:
QtMultimediaKit/qaudioformat.h #include <qmobilityglobal.h> -> #include <QtMobility/qmobilityglobal.h> #include <qtmedianamespace.h> -> #include <QtMultimediaKit/qtmedianamespace.h> QtMultimediaKit/qtmedianamespace.h #include <qtmedianamespace.h> -> #include <QtMultimediaKit/qtmedianamespace.h> Best regards, frederick brown