mirror of
https://github.com/azahar-emu/azahar.git
synced 2026-06-29 14:39:23 -04:00
This resolves some icon theming issues on Linux Co-authored-by: HurricanePootis <53066639+HurricanePootis@users.noreply.github.com>
19 lines
542 B
Text
19 lines
542 B
Text
#include "winresrc.h"
|
|
/////////////////////////////////////////////////////////////////////////////
|
|
//
|
|
// Icon
|
|
//
|
|
|
|
// Icon with lowest ID value placed first to ensure application icon
|
|
// remains consistent on all systems.
|
|
// QT requires that the default application icon is named IDI_ICON1
|
|
|
|
IDI_ICON1 ICON "../../dist/azahar.ico"
|
|
|
|
|
|
/////////////////////////////////////////////////////////////////////////////
|
|
//
|
|
// RT_MANIFEST
|
|
//
|
|
|
|
0 RT_MANIFEST "../../dist/azahar.manifest"
|