Skip to content
Snippets Groups Projects
Commit 3badd8e8 authored by Leena Miettinen's avatar Leena Miettinen
Browse files

Doc: move screenshots to appropriate places in text


Update screenshots

Edit the text for style

Change-Id: Ia886a0bc1a1bf4576e2f547c8dfde0e791018128
Reviewed-by: default avatarTobias Hunger <tobias.hunger@nokia.com>
parent 0ce93f00
No related branches found
No related tags found
No related merge requests found
doc/images/qtcreator-autotools-buildrun.png

25.1 KiB | W: | H:

doc/images/qtcreator-autotools-buildrun.png

12 KiB | W: | H:

doc/images/qtcreator-autotools-buildrun.png
doc/images/qtcreator-autotools-buildrun.png
doc/images/qtcreator-autotools-buildrun.png
doc/images/qtcreator-autotools-buildrun.png
  • 2-up
  • Swipe
  • Onion skin
doc/images/qtcreator-autotools-buildsettings.png

16.2 KiB | W: | H:

doc/images/qtcreator-autotools-buildsettings.png

11.5 KiB | W: | H:

doc/images/qtcreator-autotools-buildsettings.png
doc/images/qtcreator-autotools-buildsettings.png
doc/images/qtcreator-autotools-buildsettings.png
doc/images/qtcreator-autotools-buildsettings.png
  • 2-up
  • Swipe
  • Onion skin
......@@ -43,37 +43,34 @@
To enable the plugin, select \gui{Help > About Plugins > Build Systems > AutotoolsProjectManager}.
To use the plugin, restart \QC.
\image qtcreator-autotools-buildrun.png
\image qtcreator-autotools-buildsettings.png
\section1 Opening and Using Autotools Projects
To work with your Autotools project in \QC:
\list 1
\o Select \gui{File > Open File or Project}.
\o Select the Makefile.am from your project. This is the only way a
user can use the autotools plugin. Thus, a Makefile.am must
always exist before hand.
\o Select the build directory. Only in-source building is working
right now.
\o Select the Makefile.am file from your project. This is the only
way you can use the autotools plugin.
\o Select the build directory. Only in-source building is currently
supported.
\o Select \gui Finish.
\QC 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.
\o Select \gui Run to build and run the application. This will
execute autogen.sh or autoreconf, configure and make. The first
time, when running the application, a dialog will ask you to
choose the executable's location, then, \QC will remember it for
the following times. Ideally, this will be changed in the future,
to be done in a more automated way.
\image qtcreator-autotools-buildrun.png
\o Select \gui Run to build and run the application. The predefined
build steps (autogen.sh or autoreconf, configure, and make) are
executed.
The first time you run the application you must choose the
executable.
\o To check and edit autotools build steps, select
\gui{Projects > Build Settings}. You can see the typical
autotools build steps: autogen.sh/autoreconf, configure and make.
You may configure some parameters such as adding new configure
parameters or changing the build directory (though, as mentiond
before, only in-source building is working at the moment).
\gui{Projects > Build Settings}.
You can add parameters to the predefined autotools build steps.
\image qtcreator-autotools-buildsettings.png
\endlist
*/
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment