diff options
author | Gerald Combs <gerald@wireshark.org> | 2015-03-02 11:50:36 -0800 |
---|---|---|
committer | Gerald Combs <gerald@wireshark.org> | 2015-03-02 19:53:31 +0000 |
commit | 342c55b925b7607dfd355a593cf7bd4a04dd80bc (patch) | |
tree | 1abe3ba4b261eee5cf1cbe9660545cad1df1cfcf /Makefile.am | |
parent | 68781221878372e3045690a5fb943852b88739a6 (diff) | |
download | wireshark-342c55b925b7607dfd355a593cf7bd4a04dd80bc.tar.gz wireshark-342c55b925b7607dfd355a593cf7bd4a04dd80bc.tar.bz2 wireshark-342c55b925b7607dfd355a593cf7bd4a04dd80bc.zip |
Qt: Add @2x images to the layout preferences.
Run compress-pngs on the normal and @2x images.
Change-Id: Ic5bc3c42273078f32511d986b299d8606c016f6d
Reviewed-on: https://code.wireshark.org/review/7499
Reviewed-by: Gerald Combs <gerald@wireshark.org>
Diffstat (limited to 'Makefile.am')
-rw-r--r-- | Makefile.am | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/Makefile.am b/Makefile.am index 1bb959dd29..62d9383cec 100644 --- a/Makefile.am +++ b/Makefile.am @@ -916,11 +916,17 @@ EXTRA_DIST = \ image/languages/pl.svg \ image/languages/zh_CN.svg \ image/layout_1.png \ + image/layout_1@2x.png \ image/layout_2.png \ + image/layout_2@2x.png \ image/layout_3.png \ + image/layout_3@2x.png \ image/layout_4.png \ + image/layout_4@2x.png \ image/layout_5.png \ + image/layout_5@2x.png \ image/layout_6.png \ + image/layout_6@2x.png \ image/libwireshark.rc.in \ image/libwsutil.rc.in \ image/lo16-app-wireshark.png \ |