qt5base-lts/util/cmake
Mårten Nordheim 2cf0ba1fba Use pre-compiled headers when building Qt with cmake
Some modules define their own manually-maintained lists, and we can rely
on the headers generated by each module to include in the pch as well
e.g. QtCore/QtCore.

There's also e.g. QtWidgetDepends for QtWidgets, but this only
works for modules, not for tools, examples or other applications.
For now we'll use the Qt<Module>/Qt<Module> headers for the
modules we depend on.

Building with PCH can be disabled with -DBUILD_WITH_PCH=NO, and it only
works for versions of CMake newer than 3.15.20190829.

Change-Id: Iae52bd69acfdfd58f4cd20d3cfa3c7f42775f732
Reviewed-by: Qt CMake Build Bot
Reviewed-by: Alexandru Croitor <alexandru.croitor@qt.io>
2019-09-11 08:25:54 +00:00
..
tests Add support for converting qtTargetLibrary() value assignments 2019-08-08 13:03:28 +00:00
cmakeconversionrate.py
configurejson2cmake.py Fix Harfbuzz detection 2019-08-30 13:21:32 +00:00
generate_module_map.sh
helper.py cmake: Enable building of the oci plugin 2019-09-05 08:24:07 +00:00
json_parser.py
Pipfile
pro2cmake.py Use pre-compiled headers when building Qt with cmake 2019-09-11 08:25:54 +00:00
pro_conversion_rate.py
run_pro2cmake.py Extend run_pro2cmake.py to pass --is-example to pro2cmake 2019-08-23 07:06:48 +00:00
special_case_helper.py