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
7476c0c0
Commit
7476c0c0
authored
May 19, 2010
by
Leena Miettinen
Browse files
Doc - Add information about application UIDs.
Reviewed-by: con
parent
f17b2118
Changes
1
Hide whitespace changes
Inline
Side-by-side
doc/qtcreator.qdoc
View file @
7476c0c0
...
...
@@ -2092,6 +2092,24 @@
For
more
information
on
how
to
define
capabilities
for
a
project
,
see
\
l
{
http
://
doc
.
qt
.
nokia
.
com
/
4.7
-
snapshot
/
qmake
-
platform
-
notes
.
html
#
capabilities
}{
Capabilities
}.
\
section3
Application
UID
A
UID
is
a
globally
unique
identifier
that
is
used
to
uniquely
identify
,
for
example
,
an
object
or
file
type
.
In
Symbian
development
,
objects
are
identified
by
compound
identifiers
that
are
constructed
from
three
UIDs
,
namely
UID1
,
UID2
,
and
UID3
.
UID1
and
UID2
specify
the
category
of
an
object
,
whereas
UID3
identifies
a
particular
object
,
such
as
an
application
.
When
you
create
a
\
gui
{
Mobile
Qt
Application
},
Qt
Creator
adds
a
UID3
suitable
for
development
and
debugging
automatically
to
the
application
.
pro
file
.
However
,
to
distribute
your
application
and
get
it
Symbian
signed
,
you
must
apply
for
a
UID
from
Symbian
,
who
manages
the
allocation
of
UIDs
.
You
can
request
UIDs
either
one
at
a
time
or
as
preallocated
blocks
on
the
\
l
{
https
://
www
.
symbiansigned
.
com
/
app
/
page
}{
Symbian
Signed
}
web
site
.
Replace
the
testing
UID
with
the
distribution
UID
in
the
.
pro
file
before
you
build
the
final
installation
package
.
For
more
information
,
see
\
l
{
http
://
doc
.
qt
.
nokia
.
com
/
4.7
-
snapshot
/
qmake
-
platform
-
notes
.
html
#
unique
-
identifiers
}{
Unique
Identifiers
}.
\
section2
Building
and
Running
for
Symbian
Emulator
...
...
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