diff options
author | Kai Koehne <kai.koehne@nokia.com> | 2010-04-08 10:19:01 (GMT) |
---|---|---|
committer | Kai Koehne <kai.koehne@nokia.com> | 2010-04-09 11:09:23 (GMT) |
commit | bfc6a32c2a203766a6debdf19a265a4f0e198403 (patch) | |
tree | 70b9d2766a7dbac3e4f1ee9a6b018c38dd1f2504 /tools/qml/qml.pro | |
parent | 6170493cac58b30635c5037341bbcb059ee6d193 (diff) | |
download | Qt-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/qml.pro')
-rw-r--r-- | tools/qml/qml.pro | 4 |
1 files changed, 4 insertions, 0 deletions
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 +} |