Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Q
qt-creator
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Service Desk
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Operations
Operations
Environments
Packages & Registries
Packages & Registries
Container Registry
Analytics
Analytics
CI / CD
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
Tobias Hunger
qt-creator
Commits
26d50474
Commit
26d50474
authored
Dec 08, 2010
by
Leena Miettinen
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Doc: opening projects
Task-number: QTCREATORBUG-2426 Reviewed-by: Tobias Hunger
parent
f73d4bcb
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
67 additions
and
2 deletions
+67
-2
doc/images/qtcreator-open-project-targets.png
doc/images/qtcreator-open-project-targets.png
+0
-0
doc/qtcreator.qdoc
doc/qtcreator.qdoc
+67
-2
No files found.
doc/images/qtcreator-open-project-targets.png
0 → 100644
View file @
26d50474
58.4 KB
doc/qtcreator.qdoc
View file @
26d50474
...
...
@@ -73,6 +73,7 @@
\
o
\
l
{
Managing
Projects
}
\
list
\
o
\
l
{
Creating
a
Project
}
\
o
\
l
{
Opening
a
Project
}
\
o
\
l
{
Setting
Up
a
qmake
Project
}
\
o
\
l
{
Adding
Libraries
to
qmake
Projects
}
\
o
\
l
{
Setting
Up
a
CMake
Project
}
...
...
@@ -1968,6 +1969,7 @@
\
list
\
o
\
l
{
Creating
a
Project
}
\
o
\
l
{
Opening
a
Project
}
\
o
\
l
{
Setting
Up
a
qmake
Project
}
\
o
\
l
{
Adding
Libraries
to
qmake
Projects
}
\
o
\
l
{
Setting
Up
a
CMake
Project
}
...
...
@@ -1985,7 +1987,7 @@
\
contentspage
index
.
html
\
previouspage
creator
-
project
-
managing
.
html
\
page
creator
-
project
-
creating
.
html
\
nextpage
creator
-
project
-
qmake
.
html
\
nextpage
creator
-
project
-
opening
.
html
\
title
Creating
a
Project
...
...
@@ -2131,6 +2133,69 @@
*/
/*
!
\
contentspage
index
.
html
\
previouspage
creator
-
project
-
creating
.
html
\
page
creator
-
project
-
opening
.
html
\
nextpage
creator
-
project
-
qmake
.
html
\
title
Opening
a
Project
Qt
Creator
stores
information
that
it
needs
to
build
projects
in
a
.
user
file
.
If
Qt
Creator
cannot
find
the
file
when
you
open
an
existing
project
,
it
prompts
you
to
enter
the
information
.
If
you
created
the
project
by
using
another
Qt
Creator
instance
,
Qt
Creator
asks
whether
you
want
to
use
the
old
settings
.
The
settings
are
specific
to
the
development
environment
,
and
should
not
be
copied
from
one
environment
to
another
.
Therefore
,
we
recommend
that
you
click
\
gui
No
and
enter
the
information
again
in
the
\
gui
{
Project
Setup
}
dialog
.
The
\
gui
{
Project
Setup
}
dialog
displays
a
list
of
development
environments
for
target
platforms
(
such
as
desktop
,
Maemo
devices
,
and
Symbian
devices
)
that
are
installed
on
the
development
PC
.
Select
the
Qt
versions
that
you
want
to
use
to
build
the
project
for
each
target
.
\
image
qtcreator
-
open
-
project
-
targets
.
png
"Qt Versions dialog"
The
status
\
gui
New
indicates
that
Qt
Creator
did
not
find
an
existing
build
for
a
particular
development
environment
(
Qt
version
)
and
target
.
Therefore
,
Qt
Creator
starts
out
from
a
clean
slate
,
and
creates
a
new
build
in
the
directory
listed
in
the
\
gui
{
Build
Directory
}
field
.
By
default
,
Qt
Creator
does
a
\
l
{
glossary
-
shadow
-
build
}{
shadow
build
}
and
also
creates
the
directory
.
However
,
shadow
building
is
not
supported
for
the
Symbian
target
.
If
you
have
built
the
project
before
,
Qt
Creator
can
use
the
existing
build
configuration
to
make
the
exact
same
build
as
found
in
the
directory
available
to
Qt
Creator
.
The
\
gui
Status
column
displays
the
status
\
gui
Import
if
Qt
creator
found
an
existing
build
of
the
project
.
The
status
is
displayed
for
each
available
development
environment
.
If
you
know
you
have
a
build
,
but
it
is
not
listed
,
click
\
gui
{
Import
Existing
Shadow
Build
}
to
locate
it
.
Select
a
directory
,
and
Qt
Creator
scans
it
(
including
subdirectories
)
for
additional
builds
of
the
project
.
Qt
Creator
adds
the
found
builds
to
the
target
list
with
\
gui
Import
status
.
You
can
edit
the
build
configuration
later
.
For
more
information
,
see
\
l
{
Editing
Build
Configurations
}.
To
open
a
project
:
\
list
1
\
o
Select
\
gui
File
>
\
gui
{
Open
File
or
Project
}
and
select
the
project
to
open
.
\
o
In
the
\
gui
{
Project
Setup
}
dialog
,
select
the
Qt
versions
to
use
as
build
targets
for
your
project
,
and
click
\
gui
{
Next
}.
\
note
If
you
have
only
one
development
environment
installed
,
this
dialog
is
skipped
.
\
endlist
*/
/*
!
\
contentspage
index
.
html
\
previouspage
creator
-
project
-
managing
-
sessions
.
html
...
...
@@ -2593,7 +2658,7 @@
/*
!
\
contentspage
index
.
html
\
previouspage
creator
-
project
-
creat
ing
.
html
\
previouspage
creator
-
project
-
open
ing
.
html
\
page
creator
-
project
-
qmake
.
html
\
nextpage
creator
-
project
-
qmake
-
libraries
.
html
...
...
Write
Preview
Markdown
is supported
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