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:
authorDominik Schmidt <dev@dominik-schmidt.de>2018-06-20 10:53:21 +0300
committerDominik Schmidt <domme@tomahawk-player.org>2018-06-20 12:23:16 +0300
commit4f96647bae15ce8a91f995fcbad7c7a598dfbab3 (patch)
treec5303b9e47f9ba3c70c2ef14a1cca4e207aea51e /src/CMakeLists.txt
parent79ef892e7191cde5ffd7bc4e03b2718887bb879a (diff)
Rename ocsync library to ${APPLICATION_EXECUTABLE}_csync
Diffstat (limited to 'src/CMakeLists.txt')
-rw-r--r--src/CMakeLists.txt2
1 files changed, 0 insertions, 2 deletions
diff --git a/src/CMakeLists.txt b/src/CMakeLists.txt
index ac60b1b66..9cffccd6a 100644
--- a/src/CMakeLists.txt
+++ b/src/CMakeLists.txt
@@ -2,8 +2,6 @@
if(NOT TOKEN_AUTH_ONLY)
endif()
-set(synclib_NAME ${APPLICATION_EXECUTABLE}sync)
-
find_package(Qt5 5.6 COMPONENTS Core Network Xml Concurrent REQUIRED)
if (Qt5Core_VERSION VERSION_LESS 5.9.0)
message(STATUS "For HTTP/2 support, compile with Qt 5.9 or higher.")