diff options
author | Brad King <brad.king@kitware.com> | 2021-08-19 16:22:47 (GMT) |
---|---|---|
committer | Brad King <brad.king@kitware.com> | 2021-08-19 16:23:16 (GMT) |
commit | d2a6e160aa74479fc623918b084423739a9b80c7 (patch) | |
tree | 2f70830294927051da466660fb28484d25f205f0 /Source/cmQtAutoGenInitializer.h | |
parent | 30dd9b33a048ec76fd48665f3793cf282cd75f12 (diff) | |
download | CMake-d2a6e160aa74479fc623918b084423739a9b80c7.zip CMake-d2a6e160aa74479fc623918b084423739a9b80c7.tar.gz CMake-d2a6e160aa74479fc623918b084423739a9b80c7.tar.bz2 |
AUTOUIC: Revert "Fix generating of dependency rules for UI header files"
Revert commit e5ec0e52f4 (AUTOUIC: Fix generating of dependency rules
for UI header files, 2021-07-22, v3.21.1~8^2) because it caused
regressions. For example, changing one C++ source can now cause many
others to rebuild. Revert the change pending further investigation.
Fixes: #22531
Issue: #16776
Diffstat (limited to 'Source/cmQtAutoGenInitializer.h')
-rw-r--r-- | Source/cmQtAutoGenInitializer.h | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/Source/cmQtAutoGenInitializer.h b/Source/cmQtAutoGenInitializer.h index 3ec87d2..e76817b 100644 --- a/Source/cmQtAutoGenInitializer.h +++ b/Source/cmQtAutoGenInitializer.h @@ -17,7 +17,6 @@ #include "cmFilePathChecksum.h" #include "cmQtAutoGen.h" -#include "cmQtAutoUicHelpers.h" class cmGeneratorTarget; class cmGlobalGenerator; @@ -171,7 +170,6 @@ private: std::string ConfigDefault; std::vector<std::string> ConfigsList; std::string TargetsFolder; - cmQtAutoUicHelpers AutoUicHelpers; /** Common directories. */ struct |