Paste P317

Masterwork From Distant Lands
ActivePublic

Authored by sitter on Feb 12 2019, 2:45 PM.
diff --git a/src/kioslave/CMakeLists.txt b/src/kioslave/CMakeLists.txt
index e02febd3..9f3bc7e8 100644
--- a/src/kioslave/CMakeLists.txt
+++ b/src/kioslave/CMakeLists.txt
@@ -5,4 +5,8 @@ target_link_libraries(kioslave
KF5::KIOCore
)
-install(TARGETS kioslave DESTINATION ${KDE_INSTALL_LIBEXECDIR_KF5} )
+if(WIN32)
+ install(TARGETS kioslave DESTINATION ${KDE_INSTALL_LIBEXECDIR_KF5} )
+else()
+ install(TARGETS kioslave DESTINATION ${CMAKE_INSTALL_LIBEXECDIR} )
+endif()
sitter edited the content of this paste. (Show Details)Feb 12 2019, 2:45 PM
sitter changed the title of this paste from untitled to Masterwork From Distant Lands.