URL: https://code.wireshark.org/review/gitweb?p=wireshark.git;a=commit;h=4ace7ce80dc11010f78202ab742f749f85cbdd6b
Submitter: Graham Bloice (graham.bloice@xxxxxxxxxxxxx)
Changed: branch: master
Repository: wireshark
Commits:
4ace7ce by Роман Донченко (dpb@xxxxxxxxxxxxxx):
    Fix the build when a different version of Qt is in PATH
    
    When we add our Qt to PATH, prepend it so that it will be found first.
    
    Change-Id: I405496d6a08d676b5a2e0d9bd792de7ba9abe7f9
    Reviewed-on: https://code.wireshark.org/review/18988
    Petri-Dish: Graham Bloice <graham.bloice@xxxxxxxxxxxxx>
    Tested-by: Petri Dish Buildbot <buildbot-no-reply@xxxxxxxxxxxxx>
    Reviewed-by: Graham Bloice <graham.bloice@xxxxxxxxxxxxx>
    
Actions performed:
    from  7fe45cc   Qt: fix GoToPacket when Voip Calls dialog is closed
    adds  4ace7ce   Fix the build when a different version of Qt is in PATH
Summary of changes:
 CMakeLists.txt                |    2 +-
 packaging/nsis/CMakeLists.txt |    2 +-
 packaging/wix/CMakeLists.txt  |    2 +-
 3 files changed, 3 insertions(+), 3 deletions(-)