Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
What's new
10
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Open sidebar
Marco Bubke
flatpak-qt-creator
Commits
0535eb09
Commit
0535eb09
authored
Mar 17, 2010
by
Friedemann Kleint
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Compile fix (Qt4Projectmanager).
parent
54be2fed
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 addition
and
1 deletion
+1
-1
src/plugins/qt4projectmanager/qtversionmanager.cpp
src/plugins/qt4projectmanager/qtversionmanager.cpp
+1
-1
No files found.
src/plugins/qt4projectmanager/qtversionmanager.cpp
View file @
0535eb09
...
...
@@ -1264,7 +1264,7 @@ void QtVersion::updateToolChainAndMkspec() const
if
(
S60Manager
::
hasRvctCompiler
())
m_toolChains
<<
ToolChainPtr
(
s60mgr
->
createRVCTToolChain
(
this
,
ProjectExplorer
::
ToolChain
::
RVCT_ARMV5_GNUPOC
));
m_toolChains
<<
ToolChainPtr
(
s60mgr
->
createGCCE_GnuPocToolChain
(
this
));
m_targetIds
.
insert
(
QLatin1String
(
S60_DEVICE_TARGET_ID
));
m_targetIds
.
insert
(
QLatin1String
(
Constants
::
S60_DEVICE_TARGET_ID
));
# endif
}
}
else
if
(
qt_arch
.
startsWith
(
QLatin1String
(
"arm"
))
...
...
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