diff --git a/README.md b/README.md index 3b53c8b..569b8c2 100644 --- a/README.md +++ b/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. 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```