summaryrefslogtreecommitdiff
path: root/CMakeOptions.txt
diff options
context:
space:
mode:
authorJörg Mayer <jmayer@loplof.de>2012-02-02 00:46:02 +0000
committerJörg Mayer <jmayer@loplof.de>2012-02-02 00:46:02 +0000
commit0e3ac2fdf0cb5fe5ea58b8c989cf3167995fb6fc (patch)
treeb90488ebaafdfaf2bc3c5c1de264f04cc326ad9e /CMakeOptions.txt
parente15175f2be44d6102aedeb50df437f1aebc8654d (diff)
downloadwireshark-0e3ac2fdf0cb5fe5ea58b8c989cf3167995fb6fc.tar.gz
Prepare the cmake infrastucture for eventually building
wireshark and qtshark simultanously. The "only" missing thing for this is now ui/qt/CMakeLists.txt ;) svn path=/trunk/; revision=40799
Diffstat (limited to 'CMakeOptions.txt')
-rw-r--r--CMakeOptions.txt3
1 files changed, 2 insertions, 1 deletions
diff --git a/CMakeOptions.txt b/CMakeOptions.txt
index 86076346d4..21af1f2d93 100644
--- a/CMakeOptions.txt
+++ b/CMakeOptions.txt
@@ -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)