Make it possible for installers to disable plugins by default.

Plugin manager reads Plugins/Ignored in installation global settings
now, and handles these plugins similar to as if they were experimental.

Change-Id: I56a0c5fe143e3fbd9261244bafece26d7b99c154
Reviewed-by: Maurice Kalinowski <maurice.kalinowski@nokia.com>
Reviewed-by: Daniel Molkentin <daniel.molkentin@nokia.com>
This commit is contained in:
Eike Ziller
2011-10-26 14:46:29 +02:00
parent 28039af902
commit 2ee0b36342
8 changed files with 79 additions and 14 deletions

View File

@@ -67,6 +67,7 @@ public:
QString version;
QString compatVersion;
bool experimental;
bool disabledByDefault;
QString vendor;
QString copyright;
QString license;