aboutsummaryrefslogtreecommitdiffstats
path: root/Makefile.am
diff options
context:
space:
mode:
authorGerald Combs <gerald@zing.org>2015-03-08 10:41:13 -0700
committerGerald Combs <gerald@wireshark.org>2015-03-08 18:12:06 +0000
commit54c301a0d61a31b0a0469d8d9346b51af37c0009 (patch)
tree90bec48b422f63a7b8fdc3bf8a19f6b17a49725a /Makefile.am
parent29f7c7af7d1d101ad0a68378c8255df5da6848a5 (diff)
Add the @2x expert indicators.
We currently load the expert indicator resources using an <img> tag. According to QTBUG-36383 the @2x versions won't load unless you've built with Qt 5.4.0 or later. Change-Id: I003fd5d5f10e779f2e7ca6ba9fbb8e033df85b80 Reviewed-on: https://code.wireshark.org/review/7601 Reviewed-by: Gerald Combs <gerald@wireshark.org>
Diffstat (limited to 'Makefile.am')
-rw-r--r--Makefile.am5
1 files changed, 5 insertions, 0 deletions
diff --git a/Makefile.am b/Makefile.am
index 12b03c747c..6a78af1e0c 100644
--- a/Makefile.am
+++ b/Makefile.am
@@ -898,11 +898,16 @@ EXTRA_DIST = \
image/dumpcap.rc.in \
image/editcap.rc.in \
image/expert_chat.png \
+ image/expert_chat@2x.png \
image/expert_error.png \
+ image/expert_error@2x.png \
image/expert_indicators.svg \
image/expert_none.png \
+ image/expert_none@2x.png \
image/expert_note.png \
+ image/expert_note@2x.png \
image/expert_warn.png \
+ image/expert_warn@2x.png \
image/file_dlg_win32.rc \
image/hi16-app-wireshark.png \
image/hi32-app-wireshark.png \