You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
15 lines
505 B
15 lines
505 B
set(KSMSERVER_SWITCHUSER_GREETER_SRCS main.cpp ../switchuserdialog.cpp ../ksmserver_debug.cpp) |
|
add_executable(ksmserver-switchuser-greeter ${KSMSERVER_SWITCHUSER_GREETER_SRCS}) |
|
target_link_libraries(ksmserver-switchuser-greeter |
|
PW::KWorkspace |
|
Qt5::Quick |
|
Qt5::X11Extras |
|
KF5::Declarative |
|
KF5::IconThemes |
|
KF5::I18n |
|
KF5::Package |
|
KF5::WaylandClient |
|
KF5::WindowSystem |
|
${X11_LIBRARIES} |
|
) |
|
install(TARGETS ksmserver-switchuser-greeter DESTINATION ${KDE_INSTALL_LIBEXECDIR})
|
|
|