mirror of
https://github.com/chylex/Nextcloud-Desktop.git
synced 2025-04-22 20:15:43 +02:00
libcloudproviders: Add missing check for Qt5DBus
This commit is contained in:
parent
3804410949
commit
19079c65c1
@ -41,6 +41,7 @@ macro(libcloudproviders_add_config _sources)
|
||||
endmacro(libcloudproviders_add_config _sources)
|
||||
|
||||
|
||||
find_package(Qt5 5.6 COMPONENTS DBus)
|
||||
IF (UNIX AND Qt5DBus_FOUND AND LIBCLOUDPROVIDERS_FOUND)
|
||||
STRING(TOLOWER "${APPLICATION_VENDOR}" DBUS_VENDOR)
|
||||
STRING(REGEX REPLACE "[^A-z0-9]" "" DBUS_VENDOR "${DBUS_VENDOR}")
|
||||
|
Loading…
Reference in New Issue
Block a user