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
1a5c8a1d
Commit
1a5c8a1d
authored
Nov 19, 2009
by
Tobias Hunger
Browse files
Support symbian-sbsv2 mkspecs
* Handle SBSv2 by doing the same as for the older ABLD build system. Reviewed-By: con
parent
b4e2db59
Changes
1
Hide whitespace changes
Inline
Side-by-side
src/plugins/qt4projectmanager/qtversionmanager.cpp
View file @
1a5c8a1d
...
...
@@ -1159,9 +1159,10 @@ void QtVersion::updateToolChainAndMkspec() const
if
(
!
ce_sdk
.
isEmpty
()
&&
!
ce_arch
.
isEmpty
())
{
QString
wincePlatformName
=
ce_sdk
+
" ("
+
ce_arch
+
QLatin1Char
(
')'
);
m_toolChains
<<
ToolChainPtr
(
ProjectExplorer
::
ToolChain
::
createWinCEToolChain
(
msvcVersion
(),
wincePlatformName
));
}
else
if
(
makefileGenerator
==
"SYMBIAN_ABLD"
)
{
}
else
if
(
makefileGenerator
==
QLatin1String
(
"SYMBIAN_ABLD"
)
||
makefileGenerator
==
QLatin1String
(
"SYMBIAN_SBSV2"
))
{
#ifdef QTCREATOR_WITH_S60
if
(
S60Manager
*
s60mgr
=
S60Manager
::
instance
())
{
if
(
S60Manager
*
s60mgr
=
S60Manager
::
instance
())
{
# ifdef Q_OS_WIN
m_toolChains
<<
ToolChainPtr
(
s60mgr
->
createGCCEToolChain
(
this
))
<<
ToolChainPtr
(
s60mgr
->
createRVCTToolChain
(
this
,
ProjectExplorer
::
ToolChain
::
RVCT_ARMV5
))
...
...
Write
Preview
Supports
Markdown
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