summaryrefslogtreecommitdiffstats
path: root/tests/auto/oauth2/oauth2.pro
diff options
context:
space:
mode:
Diffstat (limited to 'tests/auto/oauth2/oauth2.pro')
-rw-r--r--tests/auto/oauth2/oauth2.pro8
1 files changed, 8 insertions, 0 deletions
diff --git a/tests/auto/oauth2/oauth2.pro b/tests/auto/oauth2/oauth2.pro
new file mode 100644
index 0000000..74f3fda
--- /dev/null
+++ b/tests/auto/oauth2/oauth2.pro
@@ -0,0 +1,8 @@
+TEMPLATE = app
+CONFIG += testcase
+TARGET = tst_oauth2
+SOURCES += tst_oauth2.cpp
+
+include(../shared/shared.pri)
+
+QT = core core-private network networkauth networkauth-private testlib