mirror of
https://bitbucket.org/smil3y/kde-workspace.git
synced 2025-02-24 19:02:51 +00:00
9 lines
342 B
Text
9 lines
342 B
Text
![]() |
set(kquitapp_SRCS kquitapp.cpp)
|
||
|
|
||
|
set(kquitapp_OUTPUT_NAME kquitapp)
|
||
|
kde4_add_executable(kquitapp_executable NOGUI ${kquitapp_SRCS})
|
||
|
set_target_properties(kquitapp_executable PROPERTIES OUTPUT_NAME kquitapp)
|
||
|
target_link_libraries(kquitapp_executable ${KDE4_KDECORE_LIBS})
|
||
|
|
||
|
install(TARGETS kquitapp_executable ${INSTALL_TARGETS_DEFAULT_ARGS})
|