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