diff options
Diffstat (limited to 'examples/webdavcommon')
-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 c4e99f2..51bf151 100644 --- a/examples/webdavcommon/CMakeLists.txt +++ b/examples/webdavcommon/CMakeLists.txt | |||
@@ -2,7 +2,7 @@ project(sink_webdav_common) | |||
2 | 2 | ||
3 | set(CMAKE_CXX_STANDARD 14) | 3 | set(CMAKE_CXX_STANDARD 14) |
4 | 4 | ||
5 | find_package(KPimKDAV2 REQUIRED) | 5 | find_package(KPimKDAV2 REQUIRED 0.2.0) |
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 sink) | 8 | target_link_libraries(${PROJECT_NAME} Qt5::Core Qt5::Network KPim::KDAV2 sink) |