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.
12 lines
396 B
12 lines
396 B
add_definitions(-DTRANSLATION_DOMAIN=\"plasma_runner_windows\") |
|
|
|
set(krunner_windows_SRCS |
|
windowsrunner.cpp |
|
) |
|
|
|
add_library(krunner_windows MODULE ${krunner_windows_SRCS}) |
|
target_link_libraries(krunner_windows ${KDE4_KDEUI_LIBS} KF5::Plasma) |
|
|
|
install(TARGETS krunner_windows DESTINATION ${PLUGIN_INSTALL_DIR} ) |
|
|
|
install(FILES plasma-runner-windows.desktop DESTINATION ${SERVICES_INSTALL_DIR})
|
|
|