aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorGerald Combs <gerald@wireshark.org>2013-01-31 18:54:14 +0000
committerGerald Combs <gerald@wireshark.org>2013-01-31 18:54:14 +0000
commit3604d301c2d01ff071e9c25c427af3a3209a499c (patch)
treee89cfcb300a417d02896eeb5d896a96c55761e7e
parentd1f6e2e3ec2e079af6e12bcb429ed9871670bc6f (diff)
Use the name "Wireshark" instead of "qtshark" on OS X.
svn path=/trunk/; revision=47393
-rw-r--r--ui/qt/QtShark.pro7
1 files changed, 6 insertions, 1 deletions
diff --git a/ui/qt/QtShark.pro b/ui/qt/QtShark.pro
index e3b72e261e..0f0eaf9b02 100644
--- a/ui/qt/QtShark.pro
+++ b/ui/qt/QtShark.pro
@@ -29,7 +29,12 @@
QT += core gui
-TARGET = qtshark
+macx {
+ TARGET = Wireshark
+} else {
+ TARGET = qtshark
+}
+
TEMPLATE = app
QMAKE_INFO_PLIST = ../../packaging/macosx/Info.plist