all plasma shortcuts are emacs-style now, starting with alt-d, to avoid conflicts.
[kdebase.git] / runtime / kquitapp / CMakeLists.txt
blobd484a4d93f65419d166e450670037507b1ffde18
1 set(kquitapp_SRCS kquitapp.cpp)
3 kde4_add_executable(kquitapp_executable NOGUI ${kquitapp_SRCS})
4 set_target_properties(kquitapp_executable PROPERTIES OUTPUT_NAME kquitapp)
5 target_link_libraries(kquitapp_executable  ${KDE4_KDECORE_LIBS})
7 install(TARGETS kquitapp_executable ${INSTALL_TARGETS_DEFAULT_ARGS})