From 97727c73d23977690dac14c39fe3c8e826c4f4ca Mon Sep 17 00:00:00 2001 From: Morgan McMillian Date: Sun, 5 Nov 2017 06:23:53 -0800 Subject: [PATCH] Added build notes --- README.md | 12 ++++++++++++ 1 file changed, 12 insertions(+) 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```