equal
deleted
inserted
replaced
53 } |
53 } |
54 |
54 |
55 private slots: |
55 private slots: |
56 void importsPlugin(); |
56 void importsPlugin(); |
57 }; |
57 }; |
|
58 |
|
59 #ifdef Q_OS_SYMBIAN |
|
60 // In Symbian OS test data is located in applications private dir |
|
61 #define SRCDIR "." |
|
62 #endif |
58 |
63 |
59 #define VERIFY_ERRORS(errorfile) \ |
64 #define VERIFY_ERRORS(errorfile) \ |
60 if (!errorfile) { \ |
65 if (!errorfile) { \ |
61 if (qgetenv("DEBUG") != "" && !component.errors().isEmpty()) \ |
66 if (qgetenv("DEBUG") != "" && !component.errors().isEmpty()) \ |
62 qWarning() << "Unexpected Errors:" << component.errors(); \ |
67 qWarning() << "Unexpected Errors:" << component.errors(); \ |