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>
This commit is contained in:
Donald Carr 2012-05-11 22:49:16 +00:00 committed by Qt by Nokia
parent 1ea3c22e66
commit f1ea4ed3d4
1 changed files with 0 additions and 6 deletions

View File

@ -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