changed binary name on mac

This commit is contained in:
Jeena 2015-03-01 10:07:47 +01:00
parent 873c8f32e8
commit 81a062296e
2 changed files with 2 additions and 1 deletions

View file

@ -17,6 +17,7 @@ RESOURCES += \
mac { mac {
RC_FILE = misc/Icon.icns RC_FILE = misc/Icon.icns
TARGET = FeedTheMonkey
} }
unix { unix {

View file

@ -6,7 +6,7 @@ html, body {
body { body {
background: #eee; background: #eee;
font-family: sans-serif; font-family: sans-serif;
padding: 10pt 15pt; padding: 2em;
font-weight: lighter; font-weight: lighter;
} }