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
ac6f2a50
Commit
ac6f2a50
authored
Feb 22, 2011
by
Tobias Hunger
Browse files
symbian: Fix gcce
parent
d5e89cea
Changes
2
Hide whitespace changes
Inline
Side-by-side
src/plugins/qt4projectmanager/qt-s60/gccetoolchain.cpp
View file @
ac6f2a50
...
...
@@ -86,13 +86,6 @@ QString GcceToolChain::typeName() const
return
GcceToolChainFactory
::
tr
(
"GCCE"
);
}
ProjectExplorer
::
Abi
GcceToolChain
::
targetAbi
()
const
{
return
ProjectExplorer
::
Abi
(
ProjectExplorer
::
Abi
::
ARM
,
ProjectExplorer
::
Abi
::
Symbian
,
ProjectExplorer
::
Abi
::
Symbian_device
,
ProjectExplorer
::
Abi
::
Format_ELF
,
false
);
}
QByteArray
GcceToolChain
::
predefinedMacros
()
const
{
if
(
m_predefinedMacros
.
isEmpty
())
{
...
...
src/plugins/qt4projectmanager/qt-s60/gccetoolchain.h
View file @
ac6f2a50
...
...
@@ -49,7 +49,6 @@ class GcceToolChain : public ProjectExplorer::GccToolChain
{
public:
QString
typeName
()
const
;
ProjectExplorer
::
Abi
targetAbi
()
const
;
QByteArray
predefinedMacros
()
const
;
void
addToEnvironment
(
Utils
::
Environment
&
env
)
const
;
...
...
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