Skip to content

Commit

Permalink
modify apply icon for Mac .app binary.
Browse files Browse the repository at this point in the history
  • Loading branch information
dddaisuke committed Apr 30, 2012
1 parent 0dd23f8 commit 269827b
Show file tree
Hide file tree
Showing 4 changed files with 517 additions and 4 deletions.
6 changes: 4 additions & 2 deletions Caesium.pro
Expand Up @@ -44,7 +44,8 @@ OTHER_FILES += \
caesium_fr.ts \
caesium_en.ts \
caesium_de.ts \
caesium_cn.ts
caesium_cn.ts \
icon.icns

FORMS += \
updater.ui \
Expand All @@ -57,7 +58,8 @@ FORMS += \
RESOURCES += \
icons.qrc

RC_FILE = caesium.rc
win32:RC_FILE = caesium.rc
macx:RC_FILE = icon.icns

TRANSLATIONS = caesium_en.ts \
caesium_it.ts \
Expand Down
4 changes: 2 additions & 2 deletions Caesium.pro.user
@@ -1,6 +1,6 @@
<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE QtCreatorProject>
<!-- Written by Qt Creator 2.4.1, 2012-04-30T09:34:37. -->
<!-- Written by Qt Creator 2.4.1, 2012-04-30T21:28:47. -->
<qtcreator>
<data>
<variable>ProjectExplorer.Project.ActiveTarget</variable>
Expand Down Expand Up @@ -52,7 +52,7 @@
<value type="QString" key="ProjectExplorer.ProjectConfiguration.DefaultDisplayName">デスクトップ</value>
<value type="QString" key="ProjectExplorer.ProjectConfiguration.DisplayName">デスクトップ</value>
<value type="QString" key="ProjectExplorer.ProjectConfiguration.Id">Qt4ProjectManager.Target.DesktopTarget</value>
<value type="int" key="ProjectExplorer.Target.ActiveBuildConfiguration">0</value>
<value type="int" key="ProjectExplorer.Target.ActiveBuildConfiguration">1</value>
<value type="int" key="ProjectExplorer.Target.ActiveDeployConfiguration">0</value>
<value type="int" key="ProjectExplorer.Target.ActiveRunConfiguration">0</value>
<valuemap type="QVariantMap" key="ProjectExplorer.Target.BuildConfiguration.0">
Expand Down

0 comments on commit 269827b

Please sign in to comment.