diff options
-rw-r--r-- | automation/source/testtool/objtest.cxx | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/automation/source/testtool/objtest.cxx b/automation/source/testtool/objtest.cxx index f52170392758..7bff47c80819 100644 --- a/automation/source/testtool/objtest.cxx +++ b/automation/source/testtool/objtest.cxx @@ -462,6 +462,10 @@ void TestToolObj::LoadIniFile() // Laden der IniEinstellungen, die d abGP.Append( "27" ); // DragonFly/i386 #elif defined DRAGONFLY && defined X86_64 abGP.Append( "28" ); // DragonFly/x86-64 +#elif defined IOS && defined ARM + abGP.Append( "29" ); // iOS +#elif defined ANDROID && defined ARM + abGP.Append( "30" ); // Android #else #error ("unknown platform. please request an ID for your platform on qa/dev") #endif |