qt5base-lts/util/cmake
Tobias Hunger 2f50466995 CMake: pro2cmake.py: Give up on faithful representation of -=, +=, *= and =
Having a good representation is nice, but unfortunately very hard: pro2cmake.py
sees just a small part of the entire qmake build system at a time, so the information
it has is incomplete to start with. It is not worthwhile to pass the supposedly full
information around -- which will then need to get de-duplicated again -- considering
that the information is not complete in the first place.

So go back to the simplistic approach we used earsier. That is good enough and does not
suffer from the problem of having multi-part arguments getting messed up when the
scopes get de-duplicated.

Change-Id: I553329650d6b8046f7ad8b1282e3d0c961293a28
Reviewed-by: Frederik Gladhorn <frederik.gladhorn@qt.io>
2019-01-23 15:41:34 +00:00
..
tests Begin port of qtbase to CMake 2018-11-01 11:48:46 +00:00
cmakeconversionrate.py Begin port of qtbase to CMake 2018-11-01 11:48:46 +00:00
configurejson2cmake.py CMake: Add support to find LTTng-ust 2018-11-06 15:25:15 +00:00
generate_module_map.sh Begin port of qtbase to CMake 2018-11-01 11:48:46 +00:00
helper.py Begin port of qtbase to CMake 2018-11-01 11:48:46 +00:00
Pipfile Begin port of qtbase to CMake 2018-11-01 11:48:46 +00:00
pro2cmake.py CMake: pro2cmake.py: Give up on faithful representation of -=, +=, *= and = 2019-01-23 15:41:34 +00:00
run_pro2cmake.py Begin port of qtbase to CMake 2018-11-01 11:48:46 +00:00