Skip to content

Commit

Permalink
This is experimental
Browse files Browse the repository at this point in the history
Since the plugin manager is an experimental feature, the compilation flag is turned off by default.

Signed-off-by: Ouyang Chunhui <[email protected]>
  • Loading branch information
jack9603301 committed Jul 10, 2024
1 parent 66327f9 commit d8d9842
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -69,7 +69,7 @@ option(USE_EXTERNAL_SINGLEAPPLICATION "Use external QtSingleApplication library"
option(USE_LAUNCHER_ABSOLUTE_PATH "Use absolute path for the desktop launcher" ON)
option(USE_WAYLAND_CLIPBOARD "USE KF Gui Wayland Clipboard" OFF)
option(DISABLE_UPDATE_CHECKER "Disable check for updates" OFF)
option(USE_PLUGIN_MANAGER "Activate the Plugin Manager" ON)
option(USE_PLUGIN_MANAGER "Activate the Plugin Manager" OFF)
option(USE_PRINTER_SUPPORT "Enable printer and PDF output support" OFF)

if (USE_PLUGIN_MANAGER)
Expand Down

0 comments on commit d8d9842

Please sign in to comment.