Skip to content
Snippets Groups Projects
Commit 88a667f8 authored by Julien Malik's avatar Julien Malik
Browse files

ENH: update linux applciation icon with 48x48 size, less pixelated

parent 68968a69
No related branches found
No related tags found
No related merge requests found
......@@ -36,7 +36,11 @@
// Monteverdi includes (sorted by alphabetic order)
#include "mvdAbstractModel.h"
#include "mvdDatasetModel.h"
#include "monteverdi2.xpm"
// Application icon on Linux platform
#if ! defined(Q_WS_WIN) && ! defined(Q_WS_MAC)
# include "monteverdi2-48x48.xpm"
#endif
//
// Class implementation.
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment