Skip to content

Commit

Permalink
Update Windows icon
Browse files Browse the repository at this point in the history
  • Loading branch information
prodrigestivill committed Oct 12, 2024
1 parent d72a2c6 commit f414e03
Show file tree
Hide file tree
Showing 4 changed files with 27 additions and 24 deletions.
2 changes: 1 addition & 1 deletion src/Iaito.pro
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ lessThan(QT_MAJOR_VERSION, 5): error("requires Qt 5")
ICON = img/iaito-o.icns

# Icon/resources for Windows
win32: RC_ICONS = img/iaito-o.ico
win32: RC_ICONS = img/iaito-circle.ico

QT += core gui widgets svg network
QT_CONFIG -= no-pkg-config
Expand Down
Binary file added src/img/iaito-circle.ico
Binary file not shown.
47 changes: 25 additions & 22 deletions src/img/iaito-circle.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
2 changes: 1 addition & 1 deletion src/img/iaito.rc
Original file line number Diff line number Diff line change
@@ -1 +1 @@
IDR_MAINFRAME ICON "iaito-o.ico"
IDR_MAINFRAME ICON "iaito-circle.ico"

0 comments on commit f414e03

Please sign in to comment.