From c3f7cfa88ea98dfbe4563cfddc324ab4a82cb46b Mon Sep 17 00:00:00 2001 From: Martchus Date: Thu, 5 Oct 2017 00:31:30 +0200 Subject: [PATCH] Enable Plasmoid by default (with exceptions, like for kio) --- CMakeLists.txt | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/CMakeLists.txt b/CMakeLists.txt index 01d816c..749d7e6 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -21,8 +21,7 @@ if(ANDROID OR WIN32 OR APPLE) set(PLASMOID_DISABLED_BY_DEFAULT ON) else() set(FILE_ITEM_ACTION_PLUGIN_DISABLED_BY_DEFAULT OFF) - # plasmoid is still incomplete, so disable it by default - set(PLASMOID_DISABLED_BY_DEFAULT ON) + set(PLASMOID_DISABLED_BY_DEFAULT OFF) endif() # options for partial build