aboutsummaryrefslogtreecommitdiff
path: root/Kconfig
diff options
context:
space:
mode:
authorAqua-sama <aqua@iserlohn-fortress.net>2019-03-22 16:48:12 +0200
committerAqua-sama <aqua@iserlohn-fortress.net>2019-03-22 16:48:12 +0200
commitf9e85b7ddddd3b6a87dfc4d907cb1fbe16e22e77 (patch)
treec5e30ac4b1b0103ac00918f04c729fefb97f89d8 /Kconfig
parentAdd PluginLoader class (diff)
downloadsmolbote-f9e85b7ddddd3b6a87dfc4d907cb1fbe16e22e77.tar.xz
Replace xxd with python script
Diffstat (limited to 'Kconfig')
-rw-r--r--Kconfig5
1 files changed, 4 insertions, 1 deletions
diff --git a/Kconfig b/Kconfig
index a2578ec..0fbafaa 100644
--- a/Kconfig
+++ b/Kconfig
@@ -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"