From ef11c4e7acdc735107ec0f6b2f142e7fe115332d Mon Sep 17 00:00:00 2001 From: Erik Verbruggen Date: Tue, 24 Aug 2010 17:07:11 +0200 Subject: Truned qmldump into an .app, and suppress its dock icon. --- src/tools/qml/qmldump/Info.plist | 29 +++++++++++++++++++++++++++++ src/tools/qml/qmldump/qmldump.pro | 5 +++-- 2 files changed, 32 insertions(+), 2 deletions(-) create mode 100644 src/tools/qml/qmldump/Info.plist (limited to 'src/tools/qml') diff --git a/src/tools/qml/qmldump/Info.plist b/src/tools/qml/qmldump/Info.plist new file mode 100644 index 00000000000..cb0561b6f09 --- /dev/null +++ b/src/tools/qml/qmldump/Info.plist @@ -0,0 +1,29 @@ + + + + + NSHumanReadableCopyright + (C) 2008-2010 Nokia Corporation +Commercial Usage + +Licensees holding valid Qt Commercial licenses may use this file in accordance with the Qt Commercial License Agreement provided with the Software or, alternatively, in accordance with the terms contained in a written agreement between you and Nokia. + +GNU Lesser General Public License Usage + +Alternatively, this plugin may be used under the terms of the GNU Lesser General Public License version 2.1 as published by the Free Software Foundation and appearing in the file LICENSE.LGPL included in the packaging of this file. Please review the following information to ensure the GNU Lesser General Public License version 2.1 requirements will be met: http://www.gnu.org/licenses/old-licenses/lgpl-2.1.html. + CFBundlePackageType + APPL + CFBundleSignature + @TYPEINFO@ + CFBundleExecutable + @EXECUTABLE@ + CFBundleIdentifier + com.nokia.qtcreator.qmldump + CFBundleVersion + 2.1.80 + CFBundleShortVersionString + 2.1.80 + LSUIElement + 1 + + diff --git a/src/tools/qml/qmldump/qmldump.pro b/src/tools/qml/qmldump/qmldump.pro index d223914132d..a2d272caffc 100644 --- a/src/tools/qml/qmldump/qmldump.pro +++ b/src/tools/qml/qmldump/qmldump.pro @@ -6,8 +6,6 @@ TARGET = qmldump QT += declarative -CONFIG += console -CONFIG -= app_bundle TEMPLATE = app @@ -17,3 +15,6 @@ include(../../../../qtcreator.pri) include(../../../private_headers.pri) DESTDIR = $$IDE_BIN_PATH include(../../../rpath.pri) + +OTHER_FILES += Info.plist +macx:QMAKE_INFO_PLIST = Info.plist -- cgit v1.2.3