mirror of
https://github.com/Kitware/CMake.git
synced 2026-05-13 18:08:40 -05: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