Skip to content
GitLab
Menu
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
Donald Haase
Cockatrice
Commits
03132e2e
Commit
03132e2e
authored
May 08, 2010
by
Max-Wilhelm Bruker
Browse files
app icons for mac and windows
parent
bda9768b
Changes
7
Hide whitespace changes
Inline
Side-by-side
cockatrice/cockatrice.pro
View file @
03132e2e
...
...
@@ -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
}
cockatrice/cockatrice.qrc
View file @
03132e2e
...
...
@@ -24,7 +24,7 @@
<file>resources/hr.jpg</file>
<file>translations/cockatrice_de.qm</file>
<file>translations/cockatrice_en.qm</file>
<file>resources/icon.svg</file>
<file>resources/
app
icon.svg</file>
<file>resources/add_to_sideboard.svg</file>
<file>resources/decrement.svg</file>
<file>resources/increment.svg</file>
...
...
cockatrice/cockatrice.rc
0 → 100644
View file @
03132e2e
ID1_ICON1 ICON DISCARDABLE "resources/appicon.ico"
cockatrice/resources/appicon.icns
0 → 100644
View file @
03132e2e
File added
cockatrice/resources/appicon.ico
0 → 100644
View file @
03132e2e
345 KB
cockatrice/resources/icon.svg
→
cockatrice/resources/
app
icon.svg
View file @
03132e2e
File moved
cockatrice/src/main.cpp
View file @
03132e2e
...
...
@@ -83,7 +83,7 @@ int main(int argc, char *argv[])
MainWindow
ui
;
qDebug
(
"main(): MainWindow constructor finished"
);
QIcon
icon
(
":/resources/icon.svg"
);
QIcon
icon
(
":/resources/
app
icon.svg"
);
ui
.
setWindowIcon
(
icon
);
ui
.
show
();
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment