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
8a073981
Commit
8a073981
authored
Oct 09, 2009
by
con
Browse files
Fix bug when detecting S60 SDKs the first time.
parent
6a6f9444
Changes
1
Hide whitespace changes
Inline
Side-by-side
src/plugins/qt4projectmanager/qt-s60/s60manager.cpp
View file @
8a073981
...
...
@@ -168,11 +168,11 @@ void S60Manager::updateQtVersions()
}
}
if
(
deviceVersion
)
{
deviceVersion
->
setName
(
QString
(
"%1 (Qt %2)"
).
arg
(
device
.
id
,
deviceVersion
->
qtVersionString
()));
deviceVersion
->
setQMakeCommand
(
device
.
qt
+
"/bin/qmake.exe"
);
deviceVersion
->
setName
(
QString
(
"%1 (Qt %2)"
).
arg
(
device
.
id
,
deviceVersion
->
qtVersionString
()));
handledVersions
.
append
(
deviceVersion
);
}
else
{
deviceVersion
=
new
QtVersion
(
QString
(
"%1 (Qt %2)"
).
arg
(
device
.
id
),
device
.
qt
,
deviceVersion
=
new
QtVersion
(
QString
(
"%1 (Qt %2)"
).
arg
(
device
.
id
),
device
.
qt
+
"/bin/qmake.exe"
,
true
,
QString
(
"%1.%2"
).
arg
(
S60_AUTODETECTION_SOURCE
,
device
.
id
));
deviceVersion
->
setName
(
deviceVersion
->
name
().
arg
(
deviceVersion
->
qtVersionString
()));
versionsToAdd
.
append
(
deviceVersion
);
...
...
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