diff options
author | Orkun Tokdemir <orkun.tokdemir@qt.io> | 2023-03-21 17:18:46 (GMT) |
---|---|---|
committer | Brad King <brad.king@kitware.com> | 2023-03-24 16:23:47 (GMT) |
commit | 21f812e57c48166ec5529460182d6f266d0ee55e (patch) | |
tree | 6e0bcd2537c7045543615b717d4f62656508f9a7 /Source/cmGlobalGenerator.h | |
parent | b69441c796827f28742e2b0a4a611c55c7d0ce45 (diff) | |
download | CMake-21f812e57c48166ec5529460182d6f266d0ee55e.zip CMake-21f812e57c48166ec5529460182d6f266d0ee55e.tar.gz CMake-21f812e57c48166ec5529460182d6f266d0ee55e.tar.bz2 |
Autogen: Split creation and setup of custom targets into separate steps
Defer the setup step until after compile features have been finalized on
normal targets. Later this will help pass the information to Qt tools.
Issue: #24624
Diffstat (limited to 'Source/cmGlobalGenerator.h')
-rw-r--r-- | Source/cmGlobalGenerator.h | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/Source/cmGlobalGenerator.h b/Source/cmGlobalGenerator.h index 7de8215..73a4915 100644 --- a/Source/cmGlobalGenerator.h +++ b/Source/cmGlobalGenerator.h @@ -625,10 +625,6 @@ protected: void CxxModuleSupportCheck() const; - /// @brief Qt AUTOMOC/UIC/RCC target generation - /// @return true on success - bool QtAutoGen(); - bool AddHeaderSetVerification(); bool AddAutomaticSources(); |