From bfc6a32c2a203766a6debdf19a265a4f0e198403 Mon Sep 17 00:00:00 2001 From: Kai Koehne Date: Thu, 8 Apr 2010 12:19:01 +0200 Subject: 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 --- tools/qml/Info_mac.plist | 16 ++++++++++++++++ tools/qml/qml.pro | 4 ++++ 2 files changed, 20 insertions(+) create mode 100644 tools/qml/Info_mac.plist 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 @@ + + + + + CFBundleIdentifier + com.nokia.qt.qml + CFBundlePackageType + APPL + CFBundleGetInfoString + Created by Qt/QMake + CFBundleSignature + @TYPEINFO@ + CFBundleExecutable + @EXECUTABLE@ + + 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 +} -- cgit v0.12