qt5base-lts/qmake/library
Edward Welbourne 4b4a288f5f Recognize UNC paths as absolute (i.e. not relative)
IoUtils::isRelativePath() didn't attempt to consider UNC paths, due to
a belief that qmake fails on them so badly that it wasn't worth the
extra code.  However, it turns out Qt Creator's copy of this code does
need to take this into account, so start the change off in qmake's
version so as to keep in sync.

Task-number: QTCREATORBUG-21881
Change-Id: I3084b87c1d3ca6508255e94e04ac8db3ceaebb7e
Reviewed-by: Joerg Bornemann <joerg.bornemann@qt.io>
2019-02-13 14:15:10 +00:00
..
ioutils.cpp Recognize UNC paths as absolute (i.e. not relative) 2019-02-13 14:15:10 +00:00
ioutils.h qmake: minor fixups to ioutils for building in qt creator context 2018-03-29 18:15:35 +00:00
proitems.cpp qmake: make yet more use of ProString::toQStringRef() 2017-08-26 12:11:35 +00:00
proitems.h qmake: fix return type of toLongLong() 2018-11-21 05:37:02 +00:00
qmake_global.h Updated license headers 2016-01-21 18:55:18 +00:00
qmakebuiltins.cpp qmake: add $$read_registry() function 2019-01-05 20:33:07 +00:00
qmakeevaluator_p.h qmake: make argument validation of built-ins data driven 2018-06-27 17:23:57 +00:00
qmakeevaluator.cpp qmake: Apply modernize-use-nullptr 2018-08-08 17:30:32 +00:00
qmakeevaluator.h qmake: Apply modernize-use-nullptr 2018-08-08 17:30:32 +00:00
qmakeglobals.cpp qmake: skip empty parts when splitting strings in some more places 2018-06-01 09:09:35 +00:00
qmakeglobals.h qmake: updates to the parsing code of external properties 2018-03-29 18:15:29 +00:00
qmakeparser.cpp qmake: fix file id mapping lifetime management 2018-08-24 12:16:37 +00:00
qmakeparser.h qmake: fix file id mapping lifetime management 2018-08-24 12:16:37 +00:00
qmakevfs.cpp Fix crash in qmake parsing 2018-11-29 07:46:02 +00:00
qmakevfs.h Merge remote-tracking branch 'origin/5.11' into 5.12 2018-11-09 10:34:33 +01:00
registry_p.h qmake: add $$read_registry() function 2019-01-05 20:33:07 +00:00
registry.cpp qmake: add $$read_registry() function 2019-01-05 20:33:07 +00:00