qt5base-lts/qmake/library
Lars Knoll 10afe69c16 Use a QMap instead of a QHash for the ProValueMap
qmake relies heavily on stable references to nodes stored within the
container. QHash in Qt6 doesn't offer that guarantee, so use a QMap
instead, that supports this.

Change-Id: Ifcf3d67098585ea26f4e02f4570d407a56e33c9c
Reviewed-by: Simon Hausmann <simon.hausmann@qt.io>
Reviewed-by: Joerg Bornemann <joerg.bornemann@qt.io>
2020-02-03 17:43:30 +01:00
..
ioutils.cpp QRegExp include cleanup 2019-04-19 21:21:17 +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: be less laissez-faire with implicit conversions to QChar 2019-07-15 10:56:00 +02:00
proitems.h Use a QMap instead of a QHash for the ProValueMap 2020-02-03 17:43:30 +01:00
qmake_global.h Updated license headers 2016-01-21 18:55:18 +00:00
qmakebuiltins.cpp qmake: Don't call QDir::count() over and over 2019-10-30 09:23:24 +01:00
qmakeevaluator_p.h QRegExp include cleanup 2019-04-19 21:21:17 +00:00
qmakeevaluator.cpp Merge remote-tracking branch 'origin/5.13' into dev 2019-07-17 10:44:21 +02:00
qmakeevaluator.h qmake: replace QLinkedList with std::list 2019-05-13 19:18:59 +00:00
qmakeglobals.cpp QRegExp include cleanup 2019-04-19 21:21:17 +00:00
qmakeglobals.h qmake: updates to the parsing code of external properties 2018-03-29 18:15:29 +00:00
qmakeparser.cpp QMake: be less laissez-faire with implicit conversions to QChar 2019-07-15 10:56:00 +02:00
qmakeparser.h QMake: fix GCC 9 -Wdeprecated-copy warnings 2019-07-15 12:11:31 +02: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