diff --git a/configure b/configure
index a5bdd58..d56acea 100755
@@ -48,6 +48,9 @@ Dependency options:
--with-aspell-inc=[path] Path to Aspell include files
--with-aspell-lib=[path] Path to Aspell library files
--disable-enchant Disable use of enchant
+ --disable-plugins Disable use of Plugins
+ --enable-plugins Enable Psi Plugin support
@@ -274,6 +277,16 @@ while [ $# -gt 0 ]; do
@@ -318,6 +331,8 @@ echo QC_DISABLE_aspell=$QC_DISABLE_aspell
echo QC_WITH_ASPELL_INC=$QC_WITH_ASPELL_INC
echo QC_WITH_ASPELL_LIB=$QC_WITH_ASPELL_LIB
echo QC_DISABLE_enchant=$QC_DISABLE_enchant
+echo QC_DISABLE_plugins=$QC_DISABLE_plugins
+echo QC_ENABLE_PLUGINS=$QC_ENABLE_PLUGINS
@@ -1614,6 +1629,48 @@ public:
+arg: enable-plugins,Enable Psi Plugin support
+//----------------------------------------------------------------------------
+//----------------------------------------------------------------------------
+class qc_plugins : public ConfObj
+ qc_plugins(Conf *c) : ConfObj(c) {}
+ QString name() const { return "Plugins"; }
+ QString shortname() const { return "Plugins"; }