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}
|
|
|
|
${KDE4_KIO_LIBRARY})
|
|
|
|
|
|
|
|
install(TARGETS plasma_applet_quicklaunch DESTINATION ${PLUGIN_INSTALL_DIR})
|
|
|
|
install(FILES plasma-applet-quicklaunch.desktop DESTINATION ${SERVICES_INSTALL_DIR})
|