- Move setting _U_ into config.h, because
[obnox/wireshark/wip.git] / CMakeOptions.txt
index 7f587378b5eede9371de617c1ad28ce6fb519006..21af1f2d936096e7880b97bcd6ab7c90b975d7d2 100644 (file)
@@ -2,7 +2,8 @@
 
 # $Id$
 
-option(BUILD_wireshark   "Build the GUI version of Wireshark" ON)
+option(BUILD_wireshark   "Build the GTK-GUI version of Wireshark" ON)
+option(BUILD_qtshark     "Build the QT-GUI version of Wireshark" OFF)
 option(BUILD_tshark      "Build tshark" ON)
 option(BUILD_rawshark    "Build rawshark" ON)
 option(BUILD_dumpcap     "Build dumpcap" ON)
@@ -36,7 +37,7 @@ option(ENABLE_ADNS       "Build with adns support" ON)
 option(ENABLE_PORTAUDIO  "Build with portaudio support" ON)
 option(ENABLE_ZLIB       "Build with zlib compression support" ON)
 option(ENABLE_LUA        "Build with lua dissector support" ON)
-option(ENABLE_PYTHON     "Build with python dissector support" ON)
+option(ENABLE_PYTHON     "Build with python dissector support" OFF)
 option(ENABLE_SMI        "Build with smi snmp support" ON)
 option(ENABLE_GNUTLS     "Build with GNU TLS support" ON)
 option(ENABLE_GCRYPT     "Build with GNU crypto support" ON)