This is a static archive of our old Q&A Site. Please post any new questions and answers at ask.wireshark.org.

How to configure wireshark source code with the latest version of qt 5.4.1?

0

Is wireshark's latest version compaitable with QT 5.4.1 and how can we configure that code in qt?

asked 21 Apr '15, 05:04

ankit's gravatar image

ankit
65232328
accept rate: 25%


One Answer:

0

In my build environment I'm compiling Wireshark master branch with Qt 5.4.1 on Windows without any issue. Then the way to "configure" depends on your platform and build environment. For Windows, you need to set a QT5_BASE_DIR environment variable with the Qt 5.4.1 installation path.

answered 21 Apr '15, 05:30

Pascal%20Quantin's gravatar image

Pascal Quantin
5.5k1060
accept rate: 30%

As detailed in the Wireshark Developers Guide, sect. 2.2.9

For OS's other than Windows, it depends on what configure mechanism you use, either autotools or CMake.

(21 Apr '15, 06:11) grahamb ♦

I also want to setup this build environment in windows. I just want to ask that before running .pro file in qt is there any prerequisites that we have to install some tools or some files additionally?

(21 Apr '15, 20:32) ankit

Why are you running the .pro file?

The supported methods to build Wireshark, including the prequisites and setup, are detailed in the Developers Guide.

(22 Apr '15, 01:55) grahamb ♦

ok, got your point grahamb, thanks for suggesting

(22 Apr '15, 20:15) ankit