Wireshark-commits: [Wireshark-commits] master 5c8b92c: Make sure we get the Qt tools for the Qt ver
From: Wireshark code review <code-review-do-not-reply@xxxxxxxxxxxxx>
Date: Wed, 8 Jul 2015 22:10:11 +0000 (UTC)
URL: https://code.wireshark.org/review/gitweb?p=wireshark.git;a=commit;h=5c8b92c28b08d439b080232c2c686a11a15a5f39
Submitter: Guy Harris (guy@xxxxxxxxxxxx)
Changed: branch: master
Repository: wireshark

Commits:

5c8b92c by Guy Harris (guy@xxxxxxxxxxxx):

    Make sure we get the Qt tools for the Qt version with which we're building.
    
    For example, Qt 4's uic produces .h files that don't compile with Qt 5,
    as they use header #include paths that work with Qt 4's headers but not
    Qt 5's headers.
    
    Change-Id: I50c7bd15fca05475180a933a6c77955dc686c0c5
    Reviewed-on: https://code.wireshark.org/review/9567
    Petri-Dish: Guy Harris <guy@xxxxxxxxxxxx>
    Tested-by: Petri Dish Buildbot <buildbot-no-reply@xxxxxxxxxxxxx>
    Reviewed-by: Guy Harris <guy@xxxxxxxxxxxx>
    

Actions performed:

    from  6a35ee3   dapp: cleanup, make elements filterable
    adds  5c8b92c   Make sure we get the Qt tools for the Qt version with which we're building.


Summary of changes:
 acinclude.m4 |  248 ++++++++++++++++++++++++++++++++++++++++++----------------
 configure.ac |   93 ++++++----------------
 2 files changed, 208 insertions(+), 133 deletions(-)