Added build notes
This commit is contained in:
parent
e0bb886098
commit
97727c73d2
1 changed files with 12 additions and 0 deletions
12
README.md
12
README.md
|
@ -8,3 +8,15 @@ For authentication, both XAuth and the normal Token flow are supported. If using
|
||||||
You will be able to provide a local html file that shows to the user in the native browser after they successfully authorize your app.
|
You will be able to provide a local html file that shows to the user in the native browser after they successfully authorize your app.
|
||||||
|
|
||||||
Stay tuned for examples on each method coming soon.
|
Stay tuned for examples on each method coming soon.
|
||||||
|
|
||||||
|
|
||||||
|
Build
|
||||||
|
======
|
||||||
|
|
||||||
|
*Simulator*
|
||||||
|
```qmake -spec blackberry-x86-qcc CONFIG+=debug CONFIG+=simulator
|
||||||
|
make```
|
||||||
|
|
||||||
|
*Device*
|
||||||
|
```qmake -spec blackberry-armv7le-qcc CONFIG+=debug_and_release CONFIG+=device
|
||||||
|
make```
|
||||||
|
|
Loading…
Reference in a new issue