From c3d7f57f58bcc7062b9b1bb8cc438e0b57806505 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?J=C3=B6rg=20Mayer?= Date: Thu, 25 Apr 2013 23:04:19 +0000 Subject: Add Qt5 build support with cmake. Just do cmake ... -DENABLE_QT5=ON ... svn path=/trunk/; revision=49042 --- CMakeOptions.txt | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'CMakeOptions.txt') diff --git a/CMakeOptions.txt b/CMakeOptions.txt index 73927038d0..72bf4cfb52 100644 --- a/CMakeOptions.txt +++ b/CMakeOptions.txt @@ -19,7 +19,8 @@ option(AUTOGEN_pidl "Autogenerate pidl dissectors" OFF) option(DISABLE_WERROR "Do not treat Warnings as errors" OFF) option(ENABLE_EXTRA_GCC_CHECKS "Do additional -W checks in GCC (disables -Werror)" OFF) -option(ENABLE_GTK3 "Use GTK3 instead of GTK2" OFF) +option(ENABLE_GTK3 "Use GTK3 instead of GTK2 to build wireshark" OFF) +option(ENABLE_QT5 "Use Qt5 instead of Qt4 to build qtshark" OFF) option(ENABLE_PCAP "Enable libpcap support (required for capturing)" ON) # # Do not make this the default on UN*X; AirPcap support is available -- cgit v1.2.3