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:
authorOlivier Goffart <ogoffart@woboq.com>2017-07-04 13:20:59 +0300
committerOlivier Goffart <olivier@woboq.com>2017-07-13 11:01:17 +0300
commitacf65b4c23ebb944b9fe1df09d08be802642596a (patch)
tree7d8eaca8984ab754a17f83d975c1d8f1a92fc73c /src/CMakeLists.txt
parentd099c2a8db62804acdd33c65cc09474eb240e1ce (diff)
csync: Use Qt for encodeing/decoding filesystem strings
Issues: - #5661 On mac, iconv did not support all of unicode and some files with emoji in the filename could not be uploaded - #5719 , #5676 On linux, we will now support non utf-8 locale
Diffstat (limited to 'src/CMakeLists.txt')
-rw-r--r--src/CMakeLists.txt13
1 files changed, 0 insertions, 13 deletions
diff --git a/src/CMakeLists.txt b/src/CMakeLists.txt
index 1b53279d2..3cbacd537 100644
--- a/src/CMakeLists.txt
+++ b/src/CMakeLists.txt
@@ -4,19 +4,6 @@ endif()
set(synclib_NAME ${APPLICATION_EXECUTABLE}sync)
-include(QtVersionAbstraction)
-setup_qt()
-if (${Qt5Core_VERSION_MAJOR} EQUAL "5")
- if (${Qt5Core_VERSION_MINOR} EQUAL "6" OR ${Qt5Core_VERSION_MINOR} GREATER 6)
- else()
- message(STATUS "If possible compile me with Qt 5.6 or higher.")
- endif()
-endif()
-
-if (APPLE)
- set(CMAKE_CXX_FLAGS "${CMAKE_CXX_FLAGS} -stdlib=libc++")
-endif()
-
if(NOT TOKEN_AUTH_ONLY)
find_package(Qt5Keychain REQUIRED)
endif()