Refactor the handling of icons using new signatures and two new files.
Make the PKG_NAME defined in Plugin.cmake available in config.h. This can be used as a generic argument to GetPluginDataDir() which make is easier to copy pieces forth and back
Avoid messing with the generated files icons.h and icons.cpp. These seems actually outdated, wxWidgets is perfectly able to load .png files direct from filesystem.
Refactor the handling of icons using new signatures and two new files.
Make the PKG_NAME defined in Plugin.cmake available in config.h. This can be used as a generic argument to GetPluginDataDir() which make is easier to copy pieces forth and back
Avoid messing with the generated files icons.h and icons.cpp. These seems actually outdated, wxWidgets is perfectly able to load .png files direct from filesystem.
Closes: #594