forked from qt-creator/qt-creator
ExtensionSystem: Remove Qt4 support
Remove usage of the Q_EXPORT_PLUGIN macros, which do not exist in Qt 5. Change-Id: I678c3cf10b9c5d5c1b9f252b0ecd1c97dc810a47 Reviewed-by: hjk <hjk121@nokiamail.com> Reviewed-by: Christian Stenger <christian.stenger@digia.com>
This commit is contained in:
@@ -90,7 +90,8 @@ enum { debugLeaks = 0 };
|
||||
|
||||
\section1 Plugins
|
||||
Plugins consist of an XML descriptor file, and of a library that contains a Qt plugin
|
||||
(declared via Q_EXPORT_PLUGIN) that must derive from the IPlugin class.
|
||||
that must derive from the IPlugin class and has an IID of
|
||||
\c "org.qt-project.Qt.QtCreatorPlugin".
|
||||
The plugin manager is used to set a list of file system directories to search for
|
||||
plugins, retrieve information about the state of these plugins, and to load them.
|
||||
|
||||
|
||||
Reference in New Issue
Block a user