dolphin/kdepasswd/CMakeLists.txt
Urs Wolfer ad44b09500 * port K3URLDrag
* port Q3IconView
* fix icon
* do not link anymore against kde3support lib
* cleanup code

svn path=/trunk/KDE/kdebase/apps/; revision=752228
2007-12-23 22:58:09 +00:00

14 lines
342 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 DESTINATION ${BIN_INSTALL_DIR})
install(FILES kdepasswd.desktop DESTINATION ${XDG_APPS_INSTALL_DIR})