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