Skip to content

Commit

Permalink
Add icons
Browse files Browse the repository at this point in the history
  • Loading branch information
vicr123 committed May 31, 2017
1 parent 65fd0f7 commit 5eada8b
Show file tree
Hide file tree
Showing 5 changed files with 33 additions and 15 deletions.
Binary file added icon.icns
Binary file not shown.
Binary file added icon.ico
Binary file not shown.
1 change: 1 addition & 0 deletions icon.rc
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
IDI_ICON1 ICON DISCARDABLE "icon.ico"
42 changes: 27 additions & 15 deletions icons/icon.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
5 changes: 5 additions & 0 deletions theSlate.pro
Original file line number Diff line number Diff line change
Expand Up @@ -13,13 +13,18 @@ TEMPLATE = app

macx {
QT += macextras
ICON = icon.icns
}

unix:!macx {
QT += thelibs
TARGET = theslate
}

win32 {
RC_FILE = icon.rc
}


# The following define makes your compiler emit warnings if you use
# any feature of Qt which as been marked as deprecated (the exact warnings
Expand Down

0 comments on commit 5eada8b

Please sign in to comment.