summaryrefslogtreecommitdiffstats
path: root/sync.profile
diff options
context:
space:
mode:
authorJesus Fernandez <jesus.fernandez@theqtcompany.com>2016-08-15 13:13:27 +0200
committerTimur Pocheptsov <timur.pocheptsov@theqtcompany.com>2016-08-19 17:48:39 +0000
commita6dc1c01da723a93e1c174a6950eb4bab8cab3fc (patch)
tree12052b48f5f073035869e7ccda42c8a71fd6eff9 /sync.profile
parent066622370b294f4914ad2e059c7f1acaa3820f19 (diff)
OAuth support
New library to support OAuth1 and OAuth2 standard in Qt. OAuth provides a method for clients to access server resources on behalf of a resource owner (such as a different client or an end-user). It also provides a process for end-users to authorize third-party access to their server resources without sharing their credentials (typically, a username and password pair), using user-agent redirections. [ChangeLog][OAuth] Added OAuth support Change-Id: I3971456f93bf6ddd7fd46f555202bab2eb777c15 Reviewed-by: Edward Welbourne <edward.welbourne@qt.io>
Diffstat (limited to 'sync.profile')
-rw-r--r--sync.profile10
1 files changed, 10 insertions, 0 deletions
diff --git a/sync.profile b/sync.profile
new file mode 100644
index 0000000..d1f56db
--- /dev/null
+++ b/sync.profile
@@ -0,0 +1,10 @@
+%modules = (
+ "QtNetworkAuth" => "$basedir/src/oauth",
+);
+
+%moduleheaders = (
+);
+
+%dependencies = (
+ "qtbase" => "",
+);