tests/auto/declarative/qdeclarativexmlhttprequest/tst_qdeclarativexmlhttprequest.cpp
changeset 33 3e2da88830cd
parent 30 5dc02b23752f
child 37 758a864f9613
equal deleted inserted replaced
30:5dc02b23752f 33:3e2da88830cd
    45 #include <QDebug>
    45 #include <QDebug>
    46 #include <QNetworkCookieJar>
    46 #include <QNetworkCookieJar>
    47 #include "testhttpserver.h"
    47 #include "testhttpserver.h"
    48 
    48 
    49 #define SERVER_PORT 14445
    49 #define SERVER_PORT 14445
       
    50 
       
    51 #ifdef Q_OS_SYMBIAN
       
    52 // In Symbian OS test data is located in applications private dir
       
    53 #define SRCDIR "."
       
    54 #endif
    50 
    55 
    51 class tst_qdeclarativexmlhttprequest : public QObject
    56 class tst_qdeclarativexmlhttprequest : public QObject
    52 {
    57 {
    53     Q_OBJECT
    58     Q_OBJECT
    54 public:
    59 public: