qt5base-lts/util/cmake/tests
Alexandru Croitor bfed22e3b7 Remove all line continuations when processing qmake syntax
We constantly had to adjust the qmake grammar to handle line
continuations (\\\n) in weird places. Instead of doing that,
just do a preprocess step to remove all the LCs like we do with
comments, and simplify the grammar not to take into account the
LCs.

From some manual testing it doesn't look like we get any regressions.

Change-Id: I2017d59396004cf67b6cb54977583db65c65e7d3
Reviewed-by: Tobias Hunger <tobias.hunger@qt.io>
2019-05-23 14:19:22 +00:00
..
data Improve qmake syntax parser in pro2cmake.py 2019-05-23 14:17:46 +00:00
__init__.py Begin port of qtbase to CMake 2018-11-01 11:48:46 +00:00
test_lc_fixup.py Remove all line continuations when processing qmake syntax 2019-05-23 14:19:22 +00:00
test_logic_mapping.py CMake: pro2cmake.py: Improve condition simplification code 2019-02-27 16:02:58 +00:00
test_operations.py CMake: Fix test_operations 2019-05-17 13:26:26 +00:00
test_parsing.py Improve qmake syntax parser in pro2cmake.py 2019-05-23 14:17:46 +00:00
test_scope_handling.py CMake: Fix test_scope_handling 2019-05-17 13:26:29 +00:00