Add Nim compilers

The Nimble package manager uses the Nim compiler to generate Nim application executables for the desktop platforms.

To build an application using the Nim compiler:

  1. Select Preferences > Kits > Compilers > Add > Nim to specify the path to the Nim compiler.
  2. Select Apply to add the compiler.
  3. Select Kits > Add to add a kit for building applications with Nimble:

    "Nimble kit"

    1. In the Name field, specify a name for the kit.
    2. In the Compiler group, Nim field, select the Nim compiler you added above.
    3. Select Apply to add the kit.

See also Add compilers, Compilers, Create Nimble projects, Nim, and Nimble.

© 2024 The Qt Company Ltd. Documentation contributions included herein are the copyrights of their respective owners. The documentation provided herein is licensed under the terms of the GNU Free Documentation License version 1.3 as published by the Free Software Foundation. Qt and respective logos are trademarks of The Qt Company Ltd in Finland and/or other countries worldwide. All other trademarks are property of their respective owners.