tests/auto/declarative/qdeclarativemoduleplugin/tst_qdeclarativemoduleplugin.cpp
changeset 33 3e2da88830cd
parent 30 5dc02b23752f
equal deleted inserted replaced
30:5dc02b23752f 33:3e2da88830cd
    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(); \