aboutsummaryrefslogtreecommitdiffstats
path: root/ui/qt
diff options
context:
space:
mode:
authorGerald Combs <gerald@wireshark.org>2012-01-25 18:06:25 +0000
committerGerald Combs <gerald@wireshark.org>2012-01-25 18:06:25 +0000
commitb58510cc3100d1c26e5018ff55149b42c30e0a85 (patch)
treecec0a99ee12f4c9e2e7cde263992a9510a305cb4 /ui/qt
parent36209e8773e5f6b7742e61cfe34e0281460d2cbf (diff)
The proper scope / spec name for OS X is "macx".
svn path=/trunk/; revision=40724
Diffstat (limited to 'ui/qt')
-rw-r--r--ui/qt/QtShark.pro4
1 files changed, 2 insertions, 2 deletions
diff --git a/ui/qt/QtShark.pro b/ui/qt/QtShark.pro
index 2bda910f23..1f9238dc6f 100644
--- a/ui/qt/QtShark.pro
+++ b/ui/qt/QtShark.pro
@@ -158,13 +158,13 @@ unix: {
../../dumpcap \
../../lib/*.so \
}
-unix:!mac {
+unix:!macx {
for(FILE,EXTRA_BINFILES){
QMAKE_POST_LINK += $$quote(cp $${FILE} .$$escape_expand(\n\t))
}
}
# qmake 2.01a / Qt 4.7.0 doesn't set DESTDIR on OS X.
-mac {
+macx {
for(FILE,EXTRA_BINFILES){
QMAKE_POST_LINK += $$quote(cp $${FILE} Wireshark.app/Contents/MacOS$$escape_expand(\n\t))
}