Fixes all over the tree.
 
-       Updated/fixed packages: bash, bind, busybox, libglib2,
+       Updated/fixed packages: bash, bind, busybox, gpsd, libglib2,
        libcurl, libmad, lrzsz, midori, module-init-tools, mtd-utils,
        openssh, openssl, pciutils, qt, sqlite, sysstat, webkit, zlib
 
 
        GPSD_CONF_OPT += --disable-libgpsmm
 endif
 
+# Enable or disable Qt binding
+ifeq ($(BR2_PACKAGE_QT_NETWORK),y)
+       GPSD_CONF_ENV += QMAKE="$(QT_QMAKE)"
+       GPSD_CONF_OPT += --enable-libQgpsmm
+       GPSD_DEPENDENCIES += qt
+else
+       GPSD_CONF_OPT += --disable-libQgpsmm
+endif
+
 # If libusb is available build it before so the package can use it
 ifeq ($(BR2_PACKAGE_LIBUSB),y)
        GPSD_DEPENDENCIES += libusb