mirror of
https://github.com/KDE/konsole.git
synced 2025-12-23 23:38:08 -05:00
Add new plugin QuickCommands
This plugin can save your favourite commands to sidebar You can double click the item to invoke the command Signed-off-by: Tao Guo <guotao945@gmail.com>
This commit is contained in:
@@ -112,6 +112,7 @@ include_directories(${CMAKE_SOURCE_DIR} ${CMAKE_BINARY_DIR} )
|
||||
file(GLOB ICONS_SRCS "data/icons/*.png")
|
||||
|
||||
option(ENABLE_PLUGIN_SSHMANAGER "Build the SSHManager plugin" ON)
|
||||
option(ENABLE_PLUGIN_QUICKCOMMANDS "Build the Quick Commands plugin" ON)
|
||||
|
||||
add_subdirectory( src )
|
||||
add_subdirectory( data )
|
||||
|
||||
Reference in New Issue
Block a user