summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorRafael Roquetto <rafael.roquetto.qnx@kdab.com>2012-09-14 18:27:25 (GMT)
committerQt by Nokia <qt-info@nokia.com>2012-09-17 15:00:39 (GMT)
commit086f85a87c52c6026da294b7d00efffc50b669e1 (patch)
tree3eafcb6ad43ca07ad54e3903f602c68adeabb930
parent8bc578bae48571a415ca9577cf85df9acaa25da4 (diff)
downloadQt-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.pro2
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/\\\"