diff options
author | Aqua-sama <aqua@iserlohn-fortress.net> | 2019-03-22 16:48:12 +0200 |
---|---|---|
committer | Aqua-sama <aqua@iserlohn-fortress.net> | 2019-03-22 16:48:12 +0200 |
commit | f9e85b7ddddd3b6a87dfc4d907cb1fbe16e22e77 (patch) | |
tree | c5e30ac4b1b0103ac00918f04c729fefb97f89d8 /Kconfig | |
parent | Add PluginLoader class (diff) | |
download | smolbote-f9e85b7ddddd3b6a87dfc4d907cb1fbe16e22e77.tar.xz |
Replace xxd with python script
Diffstat (limited to 'Kconfig')
-rw-r--r-- | Kconfig | 5 |
1 files changed, 4 insertions, 1 deletions
@@ -7,7 +7,10 @@ menu "Application" default ":/icons/poi.svg" endmenu -source lib/configuration/Kconfig +source 'lib/configuration/Kconfig' + +# Plugin loading +source 'lib/plugin/Kconfig' config USEPLASMA bool "Enable KDE Frameworks integration" |