tests/auto/declarative/qdeclarativexmlhttprequest/tst_qdeclarativexmlhttprequest.cpp
equal
deleted
inserted
replaced
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: |