Bug 680488 - QFeedBack include is not needed for geolocation provider file; r=dougt

This commit is contained in:
Oleg Romashin 2011-08-23 17:45:10 +01:00
parent 2f9026209c
commit 478e24c10b
2 changed files with 2 additions and 2 deletions

View File

@ -5162,7 +5162,7 @@ incorrect])
MOZ_QT_CFLAGS="$MOZ_QT_CFLAGS $_QTMOBILITY_CFLAGS"
MOZ_QT_LIBS="$MOZ_QT_LIBS $_QTMOBILITY_LIBS"
else
AC_CHECK_LIB(QtSensors QtFeedback QtLocation, main, [
AC_CHECK_LIB(QtSensors, main, [
MOZ_ENABLE_QTMOBILITY=1
MOZ_QT_CFLAGS="$MOZ_QT_CFLAGS -I/usr/include/qt4/QtMobility"
MOZ_QT_CFLAGS="$MOZ_QT_CFLAGS -I/usr/include/qt4/QtSensors"

View File

@ -37,7 +37,7 @@
#include "QTMLocationProvider.h"
#include "nsGeoPosition.h"
#include <QFeedbackEffect>
using namespace QtMobility;
using namespace mozilla;