qt5base-lts/qmake/library
Oswald Buddenhagen 7c87ffff9a qmake: skip empty parts when splitting strings in some more places
... and make it explicit where we can't do that for semantical or
backwards compat reasons.

most urgently, this fixes an assertion failure when $QMAKEFEATURES
contains empty paths (e.g., due to a trailing semicolon).

notable observation: QByteArray::split() has no argument for the split
behavior (it always keeps empty parts).

Task-number: QTBUG-47325
Change-Id: I72d4b2e154a2ed1802cfa98fb4a5211a68e43231
Reviewed-by: Joerg Bornemann <joerg.bornemann@qt.io>
2018-06-01 09:09:35 +00:00
..
ioutils.cpp qmake: minor fixups to ioutils for building in qt creator context 2018-03-29 18:15:35 +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 Merge remote-tracking branch 'origin/5.9' into dev 2017-08-31 14:31:31 +02:00
qmake_global.h Updated license headers 2016-01-21 18:55:18 +00:00
qmakebuiltins.cpp qmake: skip empty parts when splitting strings in some more places 2018-06-01 09:09:35 +00:00
qmakeevaluator_p.h qmake: make yet more use of ProString::toQStringRef() 2017-08-26 12:11:35 +00:00
qmakeevaluator.cpp qmake: skip empty parts when splitting strings in some more places 2018-06-01 09:09:35 +00:00
qmakeevaluator.h qmake: make VFS aware of exact vs. cumulative evaluation 2018-03-29 18:15:10 +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: make VFS aware of exact vs. cumulative evaluation 2018-03-29 18:15:10 +00:00
qmakeparser.h qmake: make VFS aware of exact vs. cumulative evaluation 2018-03-29 18:15:10 +00:00
qmakevfs.cpp qmake: add text codec support to VFS 2018-03-29 18:15:16 +00:00
qmakevfs.h qmake: add text codec support to VFS 2018-03-29 18:15:16 +00:00