2017-08-31 22:37:11 +00:00
|
|
|
#include "winresrc.h"
|
2015-05-25 17:00:43 +00:00
|
|
|
/////////////////////////////////////////////////////////////////////////////
|
|
|
|
//
|
|
|
|
// Icon
|
|
|
|
//
|
|
|
|
|
|
|
|
// Icon with lowest ID value placed first to ensure application icon
|
|
|
|
// remains consistent on all systems.
|
2017-09-03 17:26:10 +00:00
|
|
|
// QT requires that the default application icon is named IDI_ICON1
|
|
|
|
|
2018-01-12 03:33:56 +00:00
|
|
|
IDI_ICON1 ICON "../../dist/yuzu.ico"
|
2015-05-25 17:00:43 +00:00
|
|
|
|
2017-08-31 22:37:11 +00:00
|
|
|
|
|
|
|
/////////////////////////////////////////////////////////////////////////////
|
|
|
|
//
|
|
|
|
// RT_MANIFEST
|
|
|
|
//
|
|
|
|
|
2020-06-21 01:11:23 +00:00
|
|
|
0 RT_MANIFEST "../../dist/yuzu.manifest"
|