Merge pull request #2917 from jroweboy/icon_fix

Fix icon for citra qt
master
Weiyi Wang 2017-09-04 03:42:58 +07:00 committed by GitHub
commit 9b6dbe9b54
1 changed files with 3 additions and 1 deletions

@ -6,7 +6,9 @@
// Icon with lowest ID value placed first to ensure application icon
// remains consistent on all systems.
CITRA_ICON ICON "../../dist/citra.ico"
// QT requires that the default application icon is named IDI_ICON1
IDI_ICON1 ICON "../../dist/citra.ico"
/////////////////////////////////////////////////////////////////////////////