Wireshark-commits: [Wireshark-commits] master 5b8fa72: CMake: Copy Qt DLLs to the target directory.

From: Wireshark code review <code-review-do-not-reply@xxxxxxxxxxxxx>
Date: Wed, 14 Jan 2015 19:18:40 +0000 (UTC)
URL: https://code.wireshark.org/review/gitweb?p=wireshark.git;a=commit;h=5b8fa72bdc81e10bce4ebc896f10853c73949276
Submitter: Gerald Combs (gerald@xxxxxxxxxxxxx)
Changed: branch: master
Repository: wireshark

Commits:

5b8fa72 by Gerald Combs (gerald@xxxxxxxxxxxxx):

    CMake: Copy Qt DLLs to the target directory.
    
    Add a "copy_qt_dlls" target similar to "copy_cli_dlls". Wireshark.exe
    must exist before windeployqt can be run, so we can't create a PRE_BUILD
    target. Add copy_qt_dlls to the default target instead.
    
    Change-Id: If85d89478472b10b31229413465955fe98b0ef02
    Reviewed-on: https://code.wireshark.org/review/6529
    Petri-Dish: Gerald Combs <gerald@xxxxxxxxxxxxx>
    Reviewed-by: Graham Bloice <graham.bloice@xxxxxxxxxxxxx>
    Tested-by: Petri Dish Buildbot <buildbot-no-reply@xxxxxxxxxxxxx>
    Reviewed-by: Gerald Combs <gerald@xxxxxxxxxxxxx>
    

Actions performed:

    from  86fde78   CMake: Copy wireshark-gtk dependent DLLs to the target directory.
    adds  5b8fa72   CMake: Copy Qt DLLs to the target directory.


Summary of changes:
 CMakeLists.txt |   24 ++++++++++++++++++++++++
 1 file changed, 24 insertions(+)