mirror of
https://gitlab.kitware.com/cmake/cmake.git
synced 2026-09-25 04:09:36 +03:00
committed by
Brad King
parent
1c2bc3b668
commit
b1b3602cda
@@ -1394,7 +1394,9 @@ bool cmQtAutoGenInitializer::InitAutogenTarget()
|
||||
if (this->Uic.Enabled) {
|
||||
for (auto const& file : this->Uic.UiHeaders) {
|
||||
this->AddGeneratedSource(file.first, this->Uic);
|
||||
autogenByproducts.push_back(file.second);
|
||||
if (this->GlobalGen && !GlobalGen->IsFastbuild()) {
|
||||
autogenByproducts.push_back(file.second);
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user