app icons for mac and windows

This commit is contained in:
Max-Wilhelm Bruker 2010-05-08 17:15:40 +02:00
parent bda9768b1d
commit 03132e2edd
7 changed files with 10 additions and 3 deletions

View file

@ -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
}