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:
Sergio Ahumada 2012-09-06 12:53:33 +02:00 committed by Qt by Nokia
parent 15eeb0e7dc
commit 4d3a53305f
3 changed files with 3 additions and 2 deletions

View File

@ -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

View File

@ -8,6 +8,7 @@ SUBDIRS=\
qhttpnetworkconnection \
qnetworkreply \
qnetworkcachemetadata \
qftp \
qhttpnetworkreply \
qabstractnetworkcache \

View File

@ -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*: {