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
55d9b988
Commit
55d9b988
authored
Aug 04, 2010
by
dt
Browse files
Remove qml from OTHER_FILES
parent
b02add24
Changes
2
Hide whitespace changes
Inline
Side-by-side
share/qtcreator/templates/qmlapp/app.pro
View file @
55d9b988
...
...
@@ -13,9 +13,6 @@ DEFINES += ORIENTATIONLOCK
#
NETWORKACCESS
#
DEFINES
+=
NETWORKACCESS
#
MAINQML
#
OTHER_FILES
=
qml
/
app
/
app
.
qml
#
TARGETUID3
#
symbian
:
TARGET
.
UID3
=
0
xE1111234
...
...
src/plugins/qmlprojectmanager/wizards/qmlstandaloneapp.cpp
View file @
55d9b988
...
...
@@ -274,9 +274,7 @@ QByteArray QmlStandaloneApp::generateProFile(const QString *errorMessage) const
do
{
line
=
in
.
readLine
();
if
(
line
.
contains
(
QLatin1String
(
"# MAINQML"
)))
{
valueOnNextLine
=
path
(
MainQml
,
AppProfileRelative
);
}
else
if
(
line
.
contains
(
QLatin1String
(
"# TARGETUID3"
)))
{
if
(
line
.
contains
(
QLatin1String
(
"# TARGETUID3"
)))
{
valueOnNextLine
=
symbianTargetUid
();
}
else
if
(
line
.
contains
(
QLatin1String
(
"# DEPLOYMENTFOLDERS"
)))
{
// Eat lines
...
...
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