equal
deleted
inserted
replaced
48 #include <QDesktopServices> |
48 #include <QDesktopServices> |
49 #include <QDebug> |
49 #include <QDebug> |
50 #include <QDeclarativeComponent> |
50 #include <QDeclarativeComponent> |
51 #include <QDeclarativeNetworkAccessManagerFactory> |
51 #include <QDeclarativeNetworkAccessManagerFactory> |
52 |
52 |
|
53 #ifdef Q_OS_SYMBIAN |
|
54 // In Symbian OS test data is located in applications private dir |
|
55 #define SRCDIR "." |
|
56 #endif |
|
57 |
53 class tst_qdeclarativeengine : public QObject |
58 class tst_qdeclarativeengine : public QObject |
54 { |
59 { |
55 Q_OBJECT |
60 Q_OBJECT |
56 public: |
61 public: |
57 tst_qdeclarativeengine() {} |
62 tst_qdeclarativeengine() {} |