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
Marco Bubke
flatpak-qt-creator
Commits
d4b45a25
Commit
d4b45a25
authored
Oct 20, 2010
by
Christian Kandeler
Browse files
Mobile wizards: Add hint for Qt Mobility.
Reviewed-by: dt
parent
2836fde7
Changes
2
Hide whitespace changes
Inline
Side-by-side
share/qtcreator/templates/mobileapp/app.pro
View file @
d4b45a25
...
...
@@ -15,6 +15,12 @@ DEFINES += NETWORKACCESS
#
TARGETUID3
#
symbian
:
TARGET
.
UID3
=
0
xE1111234
#
If
your
application
uses
the
Qt
Mobility
libraries
,
uncomment
#
the
following
lines
and
add
the
respective
components
to
the
#
MOBILITY
variable
.
#
CONFIG
+=
mobility
#
MOBILITY
+=
SOURCES
+=
main
.
cpp
mainwindow
.
cpp
HEADERS
+=
mainwindow
.
h
FORMS
+=
mainwindow
.
ui
...
...
share/qtcreator/templates/qmlapp/app.pro
View file @
d4b45a25
...
...
@@ -24,6 +24,12 @@ symbian:TARGET.UID3 = 0xE1111234
#
(
This
might
significantly
increase
build
time
)
#
DEFINES
+=
QMLJSDEBUGGER
#
If
your
application
uses
the
Qt
Mobility
libraries
,
uncomment
#
the
following
lines
and
add
the
respective
components
to
the
#
MOBILITY
variable
.
#
CONFIG
+=
mobility
#
MOBILITY
+=
#
The
.
cpp
file
which
was
generated
for
your
project
.
Feel
free
to
hack
it
.
SOURCES
+=
main
.
cpp
...
...
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