plasma-framework/tools/CMakeLists.txt
Kevin Ottens bc53043064 Implement a CLI tool allowing to add remote plasmoids
Use the D-Bus call on the Plasma Desktop shell to create a cli helper
tool allowing you to add a remote widgets based on its URL. So something
like "plasma-remote-helper plasma://host:port/name" will add the
plasmoid "name" exported from "host" to your current activity.
2011-04-29 16:57:47 +02:00

3 lines
67 B
CMake

add_subdirectory(plasmapkg)
add_subdirectory(plasma-remote-helper)