dolphin/kdepasswd/CMakeLists.txt
Oswald Buddenhagen d8276923fc actually install the .desktop files as executables
changing merely the file permissions is the repo is quite a noop as far
as cmake is concerned.


svn path=/trunk/KDE/kdebase/apps/; revision=1187438
2010-10-19 12:44:48 +00:00

14 lines
346 B
CMake

add_subdirectory(kcm)
set(kdepasswd_SRCS
kdepasswd.cpp
passwd.cpp
passwddlg.cpp)
kde4_add_executable(kdepasswd ${kdepasswd_SRCS})
target_link_libraries(kdepasswd ${KDE4_KIO_LIBS} ${KDE4_KDESU_LIBS})
install(TARGETS kdepasswd ${INSTALL_TARGETS_DEFAULT_ARGS})
install(PROGRAMS kdepasswd.desktop DESTINATION ${XDG_APPS_INSTALL_DIR})