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/imapresource | |
parent | 00e7d365c7163945faf25f7b9ed8d930eb30680e (diff) | |
download | sink-5f901f4571a491cf2c7299aef11f837e1b0740a6.tar.gz sink-5f901f4571a491cf2c7299aef11f837e1b0740a6.zip |
On windows we need to set the RUNTIME destination
Diffstat (limited to 'examples/imapresource')
-rw-r--r-- | examples/imapresource/CMakeLists.txt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/examples/imapresource/CMakeLists.txt b/examples/imapresource/CMakeLists.txt index f5f51f8..290a487 100644 --- a/examples/imapresource/CMakeLists.txt +++ b/examples/imapresource/CMakeLists.txt | |||
@@ -11,6 +11,6 @@ include_directories(${CMAKE_CURRENT_SOURCE_DIR} ${CMAKE_CURRENT_BINARY_DIR}) | |||
11 | add_library(${PROJECT_NAME} SHARED imapresource.cpp imapserverproxy.cpp) | 11 | add_library(${PROJECT_NAME} SHARED imapresource.cpp imapserverproxy.cpp) |
12 | target_link_libraries(${PROJECT_NAME} sink Qt5::Core Qt5::Network KF5::Mime KIMAP2) | 12 | target_link_libraries(${PROJECT_NAME} sink Qt5::Core Qt5::Network KF5::Mime KIMAP2) |
13 | 13 | ||
14 | install(TARGETS ${PROJECT_NAME} LIBRARY DESTINATION ${SINK_RESOURCE_PLUGINS_PATH}) | 14 | install(TARGETS ${PROJECT_NAME} LIBRARY DESTINATION ${SINK_RESOURCE_PLUGINS_PATH} RUNTIME DESTINATION ${SINK_RESOURCE_PLUGINS_PATH}) |
15 | 15 | ||
16 | add_subdirectory(tests) | 16 | add_subdirectory(tests) |