Don't try build devicediscovery if evdev is not available.

Fixes build on Android.

Change-Id: I1e6af972e8c29dd4c38773985e8f201064c2164f
Reviewed-by: Girish Ramakrishnan <girish.1.ramakrishnan@nokia.com>
This commit is contained in:
Robin Burchell 2012-06-22 15:43:31 +02:00 committed by Qt by Nokia
parent 98803a76b3
commit edcca18872

View File

@ -1,4 +1,4 @@
linux-* {
linux-*:contains(QT_CONFIG, evdev) {
HEADERS += $$PWD/qdevicediscovery_p.h
contains(QT_CONFIG, libudev) {