2014-11-13 19:30:51 +02:00
|
|
|
project(plasma-quicklaunch)
|
|
|
|
|
|
|
|
set(quicklaunch_SRCS
|
2015-09-01 04:37:19 +03:00
|
|
|
icongridlayout.cpp
|
|
|
|
launcher.cpp
|
|
|
|
launcherdata.cpp
|
|
|
|
launchergrid.cpp
|
|
|
|
popup.cpp
|
|
|
|
popuplauncherlist.cpp
|
|
|
|
quicklaunch.cpp
|
|
|
|
quicklaunchConfig.ui
|
2014-11-13 19:30:51 +02:00
|
|
|
)
|
|
|
|
|
|
|
|
kde4_add_plugin(plasma_applet_quicklaunch ${quicklaunch_SRCS})
|
|
|
|
|
|
|
|
target_link_libraries(plasma_applet_quicklaunch
|
|
|
|
${KDE4_PLASMA_LIBS}
|
|
|
|
${KDE4_KDEUI_LIBS}
|
2021-02-26 20:14:30 +02:00
|
|
|
${KDE4_KIO_LIBS})
|
2014-11-13 19:30:51 +02:00
|
|
|
|
2020-02-08 19:29:32 +00:00
|
|
|
install(TARGETS plasma_applet_quicklaunch DESTINATION ${KDE4_PLUGIN_INSTALL_DIR})
|
|
|
|
install(FILES plasma-applet-quicklaunch.desktop DESTINATION ${KDE4_SERVICES_INSTALL_DIR})
|