mirror of
https://github.com/LMMS/lmms.git
synced 2026-03-20 06:58:22 -04:00
* 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
4 lines
160 B
CMake
4 lines
160 B
CMake
INCLUDE(BuildPlugin)
|
|
|
|
BUILD_PLUGIN(audiofileprocessor audio_file_processor.cpp audio_file_processor.h MOCFILES audio_file_processor.h EMBEDDED_RESOURCES *.png)
|