Advertisement
Guest User

Untitled

a guest
Apr 25th, 2019
131
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.93 KB | None | 0 0
  1. --- qt/mkspecs/features/toolchain.prf.msys 2019-04-25 09:58:10.996907700 +0200
  2. +++ qt/mkspecs/features/toolchain.prf 2019-04-25 10:36:29.811270800 +0200
  3. @@ -267,8 +267,10 @@ isEmpty($${target_prefix}.INCDIRS) {
  4. for (line, output) {
  5. contains(line, "^libraries: .*") {
  6. line ~= s,^libraries: ,,
  7. - # clang (7.x) on Windows uses the wrong path list separator ...
  8. - equals(QMAKE_HOST.os, Windows): line ~= s,:(?![/\\\\]),;,
  9. + !mingw {
  10. + # clang (7.x) on Windows uses the wrong path list separator ...
  11. + equals(QMAKE_HOST.os, Windows): line ~= s,:(?![/\\\\]),;,
  12. + }
  13. paths = $$split(line, $$QMAKE_DIRLIST_SEP)
  14. for (path, paths): \
  15. QMAKE_DEFAULT_LIBDIRS += $$clean_path($$replace(path, ^=, $$[SYSROOT]))
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement