diff options
author | Peter Hartmann <peter.hartmann@trolltech.com> | 2009-05-20 09:57:52 (GMT) |
---|---|---|
committer | Peter Hartmann <peter.hartmann@trolltech.com> | 2009-05-20 10:00:21 (GMT) |
commit | a9722dffb48559c27f2f4cd99ebc082f717a9e60 (patch) | |
tree | 591f5459b603a04e1a30268e38e6d0c286021ec6 /tests/auto/qsslsocket/qsslsocket.pro | |
parent | 4a8c7e432931b27e7a5440a6d15bde999e962f35 (diff) | |
download | Qt-a9722dffb48559c27f2f4cd99ebc082f717a9e60.zip Qt-a9722dffb48559c27f2f4cd99ebc082f717a9e60.tar.gz Qt-a9722dffb48559c27f2f4cd99ebc082f717a9e60.tar.bz2 |
make QSslSocket test work also for shadow builds
... by being able to load the certificates also in a shadow build
directory
Reviewed-by: Thiago
Diffstat (limited to 'tests/auto/qsslsocket/qsslsocket.pro')
-rw-r--r-- | tests/auto/qsslsocket/qsslsocket.pro | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/tests/auto/qsslsocket/qsslsocket.pro b/tests/auto/qsslsocket/qsslsocket.pro index 147b40d..c29fc68 100644 --- a/tests/auto/qsslsocket/qsslsocket.pro +++ b/tests/auto/qsslsocket/qsslsocket.pro @@ -7,6 +7,12 @@ QT -= gui TARGET = tst_qsslsocket +!wince* { +DEFINES += SRCDIR=\\\"$$PWD/\\\" +} else { +DEFINES += SRCDIR=\\\"./\\\" +} + win32 { CONFIG(debug, debug|release) { DESTDIR = debug |