summaryrefslogtreecommitdiffstats
path: root/mkspecs/common
diff options
context:
space:
mode:
authorOswald Buddenhagen <oswald.buddenhagen@digia.com>2014-04-29 20:25:43 +0200
committerThe Qt Project <gerrit-noreply@qt-project.org>2014-04-30 16:57:01 +0200
commitf73b9e4af8d410a54ea38385d9f1a0fe99ddedf4 (patch)
tree644d4af87c45e36c1152b7649985ceafbf6e78e5 /mkspecs/common
parente5024c219fffa972e087a684bacef240082dca82 (diff)
make QMAKE_DIRLIST_SEP consistent with QMAKE_DIR_SEP
that is, make it match the shell used by the make command. this is unlike DIRLIST_SEPARATOR and DIR_SEPARATOR, which always match the actual system shell. Change-Id: I0fb277d75b32be029808623a3b77e1358c4e265e Reviewed-by: Joerg Bornemann <joerg.bornemann@digia.com>
Diffstat (limited to 'mkspecs/common')
-rw-r--r--mkspecs/common/qcc-base-qnx.conf1
1 files changed, 1 insertions, 0 deletions
diff --git a/mkspecs/common/qcc-base-qnx.conf b/mkspecs/common/qcc-base-qnx.conf
index 0954cfd1ee..a0a88b9605 100644
--- a/mkspecs/common/qcc-base-qnx.conf
+++ b/mkspecs/common/qcc-base-qnx.conf
@@ -57,4 +57,5 @@ QMAKE_STRIPFLAGS_LIB += --strip-unneeded
equals(QMAKE_HOST.os, Windows) {
isEmpty(QMAKE_SH): error("This mkspec requires an MSYS environment.")
QMAKE_DIR_SEP = /
+ QMAKE_DIRLIST_SEP = :
}