mirror of
https://github.com/Kitware/CMake.git
synced 2026-08-04 23:00:54 +00:00
Merge branch 'backport-autogen_revert_implicit_includes' into release-3.13
Merge-request: !2709
This commit is contained in:
@@ -386,9 +386,13 @@ bool cmQtAutoGenInitializer::InitMoc()
|
||||
|
||||
// Moc includes
|
||||
{
|
||||
bool const appendImplicit = (this->QtVersion.Major == 5);
|
||||
auto GetIncludeDirs =
|
||||
[this, localGen, appendImplicit](std::string const& cfg) -> std::string {
|
||||
// We need to disable this until we have all implicit includes available.
|
||||
// See issue #18669.
|
||||
// bool const appendImplicit = (this->QtVersion.Major == 5);
|
||||
|
||||
auto GetIncludeDirs = [this,
|
||||
localGen](std::string const& cfg) -> std::string {
|
||||
bool const appendImplicit = false;
|
||||
// Get the include dirs for this target, without stripping the implicit
|
||||
// include dirs off, see
|
||||
// https://gitlab.kitware.com/cmake/cmake/issues/13667
|
||||
|
||||
Reference in New Issue
Block a user