diff options
author | Christian Mollekopf <chrigi_1@fastmail.fm> | 2018-04-19 17:43:19 +0200 |
---|---|---|
committer | Christian Mollekopf <chrigi_1@fastmail.fm> | 2018-04-19 17:43:19 +0200 |
commit | 5d654880ee08b44979cb17ba6ad6b7bf140294e5 (patch) | |
tree | 141ec65fc17c6804f09310ce891cf3d076f4aa2b /examples | |
parent | 5f901f4571a491cf2c7299aef11f837e1b0740a6 (diff) | |
download | sink-5d654880ee08b44979cb17ba6ad6b7bf140294e5.tar.gz sink-5d654880ee08b44979cb17ba6ad6b7bf140294e5.zip |
Forgot the mailtransport resource.
Diffstat (limited to 'examples')
-rw-r--r-- | examples/mailtransportresource/CMakeLists.txt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/examples/mailtransportresource/CMakeLists.txt b/examples/mailtransportresource/CMakeLists.txt index 1c34676..56ba9e7 100644 --- a/examples/mailtransportresource/CMakeLists.txt +++ b/examples/mailtransportresource/CMakeLists.txt | |||
@@ -17,7 +17,7 @@ target_link_libraries(${PROJECT_NAME} | |||
17 | KF5::Mime | 17 | KF5::Mime |
18 | ${CURL_LIBRARIES} | 18 | ${CURL_LIBRARIES} |
19 | ) | 19 | ) |
20 | install(TARGETS ${PROJECT_NAME} LIBRARY DESTINATION ${SINK_RESOURCE_PLUGINS_PATH}) | 20 | install(TARGETS ${PROJECT_NAME} LIBRARY DESTINATION ${SINK_RESOURCE_PLUGINS_PATH} RUNTIME DESTINATION ${SINK_RESOURCE_PLUGINS_PATH}) |
21 | 21 | ||
22 | add_executable(sink_smtp_test smtptest.cpp mailtransport.cpp) | 22 | add_executable(sink_smtp_test smtptest.cpp mailtransport.cpp) |
23 | target_link_libraries(sink_smtp_test | 23 | target_link_libraries(sink_smtp_test |