diff options
author | Michele Calgaro <[email protected]> | 2020-02-14 10:54:29 +0900 |
---|---|---|
committer | Michele Calgaro <[email protected]> | 2020-02-16 18:38:53 +0900 |
commit | d4b559f91838a9d3e63c1aed0b3960dca4e4df14 (patch) | |
tree | 013f93304d6cddc32746d320fc94e41e9056ddb0 /konsole/CMakeLists.txt | |
parent | 0215a0e7127caaf4d5725ca2237a84817f649f67 (diff) | |
download | tdebase-d4b559f91838a9d3e63c1aed0b3960dca4e4df14.tar.gz tdebase-d4b559f91838a9d3e63c1aed0b3960dca4e4df14.zip |
Fixed handling of RMC -> Actions -> Open terminal here.
Signed-off-by: Michele Calgaro <[email protected]>
Diffstat (limited to 'konsole/CMakeLists.txt')
-rw-r--r-- | konsole/CMakeLists.txt | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/konsole/CMakeLists.txt b/konsole/CMakeLists.txt index 65f2e1715..b0059acbe 100644 --- a/konsole/CMakeLists.txt +++ b/konsole/CMakeLists.txt @@ -15,6 +15,7 @@ add_subdirectory( konsole ) add_subdirectory( other ) # add_subdirectory( doc ) add_subdirectory( fonts ) +add_subdirectory( terminalhere ) install( FILES @@ -48,7 +49,7 @@ install( FILES install( FILES - konsolehere.desktop + terminalhere.desktop DESTINATION ${DATA_INSTALL_DIR}/konqueror/servicemenus ) |