Update qmake udev build information message

This commit is contained in:
Simon Stürz 2021-06-28 08:54:49 +02:00
parent 2731adc5c5
commit 355dcd50d4

View File

@ -49,11 +49,11 @@ packagesExist(Qt5SerialBus) {
# Note: udev is not available on all platforms
packagesExist(libudev) {
message("Build with udev support")
message("Building with udev support")
PKGCONFIG += libudev
DEFINES += WITH_UDEV
} else {
message("Build without udev support.")
message("Building without udev support.")
}
target.path = $$[QT_INSTALL_LIBS]