summaryrefslogtreecommitdiffstats
path: root/src/network/access
diff options
context:
space:
mode:
authorLars Knoll <lars.knoll@qt.io>2016-10-27 09:09:58 +0200
committerLars Knoll <lars.knoll@qt.io>2016-11-11 17:04:47 +0000
commit0038b400530e2459a2aa89576aa245007962a1c9 (patch)
tree896a8452fd1aba47d2ce14b5fad58151f00e0ed9 /src/network/access
parent467b15a20c3d6eb611ea5f6ccffd5fc0df81b0c4 (diff)
Unbreak a couple of configurations
Fix compilation with topleveldomain, textodfwriter and cssparser features disabled. Change-Id: I3f061fb09eef36cd640256a46cf77dde85a54d3d Reviewed-by: Oswald Buddenhagen <oswald.buddenhagen@qt.io> Reviewed-by: Lars Knoll <lars.knoll@qt.io>
Diffstat (limited to 'src/network/access')
-rw-r--r--src/network/access/qnetworkcookiejar.cpp2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/network/access/qnetworkcookiejar.cpp b/src/network/access/qnetworkcookiejar.cpp
index 0540cb740f..232c2b47a5 100644
--- a/src/network/access/qnetworkcookiejar.cpp
+++ b/src/network/access/qnetworkcookiejar.cpp
@@ -43,7 +43,9 @@
#include "QtNetwork/qnetworkcookie.h"
#include "QtCore/qurl.h"
#include "QtCore/qdatetime.h"
+#if QT_CONFIG(topleveldomain)
#include "private/qtldurl_p.h"
+#endif
QT_BEGIN_NAMESPACE