Make a branch to make krunner Good Enough For Aaron™.
[kdebase/uwolfer.git] / runtime / kquitapp / CMakeLists.txt
bloba4f581ec5e05c47c317401f6238ec6e65d37a504
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 DESTINATION ${BIN_INSTALL_DIR})