Closed lambdcalculus closed 4 months ago
Image format plugins were already modified to be placed in the imageformats
for both Windows and Linux. The plugin loader code should just be removed.
Removed, and replaced with a check for whether the formats are valid.
Mentioned in Discord but I'll put it here too: turns out using QPluginLoader would just make it say it failed to load the plugins even though it did just fine.
Specifying that the plugins are under the imageformats folder is required on Linux but not on Windows, for some reason.
Also removes an extraneous addition to the library paths, prolly some old thing; and improves debugging for when the libraries fail to load.