ANNOUNCEMENT: Live Wireshark University & Allegro Packets online APAC Wireshark Training Session
July 17th, 2024 | 10:00am-11:55am SGT (UTC+8) | Online

Wireshark-commits: [Wireshark-commits] master 547323b: Allow the environment variable RCC to set be

From: Wireshark code review <code-review-do-not-reply@xxxxxxxxxxxxx>
Date: Wed, 5 Nov 2014 19:24:33 +0000 (UTC)
URL: https://code.wireshark.org/review/gitweb?p=wireshark.git;a=commit;h=547323b0ba3650a96e59c0b0d76ad2a3783db07d
Submitter: Stephen Fisher (stephenfisher@xxxxxxxxxxxxxxx)
Changed: branch: master
Repository: wireshark

Commits:

547323b by Stephen Fisher (stephenfisher@xxxxxxxxxxxxxxx):

    Allow the environment variable RCC to set before running configure to
    allow for unusual paths for Qt's rcc program (FreeBSD ports puts it in
    /usr/local/lib/qt5/bin).  This matches the existing functionality of the
    MOC and UIC variables/programs.
    
    Change-Id: I885d61bce54d9e893e0c2fc496a9ff767a096ae6
    Reviewed-on: https://code.wireshark.org/review/5139
    Petri-Dish: Stephen Fisher <stephenfisher@xxxxxxxxxxxxxxx>
    Tested-by: Petri Dish Buildbot <buildbot-no-reply@xxxxxxxxxxxxx>
    Reviewed-by: Stephen Fisher <stephenfisher@xxxxxxxxxxxxxxx>
    

Actions performed:

    from  d2c0600   Make SSL certificates available to tshark as bytes via the dtls/ssl.handshake.certificate key.
    adds  547323b   Allow the environment variable RCC to set before running configure to allow for unusual paths for Qt's rcc program (FreeBSD ports puts it in /usr/local/lib/qt5/bin).  This matches the existing functionality of the MOC and UIC variables/programs.


Summary of changes:
 configure.ac      |   26 ++++++++++++++++++++++++++
 ui/qt/Makefile.am |    2 +-
 2 files changed, 27 insertions(+), 1 deletion(-)