aboutsummaryrefslogtreecommitdiffstats
path: root/CMakeOptions.txt
diff options
context:
space:
mode:
authorJörg Mayer <jmayer@loplof.de>2013-04-25 23:04:19 +0000
committerJörg Mayer <jmayer@loplof.de>2013-04-25 23:04:19 +0000
commitc3d7f57f58bcc7062b9b1bb8cc438e0b57806505 (patch)
tree798125b6fe067eaffa7ffaa891420b57a4bf44ab /CMakeOptions.txt
parent7d2c6f30004ce23445c268fc8c7035fddac124b4 (diff)
Add Qt5 build support with cmake. Just do cmake ... -DENABLE_QT5=ON ...
svn path=/trunk/; revision=49042
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 73927038d0..72bf4cfb52 100644
--- a/CMakeOptions.txt
+++ b/CMakeOptions.txt
@@ -19,7 +19,8 @@ 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" OFF)
+option(ENABLE_GTK3 "Use GTK3 instead of GTK2 to build wireshark" OFF)
+option(ENABLE_QT5 "Use Qt5 instead of Qt4 to build qtshark" OFF)
option(ENABLE_PCAP "Enable libpcap support (required for capturing)" ON)
#
# Do not make this the default on UN*X; AirPcap support is available