Skip to content
Snippets Groups Projects
Commit 47649baf authored by Loren Burkholder's avatar Loren Burkholder Committed by Brad King
Browse files

cmake-gui: Use icon from system theme if available

parent 82b25be8
No related branches found
No related tags found
No related merge requests found
......@@ -146,7 +146,7 @@ int main(int argc, char** argv)
QIcon appIcon;
appIcon.addFile(":/Icons/CMakeSetup32.png");
appIcon.addFile(":/Icons/CMakeSetup128.png");
QApplication::setWindowIcon(appIcon);
QApplication::setWindowIcon(QIcon::fromTheme("cmake-gui", appIcon));
CMakeSetupDialog dialog;
dialog.show();
......
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