cmake: Use the proper libudev library
Change-Id: I884756473a8c26a4ef17472aaaceb94509d3c72f Reviewed-by: Simon Hausmann <simon.hausmann@qt.io>
This commit is contained in:
parent
03d096d11a
commit
6b637d1afe
@ -21,7 +21,7 @@ extend_target(DeviceDiscoverySupport CONDITION QT_FEATURE_libudev
|
||||
SOURCES
|
||||
qdevicediscovery_udev.cpp qdevicediscovery_udev_p.h
|
||||
LIBRARIES
|
||||
libudev
|
||||
PkgConfig::Libudev
|
||||
)
|
||||
|
||||
extend_target(DeviceDiscoverySupport CONDITION QT_FEATURE_evdev AND NOT QT_FEATURE_libudev
|
||||
|
Loading…
Reference in New Issue
Block a user