mirror of
https://github.com/Cockatrice/Cockatrice.git
synced 2026-07-20 01:12:15 -07:00
app icons for mac and windows
This commit is contained in:
parent
bda9768b1d
commit
03132e2edd
7 changed files with 10 additions and 3 deletions
|
|
@ -112,4 +112,10 @@ SOURCES += src/counter.cpp \
|
|||
../common/protocol_datastructures.cpp
|
||||
|
||||
TRANSLATIONS += translations/cockatrice_de.ts translations/cockatrice_en.ts
|
||||
CONFIG += qt debug
|
||||
win32 {
|
||||
RC_FILE = cockatrice.rc
|
||||
}
|
||||
macx {
|
||||
ICON = resources/appicon.icns
|
||||
CONFIG += x86 ppc
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue