From 54c301a0d61a31b0a0469d8d9346b51af37c0009 Mon Sep 17 00:00:00 2001 From: Gerald Combs Date: Sun, 8 Mar 2015 10:41:13 -0700 Subject: Add the @2x expert indicators. We currently load the expert indicator resources using an 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 --- Makefile.am | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'Makefile.am') 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 \ -- cgit v1.2.3