mirror of
https://gitlab.winehq.org/wine/wine-gecko.git
synced 2024-09-13 09:24:08 -07:00
Bug 680488 - QFeedBack include is not needed for geolocation provider file; r=dougt
This commit is contained in:
parent
2f9026209c
commit
478e24c10b
@ -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"
|
||||
|
@ -37,7 +37,7 @@
|
||||
|
||||
#include "QTMLocationProvider.h"
|
||||
#include "nsGeoPosition.h"
|
||||
#include <QFeedbackEffect>
|
||||
|
||||
using namespace QtMobility;
|
||||
|
||||
using namespace mozilla;
|
||||
|
Loading…
Reference in New Issue
Block a user