Wireshark mailing list archives

Re: QT with cmake


From: Peter Wu <peter () lekensteyn nl>
Date: Tue, 21 Oct 2014 11:49:32 +0200

On Tuesday 21 October 2014 11:20:54 Dario Lombardo wrote:
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).

If I am not mistaken, the CMake build defaults to Qt5 by default. To use Qt4
instead, pass the option -DENABLE_QT5=0. Otherwise, install the qt5-tools
package which should provide the packages which are reported missing during
cmake.

Have you checked the cmake output already?

-- 
Kind regards,
Peter
https://lekensteyn.nl

___________________________________________________________________________
Sent via:    Wireshark-dev mailing list <wireshark-dev () wireshark org>
Archives:    http://www.wireshark.org/lists/wireshark-dev
Unsubscribe: https://wireshark.org/mailman/options/wireshark-dev
             mailto:wireshark-dev-request () wireshark org?subject=unsubscribe


Current thread: