summaryrefslogtreecommitdiff
path: root/CMakeOptions.txt
diff options
context:
space:
mode:
authorJörg Mayer <jmayer@loplof.de>2013-10-10 17:28:50 +0000
committerJörg Mayer <jmayer@loplof.de>2013-10-10 17:28:50 +0000
commit689618cd85ef099117c7e26064b2c48befdeed4b (patch)
tree71799b1aa7b108fa40dd1cd5c846921a3886d972 /CMakeOptions.txt
parentb80fad54e56cf686aea450ad262388c329dce5ca (diff)
downloadwireshark-689618cd85ef099117c7e26064b2c48befdeed4b.tar.gz
Build qtshark by default, use qt5 by default. To turn
off building qtshark do "cmake ... -DBUILD_qtshark=OFF ..." or change your local copy of CMakeOptions.txt Small update to README.cmake (when running nmake I recommend using /X- to avoid some (viewing) corruptions. svn path=/trunk/; revision=52501
Diffstat (limited to 'CMakeOptions.txt')
-rw-r--r--CMakeOptions.txt4
1 files changed, 2 insertions, 2 deletions
diff --git a/CMakeOptions.txt b/CMakeOptions.txt
index 17a6c146eb..c216d1e83e 100644
--- a/CMakeOptions.txt
+++ b/CMakeOptions.txt
@@ -3,7 +3,7 @@
# $Id$
option(BUILD_wireshark "Build the GTK+-GUI version of Wireshark" ON)
-option(BUILD_qtshark "Build the Qt-GUI version of Wireshark" OFF)
+option(BUILD_qtshark "Build the Qt-GUI version of Wireshark" ON)
option(BUILD_tshark "Build tshark" ON)
option(BUILD_rawshark "Build rawshark" ON)
option(BUILD_dumpcap "Build dumpcap" ON)
@@ -20,7 +20,7 @@ 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 to build wireshark" ON)
-option(ENABLE_QT5 "Use Qt5 instead of Qt4 to build qtshark" OFF)
+option(ENABLE_QT5 "Use Qt5 instead of Qt4 to build qtshark" ON)
option(ENABLE_PCAP "Enable libpcap support (required for capturing)" ON)
#
# Do not make this the default on UN*X; AirPcap support is available