Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
Tobias Hunger
qt-creator
Commits
c5427147
Commit
c5427147
authored
Nov 02, 2009
by
dt
Browse files
Also fix the cmake documentation.
parent
e917392c
Changes
1
Hide whitespace changes
Inline
Side-by-side
doc/qtcreator.qdoc
View file @
c5427147
...
...
@@ -1430,7 +1430,8 @@
\
title
CMake
Support
in
Qt
Creator
Since
Qt
Creator
1.1
,
support
for
\
c
CMake
project
files
is
available
.
Qt
Creator
1.3
supports
the
Microsoft
Toolchain
if
the
cmake
version
is
at
least
2.8
.
\
section1
Opening
CMake
Projects
...
...
@@ -1453,9 +1454,9 @@
\
section1
Building
CMake
Projects
Qt
Creator
builds
\
c
CMake
Projects
by
running
\
c
make
or
\
c
mingw32
-
make
,
depending
on
your
platform
.
The
build
errors
and
warnings
are
parsed
and
displayed
in
the
\
gui
{
Build
Issues
}
output
pane
.
Qt
Creator
builds
\
c
CMake
Projects
by
running
\
c
make
,
\
c
mingw32
-
make
,
or
\
c
nmake
depending
on
your
platform
.
The
build
errors
and
warnings
are
parsed
and
displayed
in
the
\
gui
{
Build
Issues
}
output
pane
.
By
default
Qt
Creator
builds
the
\
e
{
all
}
target
.
You
can
specify
which
targets
to
build
in
\
gui
{
Project
}
mode
,
under
\
gui
{
Build
Settings
}.
...
...
@@ -1465,7 +1466,6 @@
Qt
Creator
supports
multiple
build
configurations
.
Also
,
the
build
directory
can
be
modified
after
the
initial
import
.
\
section1
Running
CMake
Projects
Qt
Creator
automatically
adds
\
gui
{
Run
Configurations
}
for
all
targets
specified
in
the
\
c
CMake
project
file
.
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment