equal
deleted
inserted
replaced
42 #include <QDebug> |
42 #include <QDebug> |
43 |
43 |
44 #include <QtGui/qgraphicsitem.h> |
44 #include <QtGui/qgraphicsitem.h> |
45 #include <QtDeclarative/qdeclarativeengine.h> |
45 #include <QtDeclarative/qdeclarativeengine.h> |
46 #include <QtDeclarative/qdeclarativecomponent.h> |
46 #include <QtDeclarative/qdeclarativecomponent.h> |
|
47 |
|
48 #ifdef Q_OS_SYMBIAN |
|
49 // In Symbian OS test data is located in applications private dir |
|
50 #define SRCDIR "." |
|
51 #endif |
47 |
52 |
48 class tst_qdeclarativecomponent : public QObject |
53 class tst_qdeclarativecomponent : public QObject |
49 { |
54 { |
50 Q_OBJECT |
55 Q_OBJECT |
51 public: |
56 public: |