summaryrefslogtreecommitdiff
path: root/README.cmake
diff options
context:
space:
mode:
authorGerald Combs <gerald@wireshark.org>2015-08-24 10:56:04 -0700
committerGerald Combs <gerald@wireshark.org>2015-08-24 18:06:04 +0000
commitfbadcdd36b13dbd8889deaaf022f6f5155e0ce6c (patch)
tree7f438a87cb1c9f9336e67fa33e96ea0ac25007b9 /README.cmake
parent75d9167230350391222dd285ea10fb0a0e30f4bc (diff)
downloadwireshark-fbadcdd36b13dbd8889deaaf022f6f5155e0ce6c.tar.gz
Add notes about using CMake + Qt Creator.
Change-Id: Ib10cc0a407721d62b39628af858f14e749c94d22 Reviewed-on: https://code.wireshark.org/review/10237 Reviewed-by: Gerald Combs <gerald@wireshark.org>
Diffstat (limited to 'README.cmake')
-rw-r--r--README.cmake4
1 files changed, 4 insertions, 0 deletions
diff --git a/README.cmake b/README.cmake
index e7ed50b669..41edb8ad72 100644
--- a/README.cmake
+++ b/README.cmake
@@ -60,6 +60,10 @@ Note 1:
# Disable building an application bundle (Wireshark.app) on Mac OS X
-DENABLE_APPLICATION_BUNDLE=OFF
+ # Qt Creator expects .cbp files when used with CMake.
+ -G "CodeBlocks - Unix Makefiles"
+ -G "CodeBlocks - NMake Makefiles"
+
Note 2:
After running cmake, you can always run "make help" to see
a list of all possible make targets.