diff options
author | Kent Hansen <khansen@trolltech.com> | 2009-06-26 08:41:37 (GMT) |
---|---|---|
committer | Kent Hansen <khansen@trolltech.com> | 2009-06-26 08:43:16 (GMT) |
commit | 9ac5755fb53387a79e5d9c007501800ab9963bed (patch) | |
tree | f09282f68d1644f74afba036468b79a2fa14f682 /tests/auto/qscriptengine/qscriptengine.pro | |
parent | 51e5b6e876774406a9ee4f443ae7619390f5e9b4 (diff) | |
download | Qt-9ac5755fb53387a79e5d9c007501800ab9963bed.zip Qt-9ac5755fb53387a79e5d9c007501800ab9963bed.tar.gz Qt-9ac5755fb53387a79e5d9c007501800ab9963bed.tar.bz2 |
make autotests work with shadowbuilds
Can't assume that the executable and source are in the same dir.
Diffstat (limited to 'tests/auto/qscriptengine/qscriptengine.pro')
-rw-r--r-- | tests/auto/qscriptengine/qscriptengine.pro | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/tests/auto/qscriptengine/qscriptengine.pro b/tests/auto/qscriptengine/qscriptengine.pro index cf3ced3..b5aa621 100644 --- a/tests/auto/qscriptengine/qscriptengine.pro +++ b/tests/auto/qscriptengine/qscriptengine.pro @@ -1,6 +1,7 @@ load(qttest_p4) QT += script SOURCES += tst_qscriptengine.cpp +DEFINES += SRCDIR=\\\"$$PWD\\\" wince*: { addFiles.sources = script |