diff options
author | Sebastian Holtermann <sebholt@xwmw.org> | 2017-08-22 13:59:10 (GMT) |
---|---|---|
committer | Sebastian Holtermann <sebholt@xwmw.org> | 2017-08-22 17:10:32 (GMT) |
commit | 8e452e67e9a9e8762e924bdb502b9a59d2d29dc4 (patch) | |
tree | 12fcca19400f39343d5502c17d83ba90736c898e /Source/cmMakefile.h | |
parent | 0f2e178f6528c9cd20f4d6a68c0e5e068cd64f58 (diff) | |
download | CMake-8e452e67e9a9e8762e924bdb502b9a59d2d29dc4.zip CMake-8e452e67e9a9e8762e924bdb502b9a59d2d29dc4.tar.gz CMake-8e452e67e9a9e8762e924bdb502b9a59d2d29dc4.tar.bz2 |
Remove AUTOGEN variables from cmSourceFile and cmMakefile
Diffstat (limited to 'Source/cmMakefile.h')
-rw-r--r-- | Source/cmMakefile.h | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/Source/cmMakefile.h b/Source/cmMakefile.h index e65ba46..f9ac7e2 100644 --- a/Source/cmMakefile.h +++ b/Source/cmMakefile.h @@ -736,9 +736,6 @@ public: cmStringRange GetCompileDefinitionsEntries() const; cmBacktraceRange GetCompileDefinitionsBacktraces() const; - void AddQtUiFileWithOptions(cmSourceFile* sf); - std::vector<cmSourceFile*> GetQtUiFilesWithOptions() const; - std::set<std::string> const& GetSystemIncludeDirectories() const { return this->SystemIncludeDirectories; @@ -917,8 +914,6 @@ private: void UpdateOutputToSourceMap(std::string const& output, cmSourceFile* source); - std::vector<cmSourceFile*> QtUiFilesWithOptions; - bool AddRequiredTargetCFeature(cmTarget* target, const std::string& feature, std::string* error = CM_NULLPTR) const; |