qtmobility/tests/auto/qnetworkconfiguration/tst_qnetworkconfiguration.cpp
changeset 11 06b8e2af4411
parent 4 90517678cc4f
equal deleted inserted replaced
8:71781823f776 11:06b8e2af4411
     1 /****************************************************************************
     1 /****************************************************************************
     2 **
     2 **
     3 ** Copyright (C) 2009 Nokia Corporation and/or its subsidiary(-ies).
     3 ** Copyright (C) 2010 Nokia Corporation and/or its subsidiary(-ies).
     4 ** All rights reserved.
     4 ** All rights reserved.
     5 ** Contact: Nokia Corporation (qt-info@nokia.com)
     5 ** Contact: Nokia Corporation (qt-info@nokia.com)
     6 **
     6 **
     7 ** This file is part of the Qt Mobility Components.
     7 ** This file is part of the Qt Mobility Components.
     8 **
     8 **
    41 
    41 
    42 #include <QtTest/QtTest>
    42 #include <QtTest/QtTest>
    43 #include "../qbearertestcommon.h"
    43 #include "../qbearertestcommon.h"
    44 #include "../../../src/bearer/qnetworkconfiguration.h"
    44 #include "../../../src/bearer/qnetworkconfiguration.h"
    45 #include "../../../src/bearer/qnetworkconfigmanager.h"
    45 #include "../../../src/bearer/qnetworkconfigmanager.h"
       
    46 
       
    47 /*
       
    48   Although this unit test doesn't use QNetworkAccessManager
       
    49   this include is used to ensure that bearer continues to compile against
       
    50   Qt 4.7+ which has a QNetworkConfiguration enabled QNetworkAccessManager
       
    51 */
       
    52 #include <QNetworkAccessManager>
    46 
    53 
    47 #if defined(Q_WS_MAEMO_6) || defined(Q_WS_MAEMO_5)
    54 #if defined(Q_WS_MAEMO_6) || defined(Q_WS_MAEMO_5)
    48 #include <stdio.h>
    55 #include <stdio.h>
    49 #include <iapconf.h>
    56 #include <iapconf.h>
    50 #endif
    57 #endif