Skip to content

Commit

Permalink
Tweak generator recommendation
Browse files Browse the repository at this point in the history
  • Loading branch information
oblivioncth committed Oct 12, 2024
1 parent 5d7d30b commit 6bc40de
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion doc/cmake/file_templates/mainpage.md.in
Original file line number Diff line number Diff line change
Expand Up @@ -108,7 +108,7 @@ The requirements for building from Git are the same as for using QI-QMP, with th

If newer to working with Qt, it is easiest to build from within Qt creator as it handles a large portion of environment setup, including adding Qt to CMake's package search list, automatically. Simply make sure that a kit is configured in Qt Creator that uses a compatible version of Qt, open the CMakeLists.txt file as a project, and build with the desired configuration.

The CMake project is designed to be used with multi-configuration generators such as Visual Studio or Ninja Multi-Config (recommended), and may require some tweaking to work with single configuration generators.
The `ninja` generator is recommended.

### CMake Options:

Expand Down

0 comments on commit 6bc40de

Please sign in to comment.