diff options
-rw-r--r-- | examples/webdavcommon/CMakeLists.txt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/examples/webdavcommon/CMakeLists.txt b/examples/webdavcommon/CMakeLists.txt index 318756e..c4e99f2 100644 --- a/examples/webdavcommon/CMakeLists.txt +++ b/examples/webdavcommon/CMakeLists.txt | |||
@@ -5,4 +5,4 @@ set(CMAKE_CXX_STANDARD 14) | |||
5 | find_package(KPimKDAV2 REQUIRED) | 5 | find_package(KPimKDAV2 REQUIRED) |
6 | 6 | ||
7 | add_library(${PROJECT_NAME} STATIC webdav.cpp) | 7 | add_library(${PROJECT_NAME} STATIC webdav.cpp) |
8 | target_link_libraries(${PROJECT_NAME} Qt5::Core Qt5::Network KPim::KDAV2) | 8 | target_link_libraries(${PROJECT_NAME} Qt5::Core Qt5::Network KPim::KDAV2 sink) |