forked from qt-creator/qt-creator
Doc: Polish autotools.qdoc
Change-Id: I1e50f94a2c7c87af170df1b551e930639c4708af Reviewed-by: Leena Miettinen <riitta-leena.miettinen@theqtcompany.com>
This commit is contained in:
@@ -38,39 +38,41 @@
|
|||||||
\nextpage creator-project-generic.html
|
\nextpage creator-project-generic.html
|
||||||
|
|
||||||
\title Setting Up an Autotools Project
|
\title Setting Up an Autotools Project
|
||||||
The AutotoolsProjectManager is a plugin for autotools support. It is disabled by default.
|
|
||||||
To enable the plugin, select \uicontrol{Help > About Plugins > Build Systems
|
The AutotoolsProjectManager is a plugin for autotools support. It is
|
||||||
> AutotoolsProjectManager}.
|
disabled by default. To enable the plugin, select \uicontrol Help >
|
||||||
|
\uicontrol {About Plugins} > \uicontrol {Build Systems} >
|
||||||
|
\uicontrol AutotoolsProjectManager.
|
||||||
|
|
||||||
To use the plugin, restart \QC.
|
To use the plugin, restart \QC.
|
||||||
|
|
||||||
To work with your Autotools project in \QC:
|
To work with your Autotools project in \QC:
|
||||||
|
|
||||||
\list 1
|
\list 1
|
||||||
|
|
||||||
\li Select \uicontrol{File > Open File or Project}.
|
\li Select \uicontrol File > \uicontrol {Open File or Project}.
|
||||||
\li Select the Makefile.am file from your project. This is the only
|
\li Select the Makefile.am file from your project. This is the only way
|
||||||
way you can use the autotools plugin.
|
you can use the autotools plugin.
|
||||||
\li Select the build directory. Only in-source building is currently
|
\li Select the build directory. Only in-source building is currently
|
||||||
supported.
|
supported.
|
||||||
\li Select \uicontrol Finish.
|
\li Select \uicontrol Finish. \QC displays the project tree structure.
|
||||||
\QC displays the project tree structure. The root node displays
|
The root node displays the project name. All project files are
|
||||||
the project name. All project files are listed below it and you
|
listed below it and you can open them from the list.
|
||||||
can open them from the list.
|
|
||||||
|
|
||||||
\image qtcreator-autotools-buildrun.png
|
\image qtcreator-autotools-buildrun.png
|
||||||
|
|
||||||
\li Select \uicontrol Run to build and run the application. The predefined
|
\li Select \uicontrol Run to build and run the application. The
|
||||||
build steps (autogen.sh or autoreconf, configure, and make) are
|
predefined build steps (autogen.sh or autoreconf, configure, and
|
||||||
executed.
|
make) are executed.
|
||||||
|
|
||||||
The first time you run the application you must choose the
|
The first time you run the application you must choose the
|
||||||
executable.
|
executable.
|
||||||
|
|
||||||
\li To check and edit autotools build steps, select
|
\li To check and edit autotools build steps, select
|
||||||
\uicontrol{Projects > Build Settings}.
|
\uicontrol Projects > \uicontrol {Build Settings}.
|
||||||
|
|
||||||
You can add parameters to the predefined autotools build steps.
|
You can add parameters to the predefined autotools build steps.
|
||||||
|
|
||||||
\image qtcreator-autotools-buildsettings.png
|
\image qtcreator-autotools-buildsettings.png
|
||||||
\endlist
|
\endlist
|
||||||
*/
|
*/
|
||||||
|
|||||||
Reference in New Issue
Block a user