Wireshark-commits: [Wireshark-commits] master 71a240d: cmake: remove dependency of i18n.qrc on .qm

From: Wireshark code review <code-review-do-not-reply@xxxxxxxxxxxxx>
Date: Fri, 18 May 2018 13:26:04 +0000
URL: https://code.wireshark.org/review/gitweb?p=wireshark.git;a=commit;h=71a240d6118c99eb2e918d71e81164808bd64a29
Submitter: Peter Wu (peter@xxxxxxxxxxxxx)
Changed: branch: master
Repository: wireshark

Commits:

71a240d by Peter Wu (peter@xxxxxxxxxxxxx):

    cmake: remove dependency of i18n.qrc on .qm files
    
    The i18n.qrc file is generated at cmake time while the .qm files are
    also built as dependency of the AUTORCC process. The extraneous .qm
    dependency of i18n.qrc possibly causes duplicate wireshark_zh_CN.qm
    builds (see v2.9.0rc0-605-g644939ed9e), so remove it.
    
    Change-Id: I629e7b809486a65b27158f66a7e62cfcf61657d3
    Reviewed-on: https://code.wireshark.org/review/27633
    Petri-Dish: Peter Wu <peter@xxxxxxxxxxxxx>
    Tested-by: Petri Dish Buildbot
    Reviewed-by: Peter Wu <peter@xxxxxxxxxxxxx>
    

Actions performed:

    from  819696e   prefs: remove wimaxasncp.udp.wimax_port compatibility
    adds  71a240d   cmake: remove dependency of i18n.qrc on .qm files


Summary of changes:
 ui/qt/CMakeLists.txt | 1 -
 1 file changed, 1 deletion(-)