Hi, as far as I know, the icons listed in the .qrc file do not need to be copied, as they are compiled in (at least they are not part of my binary tree either, but I do see them).
As for the icons neither listed in the files.cmake nor in the datamanager.qrc, they are not used anywhere in the code, so they seem to be a remnant of a custom icon pack and could probably be removed. Regards, Caspar -----Ursprüngliche Nachricht----- Von: Miklos Espak [mailto:[email protected]] Gesendet: Donnerstag, 6. Oktober 2011 14:41 An: Goch, Caspar Jonas Cc: mitk-users Betreff: Re: [mitk-users] datamanager context menu icons missing Hi, this is an actual bug, not related to my minor additions. The problem is that the icons are not listed in the CACHED_RESOURCE_FILES section of files.cmake, so they are not copied to the build directory. https://github.com/MITK/MITK/blob/master/Modules/Bundles/org.mitk.gui.qt.datamanager/files.cmake Also the resource file contains much less icons than what is in the resources directory, it may have to be fixed as well. https://github.com/MITK/MITK/blob/master/Modules/Bundles/org.mitk.gui.qt.datamanager/resources/datamanager.qrc Regards, Miklos ------------------------------------------------------------------------------ All the data continuously generated in your IT infrastructure contains a definitive record of customers, application performance, security threats, fraudulent activity and more. Splunk takes this data and makes sense of it. Business sense. IT sense. Common sense. http://p.sf.net/sfu/splunk-d2dcopy1 _______________________________________________ mitk-users mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/mitk-users
