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

github.com/owncloud/client.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorHannah von Reth <hannah.vonreth@owncloud.com>2020-02-24 15:11:58 +0300
committerHannah von Reth <vonreth@kde.org>2020-02-24 17:04:51 +0300
commita86b9677ca24ba67d7eed250c195b2dad3f8c9f9 (patch)
tree8098169242865efa5962071c0a82696ee4972515 /CMakeLists.txt
parent86c376d2116f9cbe261f98f5085ef28f01399a34 (diff)
Don't hardcode PLUGINDIR
Diffstat (limited to 'CMakeLists.txt')
-rw-r--r--CMakeLists.txt7
1 files changed, 0 insertions, 7 deletions
diff --git a/CMakeLists.txt b/CMakeLists.txt
index 270481578..2b4451b9d 100644
--- a/CMakeLists.txt
+++ b/CMakeLists.txt
@@ -89,13 +89,6 @@ set(DATADIR "share")
endif(WIN32)
set(SHAREDIR ${DATADIR})
-if (NOT APPLE)
- set(PLUGINDIR "${CMAKE_INSTALL_FULL_LIBDIR}/${APPLICATION_SHORTNAME}/plugins" CACHE STRING "Extra path to look for Qt plugins like for VFS. May be relative to binary.")
-else()
- # Inside the .app bundle
- set(PLUGINDIR "../PlugIns" CACHE STRING "Extra path to look for Qt plugins like for VFS. May be relative to binary.")
-endif()
-
# this option removes Http authentication, keychain, shibboleth etc and is intended for
# external authentication mechanisms
option(TOKEN_AUTH_ONLY "TOKEN_AUTH_ONLY" OFF)