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:
authorJocelyn Turcotte <jturcotte@woboq.com>2017-08-14 20:19:52 +0300
committerJocelyn Turcotte <jturcotte@woboq.com>2017-08-22 12:18:22 +0300
commit28a0971cdfbb3fcb77c49df078062d8b3d756fcb (patch)
tree868937b9c7e6f4341a43cfa88e326e7223d9d9d0 /test/CMakeLists.txt
parent5c9827a33c92dbf14b16a22e1cac3d1b324492ed (diff)
Move csync to src/csync
Diffstat (limited to 'test/CMakeLists.txt')
-rw-r--r--test/CMakeLists.txt18
1 files changed, 14 insertions, 4 deletions
diff --git a/test/CMakeLists.txt b/test/CMakeLists.txt
index ebf349207..d6b68cb5c 100644
--- a/test/CMakeLists.txt
+++ b/test/CMakeLists.txt
@@ -1,7 +1,17 @@
-include_directories(${CMAKE_BINARY_DIR}/csync ${CMAKE_BINARY_DIR}/csync/src ${CMAKE_BINARY_DIR}/src)
-include_directories(${CMAKE_SOURCE_DIR}/csync/src/)
-include_directories(${CMAKE_SOURCE_DIR}/csync/src/std ${CMAKE_SOURCE_DIR}/src)
-include_directories(${CMAKE_SOURCE_DIR}/src/3rdparty/qtokenizer)
+include_directories(${QT_INCLUDES}
+ ${CMAKE_SOURCE_DIR}/src
+ ${CMAKE_SOURCE_DIR}/src/3rdparty/qtokenizer
+ ${CMAKE_SOURCE_DIR}/src/csync
+ ${CMAKE_SOURCE_DIR}/src/csync/std
+ ${CMAKE_SOURCE_DIR}/src/gui
+ ${CMAKE_SOURCE_DIR}/src/libsync
+ ${CMAKE_BINARY_DIR}/src/csync
+ ${CMAKE_BINARY_DIR}/src/libsync
+ ${CMAKE_CURRENT_SOURCE_DIR}
+ ${CMAKE_CURRENT_BINARY_DIR}
+ )
+
+include_directories()
include(QtVersionAbstraction)
setup_qt()