Huge thanks to our Platinum Members Endace and LiveAction,
and our Silver Member Veeam, for supporting the Wireshark Foundation and project.

Wireshark-dev: [Wireshark-dev] QT with cmake

From: Dario Lombardo <lomato@xxxxxxxxx>
Date: Tue, 21 Oct 2014 11:12:23 +0200
Hi list
I tried to compile the master of wireshark using cmake.

mkdir build
cd build
cmake ..
make

In run/ I can find wireshark-gtk but not qt. Any specific command to pass to cmake to have it? I am able to obtain qt executable using autotools (meaning that my qt dev subsystem should be fine).

Thanks
Dario.