summaryrefslogtreecommitdiff
path: root/README.cmake
diff options
context:
space:
mode:
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.