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:
Diffstat (limited to 'test/testutils/CMakeLists.txt')
-rw-r--r--test/testutils/CMakeLists.txt2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/testutils/CMakeLists.txt b/test/testutils/CMakeLists.txt
index 1f07f8d9a..4c0e45560 100644
--- a/test/testutils/CMakeLists.txt
+++ b/test/testutils/CMakeLists.txt
@@ -4,4 +4,4 @@ target_link_libraries(syncenginetestutils PUBLIC owncloudCore Qt5::Test)
# testutilsloader.cpp uses Q_COREAPP_STARTUP_FUNCTION which can't used reliably in a static lib
# therefore we compile it in the tests
add_library(testutilsloader OBJECT testutilsloader.cpp)
-target_link_libraries(testutilsloader PUBLIC owncloudCore)
+target_link_libraries(testutilsloader PUBLIC owncloudCore owncloudResources)