mirror of
https://github.com/QuasarApp/qca.git
synced 2025-05-11 02:09:33 +00:00
Retrieve plugin paths. It consists of: 1. QCA_PLUGIN_PATH environment if set. 2. QCoreApplication::libraryPaths() . 3. Directory where plugins were installed. QCA_PLUGIN_PATH is paths list like PATH or QT_PLUGIN_PATH. It uses system path separator. ";" on Windows and ":" on Unix. Also qcatool now uses this function.