forked from qt-creator/qt-creator
Symbian: Remove references to RVCT compiler used on Symbian
Change-Id: I0ebfb74f65ffaf9ea47cc91fa20dd73af62218e5 Reviewed-by: Tobias Hunger <tobias.hunger@digia.com>
This commit is contained in:
@@ -80,7 +80,6 @@ const char SHADOWBUILD_TARGETFEATURE_ID[] = "Qt4ProjectManager.TargetFeature.Sha
|
||||
// Tool chains:
|
||||
const char GCCE_TOOLCHAIN_ID[] = "Qt4ProjectManager.ToolChain.GCCE";
|
||||
const char MAEMO_TOOLCHAIN_ID[] = "Qt4ProjectManager.ToolChain.Maemo";
|
||||
const char RVCT_TOOLCHAIN_ID[] = "Qt4ProjectManager.ToolChain.RVCT";
|
||||
|
||||
// ICONS
|
||||
const char ICON_QTQUICK_APP[] = ":/wizards/images/qtquickapp.png";
|
||||
|
||||
@@ -388,7 +388,6 @@ namespace peekandpoke {
|
||||
|
||||
void testAnonymousStructs()
|
||||
{
|
||||
#ifndef Q_CC_RVCT
|
||||
union {
|
||||
struct { int i; int b; };
|
||||
struct { float f; };
|
||||
@@ -424,7 +423,6 @@ namespace peekandpoke {
|
||||
// Continue.
|
||||
|
||||
dummyStatement(&a);
|
||||
#endif
|
||||
}
|
||||
|
||||
void testComplexWatchers()
|
||||
@@ -529,7 +527,6 @@ namespace anon {
|
||||
|
||||
void testAnonymous()
|
||||
{
|
||||
#ifndef Q_CC_RVCT
|
||||
TestAnonymous a;
|
||||
BREAK_HERE;
|
||||
// Expand a a.#1 a.#2.
|
||||
@@ -565,7 +562,6 @@ namespace anon {
|
||||
// Continue.
|
||||
|
||||
dummyStatement(&a, &s, &m);
|
||||
#endif
|
||||
}
|
||||
|
||||
} // namespace anon
|
||||
|
||||
Reference in New Issue
Block a user