diff options
author | Paul Olav Tvete <paul.tvete@nokia.com> | 2009-09-15 09:13:23 (GMT) |
---|---|---|
committer | Paul Olav Tvete <paul.tvete@nokia.com> | 2009-09-15 09:45:32 (GMT) |
commit | 86e1b289c8246befc37455e7caa101fc20e0bc97 (patch) | |
tree | 4ef67d3c9b0bc22cf08435efc8e6777cc0076082 /tests/auto/uic/uic.pro | |
parent | c8bf9bd17a4520eefe4306b7b1bb4f93fb296d80 (diff) | |
download | Qt-86e1b289c8246befc37455e7caa101fc20e0bc97.zip Qt-86e1b289c8246befc37455e7caa101fc20e0bc97.tar.gz Qt-86e1b289c8246befc37455e7caa101fc20e0bc97.tar.bz2 |
Make the test work with shadow builds.
Reviewed-by: Jesper
Diffstat (limited to 'tests/auto/uic/uic.pro')
-rw-r--r-- | tests/auto/uic/uic.pro | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/auto/uic/uic.pro b/tests/auto/uic/uic.pro index 411a993..355cb56 100644 --- a/tests/auto/uic/uic.pro +++ b/tests/auto/uic/uic.pro @@ -5,4 +5,4 @@ SOURCES += tst_uic.cpp TARGET = tst_uic # This test is not run on wince (I think) -DEFINES += SRCDIR=\\\"$$PWD\\\" +DEFINES += SRCDIR=\\\"$$PWD/\\\" |