diff options
| author | Patrick Spendrin <[email protected]> | 2007-11-08 15:19:33 +0000 |
|---|---|---|
| committer | Patrick Spendrin <[email protected]> | 2007-11-08 15:19:33 +0000 |
| commit | e401160eb811f1d646f818668530e243a3365cfe (patch) | |
| tree | 4b126ffb26f7fcee6b8fdfc8eb729c8d233f294b /src | |
| parent | ad74c99bbc4b4907a0cec0b7c5e3b9b37e5bad5b (diff) | |
changing install locations of dll's to bin
svn path=/trunk/KDE/kdebase/apps/; revision=734310
Diffstat (limited to 'src')
| -rw-r--r-- | src/CMakeLists.txt | 6 |
1 files changed, 5 insertions, 1 deletions
diff --git a/src/CMakeLists.txt b/src/CMakeLists.txt index f532de8ec..0029af3f6 100644 --- a/src/CMakeLists.txt +++ b/src/CMakeLists.txt @@ -46,7 +46,11 @@ endif (Nepomuk_FOUND) set_target_properties(dolphinprivate PROPERTIES VERSION 1.0.0 SOVERSION 1 ) -install(TARGETS dolphinprivate DESTINATION ${LIB_INSTALL_DIR} ) +install(TARGETS dolphinprivate + RUNTIME DESTINATION ${BIN_INSTALL_DIR} + LIBRARY DESTINATION ${LIB_INSTALL_DIR} + ARCHIVE DESTINATION ${LIB_INSTALL_DIR} +) ########################################## |
