From Colin O'Flynn:
[obnox/wireshark/wip.git] / CMakeOptions.txt
index 86076346d41e1226ce4d7dddc337cd44e551b2f7..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)