summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorDonald Carr <donald.carr@nokia.com>2012-05-11 22:49:16 +0000
committerQt by Nokia <qt-info@nokia.com>2012-05-12 01:24:55 +0200
commitf1ea4ed3d4b45b2eda0a695c61f743cecc0644da (patch)
tree15d8bdc341b28fa2b0092ed3377c01e9bdf89bf3
parent1ea3c22e66d0b808e41f3a4d5dab534b68e037b4 (diff)
Remove stale udev check
udev headers now ship as part of the base debian reference image Change-Id: I181c7f48ca59af46fccf8f3204845379d068c023 Reviewed-by: Girish Ramakrishnan <girish.1.ramakrishnan@nokia.com>
-rw-r--r--mkspecs/devices/linux-rasp-pi-g++/qmake.conf6
1 files changed, 0 insertions, 6 deletions
diff --git a/mkspecs/devices/linux-rasp-pi-g++/qmake.conf b/mkspecs/devices/linux-rasp-pi-g++/qmake.conf
index 0e3314c96c..1bcceafa44 100644
--- a/mkspecs/devices/linux-rasp-pi-g++/qmake.conf
+++ b/mkspecs/devices/linux-rasp-pi-g++/qmake.conf
@@ -2,12 +2,6 @@
# qmake configuration for Broadcom's Raspberry PI
# http://wiki.qt-project.org/Devices/RaspberryPi
-!exists($$[QT_SYSROOT]/usr/include/libudev.h) {
- message("Keyboard support requires udev")
- message("Install libudev-dev in your rootfs")
- error()
-}
-
MAKEFILE_GENERATOR = UNIX
TARGET_PLATFORM = unix
TEMPLATE = app