mirror of
https://github.com/LMMS/lmms.git
synced 2026-04-28 18:10:37 -04:00
Use Qt's Resource System (2nd approach) (#1891)
* Remove bin2res, use Qt's resource system * Use QDir search paths and QImageReader in getIconPixmap * Don't include "embed.cpp" in plugins * getIconPixmap: Use QPixmapCache, use QPixmap::fromImageReader * Require CMake 2.8.9 * Fix ReverbSC embed usage
This commit is contained in:
@@ -24,7 +24,7 @@
|
||||
|
||||
#include "SpectrumAnalyzer.h"
|
||||
|
||||
#include "embed.cpp"
|
||||
#include "embed.h"
|
||||
|
||||
|
||||
extern "C"
|
||||
@@ -38,7 +38,7 @@ Plugin::Descriptor PLUGIN_EXPORT spectrumanalyzer_plugin_descriptor =
|
||||
"Tobias Doerffel <tobydox/at/users.sf.net>",
|
||||
0x0100,
|
||||
Plugin::Effect,
|
||||
new PluginPixmapLoader( "logo" ),
|
||||
new PluginPixmapLoader(),
|
||||
NULL,
|
||||
NULL
|
||||
} ;
|
||||
|
||||
Reference in New Issue
Block a user