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
|
#define QFTP_H
|
||||||
|
|
||||||
#include <QtCore/qstring.h>
|
#include <QtCore/qstring.h>
|
||||||
#include <qurlinfo_p.h>
|
#include <private/qurlinfo_p.h>
|
||||||
#include <QtCore/qobject.h>
|
#include <QtCore/qobject.h>
|
||||||
|
|
||||||
QT_BEGIN_HEADER
|
QT_BEGIN_HEADER
|
||||||
|
@ -8,6 +8,7 @@ SUBDIRS=\
|
|||||||
qhttpnetworkconnection \
|
qhttpnetworkconnection \
|
||||||
qnetworkreply \
|
qnetworkreply \
|
||||||
qnetworkcachemetadata \
|
qnetworkcachemetadata \
|
||||||
|
qftp \
|
||||||
qhttpnetworkreply \
|
qhttpnetworkreply \
|
||||||
qabstractnetworkcache \
|
qabstractnetworkcache \
|
||||||
|
|
||||||
|
@ -2,7 +2,7 @@ CONFIG += testcase
|
|||||||
TARGET = tst_qftp
|
TARGET = tst_qftp
|
||||||
SOURCES += tst_qftp.cpp
|
SOURCES += tst_qftp.cpp
|
||||||
|
|
||||||
|
requires(contains(QT_CONFIG,private_tests))
|
||||||
QT = core network network-private testlib
|
QT = core network network-private testlib
|
||||||
|
|
||||||
wince*: {
|
wince*: {
|
||||||
|
Loading…
x
Reference in New Issue
Block a user