Bundle more file in resources

make deployment easier; like katepart or okularpart the ideal
is that just the .so is enough to work

This is just the start, will need to bundle more parts.
At the moment even many keys don't work if you just bundle the part.
This commit is contained in:
Christoph Cullmann
2024-06-05 22:18:19 +00:00
committed by Kurt Hindenburg
parent b94f2c5cde
commit 02e4fbec97
12 changed files with 59 additions and 66 deletions

View File

@@ -137,7 +137,6 @@ 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 )
add_subdirectory( desktop )
if (HAVE_DBUS)