summaryrefslogtreecommitdiff
path: root/mkspecs/macx-pbuilder/Info.plist.app
authorzecke <zecke>2004-07-18 19:32:20 (UTC)
committer zecke <zecke>2004-07-18 19:32:20 (UTC)
commit8795812a0d763742a5273f356c35313af0fed84d (patch) (unidiff)
tree34b7259e1595e53e1fa2069d7d79bbdef67293e8 /mkspecs/macx-pbuilder/Info.plist.app
parent8e8fcd65b8d8657650728bae604c5a34dc31338e (diff)
downloadopie-8795812a0d763742a5273f356c35313af0fed84d.zip
opie-8795812a0d763742a5273f356c35313af0fed84d.tar.gz
opie-8795812a0d763742a5273f356c35313af0fed84d.tar.bz2
-CHECK if DIR exist added to qmake.conf's
-use arm-linux-g++ for linking now hopefully not removed anything important Added python tool to opiefy mkspecs
Diffstat (limited to 'mkspecs/macx-pbuilder/Info.plist.app') (more/less context) (ignore whitespace changes)
-rwxr-xr-xmkspecs/macx-pbuilder/Info.plist.app4
1 files changed, 3 insertions, 1 deletions
diff --git a/mkspecs/macx-pbuilder/Info.plist.app b/mkspecs/macx-pbuilder/Info.plist.app
index 9d6c42a..4da07e9 100755
--- a/mkspecs/macx-pbuilder/Info.plist.app
+++ b/mkspecs/macx-pbuilder/Info.plist.app
@@ -3,13 +3,15 @@
3<plist version="0.9"> 3<plist version="0.9">
4<dict> 4<dict>
5 <key>CFBundleIconFile</key> 5 <key>CFBundleIconFile</key>
6 <string>application.icns</string> 6 <string>@ICON@</string>
7 <key>CFBundlePackageType</key> 7 <key>CFBundlePackageType</key>
8 <string>APPL</string> 8 <string>APPL</string>
9 <key>CFBundleGetInfoString</key> 9 <key>CFBundleGetInfoString</key>
10 <string>Created by Qt/QMake</string> 10 <string>Created by Qt/QMake</string>
11 <key>CFBundleSignature</key> 11 <key>CFBundleSignature</key>
12 <string>ttxt</string> 12 <string>ttxt</string>
13 <key>CFBundleExecutable</key>
14 <string>@EXECUTABLE@</string>
13 <key>NOTE</key> 15 <key>NOTE</key>
14 <string>Please, do NOT change this file -- It was generated by Qt/QMake.</string> 16 <string>Please, do NOT change this file -- It was generated by Qt/QMake.</string>
15</dict> 17</dict>