Update qmake udev build information message
This commit is contained in:
parent
2731adc5c5
commit
355dcd50d4
@ -49,11 +49,11 @@ packagesExist(Qt5SerialBus) {
|
|||||||
|
|
||||||
# Note: udev is not available on all platforms
|
# Note: udev is not available on all platforms
|
||||||
packagesExist(libudev) {
|
packagesExist(libudev) {
|
||||||
message("Build with udev support")
|
message("Building with udev support")
|
||||||
PKGCONFIG += libudev
|
PKGCONFIG += libudev
|
||||||
DEFINES += WITH_UDEV
|
DEFINES += WITH_UDEV
|
||||||
} else {
|
} else {
|
||||||
message("Build without udev support.")
|
message("Building without udev support.")
|
||||||
}
|
}
|
||||||
|
|
||||||
target.path = $$[QT_INSTALL_LIBS]
|
target.path = $$[QT_INSTALL_LIBS]
|
||||||
|
|||||||
Reference in New Issue
Block a user