Skip to content

Commit

Permalink
Fix build when ftp feature is disabled
Browse files Browse the repository at this point in the history
Configuring Qt with -no-feature-ftp cause build to fail.

Task-number: QTBUG-66624
Change-Id: I47f1cdc400702d0211a9f620c8606983f08fa70c
Reviewed-by: Oswald Buddenhagen <oswald.buddenhagen@qt.io>
(cherry picked from commit 02eb264aa2db20fac479a749c39044cc9ed304b2)
  • Loading branch information
Passeli committed Feb 28, 2018
1 parent 196318d commit 4495a4d
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/network/access/qnetworkaccessfilebackend.cpp
Expand Up @@ -46,6 +46,7 @@
#include "private/qnoncontiguousbytedevice_p.h"

#include <QtCore/QCoreApplication>
#include <QtCore/QDateTime>

QT_BEGIN_NAMESPACE

Expand Down

0 comments on commit 4495a4d

Please sign in to comment.