test: QFtp tests require `private_tests' set
Also fixing some includes and re-enabling the test Change-Id: I4a061e106c2e55db39b8000729737a93e3d7714a Reviewed-by: Shane Kearns <shane.kearns@accenture.com>
This commit is contained in:
parent
15eeb0e7dc
commit
4d3a53305f
@ -54,7 +54,7 @@
|
||||
#define QFTP_H
|
||||
|
||||
#include <QtCore/qstring.h>
|
||||
#include <qurlinfo_p.h>
|
||||
#include <private/qurlinfo_p.h>
|
||||
#include <QtCore/qobject.h>
|
||||
|
||||
QT_BEGIN_HEADER
|
||||
|
@ -8,6 +8,7 @@ SUBDIRS=\
|
||||
qhttpnetworkconnection \
|
||||
qnetworkreply \
|
||||
qnetworkcachemetadata \
|
||||
qftp \
|
||||
qhttpnetworkreply \
|
||||
qabstractnetworkcache \
|
||||
|
||||
|
@ -2,7 +2,7 @@ CONFIG += testcase
|
||||
TARGET = tst_qftp
|
||||
SOURCES += tst_qftp.cpp
|
||||
|
||||
|
||||
requires(contains(QT_CONFIG,private_tests))
|
||||
QT = core network network-private testlib
|
||||
|
||||
wince*: {
|
||||
|
Loading…
Reference in New Issue
Block a user