Wireshark mailing list archives

Re: CMake: Disable building with QT ?


From: Gerald Combs <gerald () wireshark org>
Date: Thu, 12 Nov 2015 11:23:05 -0800

On 11/12/15 10:51 AM, Bill Meier wrote:
On 11/12/2015 1:13 PM, Bill Meier wrote:
How do I disable building QT Wireshark when using CMake ?

Thanks

Bill


Answering my own question:

cmake -DBUILD_wireshark=OFF ...

You can also edit the corresponding BUILD_wireshark line in CMakeCache.txt.
The next time you run "make" it *should* re-run cmake, although this
doesn't seem to work reliably for MSBuild. I regularly do this with other
options such as ENABLE_QT5, ENABLE_HTML_GUIDES, and ENABLE_CHM_GUIDES.
___________________________________________________________________________
Sent via:    Wireshark-dev mailing list <wireshark-dev () wireshark org>
Archives:    https://www.wireshark.org/lists/wireshark-dev
Unsubscribe: https://wireshark.org/mailman/options/wireshark-dev
             mailto:wireshark-dev-request () wireshark org?subject=unsubscribe


Current thread: