diff options
author | Joona Petrell <joona.t.petrell@nokia.com> | 2010-06-07 17:04:45 +1000 |
---|---|---|
committer | Joona Petrell <joona.t.petrell@nokia.com> | 2010-06-08 10:27:02 +1000 |
commit | e4c7f469d1cdaf535b5e7aacaca7f96553084b79 (patch) | |
tree | a86d3fea6b2200811cb5d3b4934fd17af4f93086 /tests/auto/declarative/qdeclarativebinding/tst_qdeclarativebinding.cpp | |
parent | 93c51dc195d2f2c99d4464b105ebc826cd7f9b2f (diff) | |
download | qt4-tools-e4c7f469d1cdaf535b5e7aacaca7f96553084b79.tar.gz |
Make declarative autotests compile on Symbian abld build system
Task-number:
Reviewed-by: Martin Jones
Diffstat (limited to 'tests/auto/declarative/qdeclarativebinding/tst_qdeclarativebinding.cpp')
-rw-r--r-- | tests/auto/declarative/qdeclarativebinding/tst_qdeclarativebinding.cpp | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/tests/auto/declarative/qdeclarativebinding/tst_qdeclarativebinding.cpp b/tests/auto/declarative/qdeclarativebinding/tst_qdeclarativebinding.cpp index 8ab7b0bb47..653b34a26d 100644 --- a/tests/auto/declarative/qdeclarativebinding/tst_qdeclarativebinding.cpp +++ b/tests/auto/declarative/qdeclarativebinding/tst_qdeclarativebinding.cpp @@ -45,6 +45,11 @@ #include <private/qdeclarativerectangle_p.h> #include "../../../shared/util.h" +#ifdef Q_OS_SYMBIAN +// In Symbian OS test data is located in applications private dir +#define SRCDIR "." +#endif + class tst_qdeclarativebinding : public QObject { |