From 4ee2bc4e9c05d8daec8b04412a0b7c0264fbc1a4 Mon Sep 17 00:00:00 2001 From: Lars Knoll Date: Mon, 15 Aug 2016 10:35:53 +0200 Subject: Turn the no-network support into a configurable feature Change-Id: Ic70f60c124fe166b37fbe9b853735be3c5e0d46d Reviewed-by: Oswald Buddenhagen Reviewed-by: Simon Hausmann --- src/qml/qtqmlglobal.h | 2 ++ 1 file changed, 2 insertions(+) (limited to 'src/qml/qtqmlglobal.h') diff --git a/src/qml/qtqmlglobal.h b/src/qml/qtqmlglobal.h index 8529e1f980..89228b7777 100644 --- a/src/qml/qtqmlglobal.h +++ b/src/qml/qtqmlglobal.h @@ -42,7 +42,9 @@ #include #include +#if QT_CONFIG(qml_network) #include +#endif QT_BEGIN_NAMESPACE -- cgit v1.2.3