<platformArchitecture>
(Optional) The processor architecture that the application is compiled for
Parent elements:
<qnx>, <configuration>
Child elements:
None.
Description:
The <platformArchitecture> element specifies the processor architecture platform the application is compiled for. If you don't specify a value, the QNX Momentics IDE inspects the binary to determine the value.
Content:
A PCDATA value representing the processor. You can use the following values:
- x86
- Specifies to compile your application to run on a simulator.
- armle-v7
- Specifies to build the application to run on a device.
Attributes:
None.
Example:
<platformArchitecture>x86</platformArchitecture>