Skip to content
Snippets Groups Projects
Commit 983ef49c authored by jcarpent's avatar jcarpent
Browse files

[GUI] Set search path for the icons themes

parent ad5683b1
No related branches found
No related tags found
No related merge requests found
......@@ -17,7 +17,10 @@ void setupApplication ()
QCoreApplication::setOrganizationDomain("https://github.com/jmirabel/gepetto-viewer-corba");
QCoreApplication::setApplicationName("gepetto-gui");
QCoreApplication::setApplicationVersion("@PROJECT_VERSION@");
QStringList theme_paths;
theme_paths << "/usr/local/share/icons/";
QIcon::setThemeSearchPaths(theme_paths);
QIcon::setThemeName("oxygen");
qRegisterMetaType<std::string>("std::string");
......
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