#include <qfileinfo.h>
#include <qregexp.h>
#include <qstringlist.h>
+
+#if (defined(Q_OS_WIN) && !defined(Q_OS_WINCE))
#include "../../../network-settings.h"
+#endif
#if defined(Q_OS_WIN)
#define _WIN32_WINNT 0x500
#include <stdio.h>
#include <errno.h>
+
+#if defined(Q_OS_WIN) && !defined(Q_OS_WINCE)
#include "../../../network-settings.h"
+#endif
#ifndef STDIN_FILENO
#define STDIN_FILENO 0
#endif
#include <qplatformdefs.h>
#include <qdebug.h>
+#if defined(Q_OS_WIN) && !defined(Q_OS_WINCE)
#include "../../../network-settings.h"
+#endif
#include <private/qfileinfo_p.h>
#include "../../../../shared/filesystem.h"
#include <QFileDialog>
#include <QFileSystemModel>
-#include "../../../network-settings.h"
-
//TESTED_CLASS=
//TESTED_FILES=
#include "../../../../../src/widgets/dialogs/qfilesystemmodel_p.h"
#include "../../../../../src/widgets/dialogs/qfiledialog_p.h"
+#if defined(Q_OS_WIN) && !defined(Q_OS_WINCE)
#include "../../../network-settings.h"
+#endif
//TESTED_CLASS=
//TESTED_FILES=
#include <QtNetwork/qnetworkreply.h>
#include <QtNetwork/qnetworkrequest.h>
#include <QtNetwork/qnetworkaccessmanager.h>
-#include "../../auto/network-settings.h"
class tst_qhttpnetworkconnection : public QObject
{
#include <QtNetwork/qnetworkreply.h>
#include <QtNetwork/qnetworkrequest.h>
#include <QtNetwork/qnetworkaccessmanager.h>
-#include "../../auto/network-settings.h"
#include <QtNetwork>
#include <QDebug>
#include <private/qabstractsocketengine_p.h>