summaryrefslogtreecommitdiffstats
path: root/mkspecs/integrity-armv8-rcar
diff options
context:
space:
mode:
authorMartin Storsjö <martin@martin.st>2019-04-25 12:13:13 +0300
committerMartin Storsjö <martin@martin.st>2019-04-25 09:29:23 +0000
commit65a33d73ea6e95de997503e4796d7c9ba685438a (patch)
treed9a1ebf4bbb9ab8e69841049f932aee74e3495e8 /mkspecs/integrity-armv8-rcar
parentfc2e9ac7e060bf693f6c4df17e419539f0547878 (diff)
qmake: Always split QMAKE_DEFAULT_LIBDIRS using ; with clang on windows
When building in a unix style build system (i.e. msys), QMAKE_DIRLIST_SEP is a colon, not a semicolon. Thus, always split the incoming string (after the fixup regex) using semicolons on windows. This matches the code for gcc, further up, which does: equals(QMAKE_HOST.os, Windows): \ paths = $$split(line, ;) else: \ paths = $$split(line, $$QMAKE_DIRLIST_SEP) Change-Id: I6a0175f9d14ae9ca188553483b7868f0549c784a Reviewed-by: Joerg Bornemann <joerg.bornemann@qt.io>
Diffstat (limited to 'mkspecs/integrity-armv8-rcar')
0 files changed, 0 insertions, 0 deletions