diff options
Diffstat (limited to 'kandy/src/CMakeLists.txt')
-rw-r--r-- | kandy/src/CMakeLists.txt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/kandy/src/CMakeLists.txt b/kandy/src/CMakeLists.txt index 06889351e..041305919 100644 --- a/kandy/src/CMakeLists.txt +++ b/kandy/src/CMakeLists.txt @@ -47,7 +47,7 @@ tde_add_executable( kandy AUTOMOC atcommand.cpp commanditem.cpp mobilegui_base.ui mobilegui.cpp commandscheduler.cpp commandset.cpp kandyprefs.kcfgc kandyprefsdialog.cpp mobilemain.cpp - LINK tdepim-shared ${LOCKDEV_LIBRARY} + LINK tdepim-shared DESTINATION ${BIN_INSTALL_DIR} ) |