diff options
author | Rafael Roquetto <rafael.roquetto.qnx@kdab.com> | 2012-09-14 18:27:25 (GMT) |
---|---|---|
committer | Qt by Nokia <qt-info@nokia.com> | 2012-09-17 15:00:39 (GMT) |
commit | 086f85a87c52c6026da294b7d00efffc50b669e1 (patch) | |
tree | 3eafcb6ad43ca07ad54e3903f602c68adeabb930 | |
parent | 8bc578bae48571a415ca9577cf85df9acaa25da4 (diff) | |
download | Qt-086f85a87c52c6026da294b7d00efffc50b669e1.zip Qt-086f85a87c52c6026da294b7d00efffc50b669e1.tar.gz Qt-086f85a87c52c6026da294b7d00efffc50b669e1.tar.bz2 |
tst_qfileinfo: also define SRCDIR for QNX
This change is not necessary on Qt5.
Change-Id: Ie35db0d31dccd2771ba80030ee9104880f50e6b0
Reviewed-by: Sean Harmer <sean.harmer@kdab.com>
-rw-r--r-- | tests/auto/qfileinfo/qfileinfo.pro | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/auto/qfileinfo/qfileinfo.pro b/tests/auto/qfileinfo/qfileinfo.pro index c7ad4b3..4520371 100644 --- a/tests/auto/qfileinfo/qfileinfo.pro +++ b/tests/auto/qfileinfo/qfileinfo.pro @@ -24,7 +24,7 @@ symbian { # support for running test from shadow build directory wince* { DEFINES += SRCDIR=\\\"\\\" -} else:symbian { +} else:if(symbian|qnx) { DEFINES += SRCDIR="" } else { DEFINES += SRCDIR=\\\"$$PWD/\\\" |