nextcloud / client_theming

:computer: Nextcloud themed desktop client - Moved over to https://github.com/nextcloud/desktop
GNU General Public License v2.0
198 stars 87 forks source link

Dolphin plugin path correction #234

Closed ivaradi closed 6 years ago

ivaradi commented 6 years ago

When building for Xenial the Dolphin plugins go into the incorrect directory. This patch sets the KDE_INSTALL_USE_QT_SYS_PATHS cmake variable to ON, which seems to be the most generic way to solve this issue.

This fixes nexcloud/client#147.