mirror of
https://github.com/Kitware/CMake.git
synced 2026-05-04 13:19:51 -05:00
Autogen: Rename the variable for UI files with UIC options
Monitoring for UI file changes in the target sources will require keeping track of the files without options as well so this will improve clarity.
This commit is contained in:
@@ -236,7 +236,7 @@ private:
|
||||
: GenVarsT(GenT::UIC){};
|
||||
|
||||
std::set<std::string> SkipUi;
|
||||
std::vector<UiFileT> UiFiles;
|
||||
std::vector<UiFileT> UiFilesWithOptions;
|
||||
ConfigStrings<std::vector<std::string>> Options;
|
||||
std::vector<std::string> SearchPaths;
|
||||
std::vector<std::pair<ConfigString /*ui header*/, std::string /*genex*/>>
|
||||
|
||||
Reference in New Issue
Block a user