diff options
author | Christian Mollekopf <chrigi_1@fastmail.fm> | 2018-04-19 17:39:00 +0200 |
---|---|---|
committer | Christian Mollekopf <chrigi_1@fastmail.fm> | 2018-04-19 17:39:00 +0200 |
commit | 5f901f4571a491cf2c7299aef11f837e1b0740a6 (patch) | |
tree | 0908f17a268477589ca4aba39bd31dd4d622149d /examples/carddavresource | |
parent | 00e7d365c7163945faf25f7b9ed8d930eb30680e (diff) | |
download | sink-5f901f4571a491cf2c7299aef11f837e1b0740a6.tar.gz sink-5f901f4571a491cf2c7299aef11f837e1b0740a6.zip |
On windows we need to set the RUNTIME destination
Diffstat (limited to 'examples/carddavresource')
-rw-r--r-- | examples/carddavresource/CMakeLists.txt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/examples/carddavresource/CMakeLists.txt b/examples/carddavresource/CMakeLists.txt index fbf3d5b..cca7ea7 100644 --- a/examples/carddavresource/CMakeLists.txt +++ b/examples/carddavresource/CMakeLists.txt | |||
@@ -8,6 +8,6 @@ find_package(KPimKDAV2 REQUIRED) | |||
8 | add_library(${PROJECT_NAME} SHARED carddavresource.cpp) | 8 | add_library(${PROJECT_NAME} SHARED carddavresource.cpp) |
9 | target_link_libraries(${PROJECT_NAME} sink_webdav_common sink Qt5::Core Qt5::Network KPim::KDAV2) | 9 | target_link_libraries(${PROJECT_NAME} sink_webdav_common sink Qt5::Core Qt5::Network KPim::KDAV2) |
10 | 10 | ||
11 | install(TARGETS ${PROJECT_NAME} LIBRARY DESTINATION ${SINK_RESOURCE_PLUGINS_PATH}) | 11 | install(TARGETS ${PROJECT_NAME} LIBRARY DESTINATION ${SINK_RESOURCE_PLUGINS_PATH} RUNTIME DESTINATION ${SINK_RESOURCE_PLUGINS_PATH}) |
12 | 12 | ||
13 | add_subdirectory(tests) | 13 | add_subdirectory(tests) |