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>bb10
parent
243a0660e1
commit
486f0e93de
|
|
@ -1,4 +1,4 @@
|
|||
unix:!mac {
|
||||
linux-* {
|
||||
HEADERS += $$PWD/qdevicediscovery_p.h
|
||||
|
||||
contains(QT_CONFIG, libudev) {
|
||||
|
|
|
|||
Loading…
Reference in New Issue