Added build notes

This commit is contained in:
Morgan McMillian 2017-11-05 06:23:53 -08:00
parent e0bb886098
commit 97727c73d2

View file

@ -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```