From 0e3ac2fdf0cb5fe5ea58b8c989cf3167995fb6fc Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?J=C3=B6rg=20Mayer?= Date: Thu, 2 Feb 2012 00:46:02 +0000 Subject: 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 --- CMakeOptions.txt | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'CMakeOptions.txt') 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) -- cgit v1.2.1