|
|
|
|
@ -123,12 +123,13 @@ class MAGNUM_TRADE_EXPORT AbstractImageConverter: public PluginManager::Abstract
|
|
|
|
|
* @brief Plugin search paths |
|
|
|
|
* |
|
|
|
|
* First looks in `magnum/imageconverters/` or `magnum-d/imageconverters/` |
|
|
|
|
* next to the executable and as a fallback in `magnum/imageconverters/` |
|
|
|
|
* or `magnum-d/imageconverters/` in the runtime install location |
|
|
|
|
* (`lib[64]/` on Unix-like systems, `bin/` on Windows). The |
|
|
|
|
* system-wide plugin search directory is configurable using the |
|
|
|
|
* `MAGNUM_PLUGINS_DIR` CMake variables, see @ref building for more |
|
|
|
|
* information. |
|
|
|
|
* next to the executable (or, in case of Windows and a non-static |
|
|
|
|
* build, next to the DLL of the @ref Trade library) and as a fallback |
|
|
|
|
* in `magnum/imageconverters/` or `magnum-d/imageconverters/` in the |
|
|
|
|
* runtime install location (`lib[64]/` on Unix-like systems, `bin/` on |
|
|
|
|
* Windows). The system-wide plugin search directory is configurable |
|
|
|
|
* using the `MAGNUM_PLUGINS_DIR` CMake variables, see @ref building |
|
|
|
|
* for more information. |
|
|
|
|
* |
|
|
|
|
* Not defined on platforms without |
|
|
|
|
* @ref CORRADE_PLUGINMANAGER_NO_DYNAMIC_PLUGIN_SUPPORT "dynamic plugin support". |
|
|
|
|
|