mirror of
https://github.com/nextcloud/desktop.git
synced 2024-11-23 05:25:50 +03:00
Merge pull request #6275 from tintou/master
Avoid duplicate declarations with latest libcloudproviders
This commit is contained in:
commit
15a771e9bb
1 changed files with 4 additions and 1 deletions
|
@ -34,5 +34,8 @@ IF (Qt5DBus_FOUND)
|
|||
set(LIBCLOUDPROVIDERS_DBUS_OBJECT_PATH "/${DBUS_PREFIX}/${DBUS_VENDOR}/${DBUS_APPLICATION_NAME}")
|
||||
|
||||
dbus_add_activation_service(org.freedesktop.CloudProviders.service.in)
|
||||
libcloudproviders_add_config(org.freedesktop.CloudProviders.ini.in)
|
||||
# The .ini file has been replaced by a declaration in the .desktop file in 0.3.3+
|
||||
if (${CLOUDPROVIDERS_VERSION} VERSION_LESS "0.3.3")
|
||||
libcloudproviders_add_config(org.freedesktop.CloudProviders.ini.in)
|
||||
endif ()
|
||||
ENDIF ()
|
||||
|
|
Loading…
Reference in a new issue