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

github.com/nextcloud/desktop.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'test/CMakeLists.txt')
-rw-r--r--test/CMakeLists.txt8
1 files changed, 1 insertions, 7 deletions
diff --git a/test/CMakeLists.txt b/test/CMakeLists.txt
index b23678543..4617dfd2e 100644
--- a/test/CMakeLists.txt
+++ b/test/CMakeLists.txt
@@ -1,5 +1,4 @@
-include_directories(${QT_INCLUDES}
- ${CMAKE_SOURCE_DIR}/src
+include_directories(${CMAKE_SOURCE_DIR}/src
${CMAKE_SOURCE_DIR}/src/3rdparty/qtokenizer
${CMAKE_SOURCE_DIR}/src/csync
${CMAKE_SOURCE_DIR}/src/csync/std
@@ -11,11 +10,6 @@ include_directories(${QT_INCLUDES}
${CMAKE_CURRENT_BINARY_DIR}
)
-include_directories()
-
-include(QtVersionAbstraction)
-setup_qt()
-
include(owncloud_add_test.cmake)
owncloud_add_test(OwncloudPropagator "")