Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
Marco Bubke
flatpak-qt-creator
Commits
1fcae87a
Commit
1fcae87a
authored
Jan 04, 2011
by
Leena Miettinen
Browse files
Doc: Rebuild Project command
Make the instructions clearer by adding step lists. Reviewed-by: Kai Koehne
parent
15ef4fe5
Changes
1
Hide whitespace changes
Inline
Side-by-side
doc/qtcreator.qdoc
View file @
1fcae87a
...
...
@@ -7094,23 +7094,40 @@
The
process
of
setting
up
debugging
for
Qt
Quick
projects
depends
on
the
type
of
the
project
:
Qt
Quick
UI
or
Qt
Quick
Application
.
To
debug
Qt
Quick
UI
projects
,
you
must
compile
the
debugging
helpers
.
For
more
information
,
see
\
l
{
Debugging
Helpers
for
QML
}.
To
debug
Qt
Quick
UI
projects
:
To
debug
Qt
Quick
Applications
,
you
must
modify
the
project
file
to
comment
in
the
following
line
:
\
list
1
\
o
Select
\
gui
Projects
,
and
then
select
the
\
gui
QML
check
box
in
the
\
gui
{
Run
Settings
},
to
enable
QML
debugging
.
\
o
Compile
the
debugging
helpers
.
For
more
information
,
see
\
l
{
Debugging
Helpers
for
QML
}.
\
endlist
To
debug
Qt
Quick
Applications
:
\
list
1
\
o
Modify
the
project
file
to
comment
in
the
following
line
:
\
c
{
DEFINES
+=
QMLJSDEBUGGER
}.
Then
you
must
rebuild
the
project
in
debug
mode
.
Select
a
debug
configuration
for
the
target
in
the
\
gui
{
Target
selector
}
.
\
o
Select
\
gui
Projects
,
and
then
select
the
\
gui
QML
check
box
in
the
\
gui
{
Run
Settings
},
to
enable
QML
debugging
.
\
image
qtcreator
-
target
-
selector
-
debug
.
png
"Target selector"
\
o
In
the
\
gui
{
Target
selector
},
select
a
debug
configuration
for
the
target
.
You
can
create
debug
configurations
for
project
targets
in
the
\
gui
Projects
mode
.
\
image
qtcreator
-
target
-
selector
-
debug
.
png
"Target selector"
\
o
Select
\
gui
{
Build
>
Rebuild
Project
}
to
clean
and
rebuild
the
project
in
debug
mode
.
To
enable
QML
debugging
for
both
types
of
projects
,
select
\
gui
Projects
,
and
then
select
the
\
gui
QML
check
box
in
the
run
settings
.
\
endlist
You
can
create
debug
configurations
for
project
targets
in
the
\
gui
Projects
mode
.
\
section1
Starting
QML
Debugging
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Attach a 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