Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/nextcloud/desktop.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJulius Härtl <jus@bitgrid.net>2018-01-25 15:42:08 +0300
committerJulius Härtl <jus@bitgrid.net>2018-01-25 16:18:03 +0300
commitbcb95539251a619ad60dc830b88c905d7837dc6f (patch)
treef01fe5cacf457ec9facdf547d88e0d7fd5967465 /shell_integration
parentaa7e47f52544730d7d977f23707da6bf60632f75 (diff)
Use Qt5DBus_FOUND instead of the old WITH_DBUS
WITH_DBUS was removed in 257d8142b1af06e1a3892be5110b7b69e38a0659 Signed-off-by: Julius Härtl <jus@bitgrid.net>
Diffstat (limited to 'shell_integration')
-rw-r--r--shell_integration/libcloudproviders/CMakeLists.txt2
1 files changed, 1 insertions, 1 deletions
diff --git a/shell_integration/libcloudproviders/CMakeLists.txt b/shell_integration/libcloudproviders/CMakeLists.txt
index 8a6cab2fa..4c7af0042 100644
--- a/shell_integration/libcloudproviders/CMakeLists.txt
+++ b/shell_integration/libcloudproviders/CMakeLists.txt
@@ -41,7 +41,7 @@ macro(libcloudproviders_add_config _sources)
endmacro(libcloudproviders_add_config _sources)
-IF (UNIX AND WITH_DBUS AND LIBCLOUDPROVIDERS_FOUND)
+IF (UNIX AND Qt5DBus_FOUND AND LIBCLOUDPROVIDERS_FOUND)
STRING(TOLOWER "${APPLICATION_VENDOR}" DBUS_VENDOR)
STRING(REGEX REPLACE "[^A-z0-9]" "" DBUS_VENDOR "${DBUS_VENDOR}")
STRING(REGEX REPLACE "[^A-z0-9]" "" DBUS_APPLICATION_NAME "${APPLICATION_SHORTNAME}")