summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorAndy Shaw <andy.shaw@qt.io>2017-07-05 11:13:20 +0200
committerAndy Shaw <andy.shaw@qt.io>2017-07-06 09:26:04 +0000
commit6e4706d2f6e756a8e077e53bd065449382973e04 (patch)
tree630d730b67bb36d340263fb7c490312b084ea9fb
parente4de500066f55ba8bd8bebb3edffd8b083938c06 (diff)
Just specify the modules required for oauth to allow for -no-gui
Change-Id: I8bcff2570dd0bb46aeb3127d57778f4d062e5afd Reviewed-by: Jesus Fernandez <Jesus.Fernandez@qt.io> Reviewed-by: Edward Welbourne <edward.welbourne@qt.io>
-rw-r--r--src/oauth/oauth.pro2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/oauth/oauth.pro b/src/oauth/oauth.pro
index 19af5c2..5e7d77a 100644
--- a/src/oauth/oauth.pro
+++ b/src/oauth/oauth.pro
@@ -1,7 +1,7 @@
TARGET = QtNetworkAuth
MODULE = networkauth
-QT += core core-private network
+QT = core core-private network
PUBLIC_HEADERS += \
qoauth1.h \