aboutsummaryrefslogtreecommitdiffstats
path: root/src/app
diff options
context:
space:
mode:
authorNorwegian Rock Cat <qt-info@nokia.com>2009-07-15 14:45:12 +0200
committerNorwegian Rock Cat <qt-info@nokia.com>2009-07-15 14:45:12 +0200
commit88facd8497cc2806afeb870fa5fa3c301e9b4d7a (patch)
tree773b2de3c62e9fa5975ca32c4b44d5eeca3683b3 /src/app
parentf3f790cec0910e2638f97e604cc059bcc0bfa77d (diff)
Add some icons for .pro and .pri files on Mac OS X.
We now at least follow what other Mac applications do.
Diffstat (limited to 'src/app')
-rw-r--r--src/app/Info.plist6
-rw-r--r--src/app/app.pro3
-rw-r--r--src/app/prifile.icnsbin0 -> 121897 bytes
-rw-r--r--src/app/profile.icnsbin0 -> 124062 bytes
4 files changed, 6 insertions, 3 deletions
diff --git a/src/app/Info.plist b/src/app/Info.plist
index 5d37bfd27a..5e1fac5c84 100644
--- a/src/app/Info.plist
+++ b/src/app/Info.plist
@@ -8,7 +8,7 @@
<key>CFBundleTypeRole</key>
<string>Editor</string>
<key>CFBundleTypeIconFile</key>
- <string>qtcreator.icns</string>
+ <string>profile.icns</string>
<key>CFBundleTypeExtensions</key>
<array>
<string>pro</string>
@@ -22,7 +22,7 @@
<key>CFBundleTypeRole</key>
<string>Editor</string>
<key>CFBundleTypeIconFile</key>
- <string>qtcreator.icns</string>
+ <string>profile.icns</string>
<key>CFBundleTypeExtensions</key>
<array>
<string>pri</string>
@@ -49,7 +49,7 @@
<string>Editor</string>
<key>CFBundleTypeExtensions</key>
<array>
- <string>pri</string>
+ <string>ui</string>
</array>
<key>CFBundleTypeName</key>
<string>Qt UI File</string>
diff --git a/src/app/app.pro b/src/app/app.pro
index 4f29e1f263..69e34dbc78 100644
--- a/src/app/app.pro
+++ b/src/app/app.pro
@@ -20,6 +20,9 @@ win32 {
ICON = qtcreator.icns
QMAKE_INFO_PLIST = Info.plist
+ FILETYPES.files = profile.icns prifile.icns
+ FILETYPES.path = Contents/Resources
+ QMAKE_BUNDLE_DATA += FILETYPES
} else {
LIBS *= -lExtensionSystem -lAggregation
diff --git a/src/app/prifile.icns b/src/app/prifile.icns
new file mode 100644
index 0000000000..96386a70aa
--- /dev/null
+++ b/src/app/prifile.icns
Binary files differ
diff --git a/src/app/profile.icns b/src/app/profile.icns
new file mode 100644
index 0000000000..40a881dac9
--- /dev/null
+++ b/src/app/profile.icns
Binary files differ