aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-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