Only build devicediscovery on linux systems

libudev and linux/input.h are Linux specific. Instead of add a !*bsd*
to the pro line I have decided to only check for linux-*. This is fixing
the compilation on FreeBSD.

Change-Id: If59481421e811eca205407031db593e00b6e8534
Reviewed-by: Girish Ramakrishnan <girish.1.ramakrishnan@nokia.com>
This commit is contained in:
Holger Hans Peter Freyther 2012-05-29 09:32:04 +02:00 committed by Qt by Nokia
parent 243a0660e1
commit 486f0e93de

View File

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