fix formatting of README

This commit is contained in:
Morgan McMillian 2017-11-05 06:26:35 -08:00
parent e265ec7592
commit fa8980dbd8
1 changed files with 8 additions and 4 deletions

View File

@ -14,9 +14,13 @@ Build
======
### Simulator
```qmake -spec blackberry-x86-qcc CONFIG+=debug CONFIG+=simulator
make```
```
qmake -spec blackberry-x86-qcc CONFIG+=debug CONFIG+=simulator
make
```
### Device
```qmake -spec blackberry-armv7le-qcc CONFIG+=debug_and_release CONFIG+=device
make```
```
qmake -spec blackberry-armv7le-qcc CONFIG+=debug_and_release CONFIG+=device
make
```