forked from qt-creator/qt-creator
Library-Wizard: Add QGenericPlugin
Add QGenericPlugin to Library-Wizard. And change default to this. Change-Id: Iad21e4c66ef9a47e7ac5e437ed11af7e50d91112 Reviewed-by: Friedemann Kleint <Friedemann.Kleint@digia.com>
This commit is contained in:
committed by
Takumi ASAKI
parent
0dab64b6cf
commit
541a717933
@@ -60,6 +60,7 @@ static const PluginBaseClasses pluginBaseClasses[] =
|
||||
{
|
||||
{ "QAccessiblePlugin", "QtGui", "QtCore", "accessible", "QAccessibleFactoryInterface" },
|
||||
{ "QDecorationPlugin", "QtGui", "QtCore", 0, 0 }, // Qt 4 only.
|
||||
{ "QGenericPlugin", "QtGui", "QtCore", "generic", "QGenericPluginFactoryInterface" },
|
||||
{ "QIconEnginePluginV2", "QtGui", "QtCore", "imageformats", 0 }, // Qt 4 only.
|
||||
{ "QIconEnginePlugin", "QtGui", "QtCore", "imageformats", "QIconEngineFactoryInterface" },
|
||||
{ "QImageIOPlugin", "QtGui", "QtCore", "imageformats", "QImageIOHandlerFactoryInterface" },
|
||||
@@ -69,7 +70,7 @@ static const PluginBaseClasses pluginBaseClasses[] =
|
||||
{ "QTextCodecPlugin", "QtCore", 0, "codecs", 0 } // Qt 4 only.
|
||||
};
|
||||
|
||||
enum { defaultPluginBaseClass = 6 };
|
||||
enum { defaultPluginBaseClass = 2 };
|
||||
|
||||
static const PluginBaseClasses *findPluginBaseClass(const QString &name)
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user