diff options
author | Olivier Goffart <ogoffart@trolltech.com> | 2009-06-04 17:49:41 (GMT) |
---|---|---|
committer | Olivier Goffart <ogoffart@trolltech.com> | 2009-06-09 09:52:27 (GMT) |
commit | b1658783099b75097f02bef85c4ea2a469826d37 (patch) | |
tree | d9abfa077a65738a8c7042e766b97b42530536a3 /tests/auto/bic/bic.pro | |
parent | 91ceb21d1d5f6447a47853b6625fb51d2f21cf16 (diff) | |
download | Qt-b1658783099b75097f02bef85c4ea2a469826d37.zip Qt-b1658783099b75097f02bef85c4ea2a469826d37.tar.gz Qt-b1658783099b75097f02bef85c4ea2a469826d37.tar.bz2 |
make bic test works in shadow build
Diffstat (limited to 'tests/auto/bic/bic.pro')
-rw-r--r-- | tests/auto/bic/bic.pro | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/tests/auto/bic/bic.pro b/tests/auto/bic/bic.pro index a168d77..82711c9 100644 --- a/tests/auto/bic/bic.pro +++ b/tests/auto/bic/bic.pro @@ -2,3 +2,9 @@ load(qttest_p4) SOURCES += tst_bic.cpp qbic.cpp QT = core +wince*:{ + DEFINES += SRCDIR=\\\"\\\" +} else { + DEFINES += SRCDIR=\\\"$$PWD/\\\" +} + |