summaryrefslogtreecommitdiffstats
path: root/tools/qml
diff options
context:
space:
mode:
authorKai Koehne <kai.koehne@nokia.com>2010-04-08 10:19:01 (GMT)
committerKai Koehne <kai.koehne@nokia.com>2010-04-09 11:09:23 (GMT)
commitbfc6a32c2a203766a6debdf19a265a4f0e198403 (patch)
tree70b9d2766a7dbac3e4f1ee9a6b018c38dd1f2504 /tools/qml
parent6170493cac58b30635c5037341bbcb059ee6d193 (diff)
downloadQt-bfc6a32c2a203766a6debdf19a265a4f0e198403.zip
Qt-bfc6a32c2a203766a6debdf19a265a4f0e198403.tar.gz
Qt-bfc6a32c2a203766a6debdf19a265a4f0e198403.tar.bz2
Add Mac OS X bundle description for qml runtime
Also, it's now Qml.app instead of qml.app. An icon is still missing. Reviewed-by: con
Diffstat (limited to 'tools/qml')
-rw-r--r--tools/qml/Info_mac.plist16
-rw-r--r--tools/qml/qml.pro4
2 files changed, 20 insertions, 0 deletions
diff --git a/tools/qml/Info_mac.plist b/tools/qml/Info_mac.plist
new file mode 100644
index 0000000..ce4ebe3
--- /dev/null
+++ b/tools/qml/Info_mac.plist
@@ -0,0 +1,16 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<!DOCTYPE plist SYSTEM "file://localhost/System/Library/DTDs/PropertyList.dtd">
+<plist version="0.1">
+<dict>
+ <key>CFBundleIdentifier</key>
+ <string>com.nokia.qt.qml</string>
+ <key>CFBundlePackageType</key>
+ <string>APPL</string>
+ <key>CFBundleGetInfoString</key>
+ <string>Created by Qt/QMake</string>
+ <key>CFBundleSignature</key>
+ <string>@TYPEINFO@</string>
+ <key>CFBundleExecutable</key>
+ <string>@EXECUTABLE@</string>
+</dict>
+</plist>
diff --git a/tools/qml/qml.pro b/tools/qml/qml.pro
index ba283b6..13b01f2 100644
--- a/tools/qml/qml.pro
+++ b/tools/qml/qml.pro
@@ -58,3 +58,7 @@ symbian {
LIBS += -lesock -lcommdb -lconnmon -linsock
TARGET.CAPABILITY = "All -TCB"
}
+mac {
+ QMAKE_INFO_PLIST=Info_mac.plist
+ TARGET=Qml
+}