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>bb10
parent
98803a76b3
commit
edcca18872
|
|
@ -1,4 +1,4 @@
|
|||
linux-* {
|
||||
linux-*:contains(QT_CONFIG, evdev) {
|
||||
HEADERS += $$PWD/qdevicediscovery_p.h
|
||||
|
||||
contains(QT_CONFIG, libudev) {
|
||||
|
|
|
|||
Loading…
Reference in New Issue