Autotools

Qt Creator can open projects that use the Autotools build system. You can build and run the projects directly from Qt Creator.

Note: Enable the AutotoolsProjectManager plugin to use it.

Working with Autotools Projects

To work with your Autotools project in Qt Creator:

  1. Select File > Open File or Project.
  2. Select the Makefile.am file from your project. This is the only way you can use the autotools plugin.
  3. Select the build directory. Only in-source building is currently supported.
  4. Select Finish. Qt Creator displays the project tree structure. The root node displays the project name. All project files are listed below it and you can open them from the list.

  5. Select (Run) to execute the predefined build steps (autogen.sh or autoreconf, configure, and make).

    The first time you run the application you must choose the executable.

  6. To check and edit autotools build steps, select Projects > Build Settings.

    You can add parameters to the predefined autotools build steps.

See also Enable and disable plugins.

© 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.