summaryrefslogtreecommitdiffstats
path: root/Source/cmMakefile.h
diff options
context:
space:
mode:
authorBrad King <brad.king@kitware.com>2017-08-23 12:20:38 (GMT)
committerKitware Robot <kwrobot@kitware.com>2017-08-23 12:21:27 (GMT)
commitfc1aaf14329571c8cd58b3e1b85fbb434f8277b3 (patch)
tree4e68d4e05fd4350d347d6b22d43bcc91c44ca374 /Source/cmMakefile.h
parentac6660b6716f14815bdd0f75cf1da4cf3ad7381c (diff)
parent8e452e67e9a9e8762e924bdb502b9a59d2d29dc4 (diff)
downloadCMake-fc1aaf14329571c8cd58b3e1b85fbb434f8277b3.zip
CMake-fc1aaf14329571c8cd58b3e1b85fbb434f8277b3.tar.gz
CMake-fc1aaf14329571c8cd58b3e1b85fbb434f8277b3.tar.bz2
Merge topic 'autogen-optimize-cleanup'
8e452e67 Remove AUTOGEN variables from cmSourceFile and cmMakefile 0f2e178f Autogen: Don't use cmMakefile::GetQtUiFilesWithOptions 13bb716f Autogen: Fix and extend SKIP_AUTOMOC test 727247c3 Autogen: Read skip files from makefile 1eb1b409 Autogen: Remove VS specific code exclusion 54ec2a8b Autogen: Initializer file type scanning optimizations cf7b3b96 Autogen: Initializer optimizations and cleanups Acked-by: Kitware Robot <kwrobot@kitware.com> Merge-request: !1171
Diffstat (limited to 'Source/cmMakefile.h')
-rw-r--r--Source/cmMakefile.h5
1 files changed, 0 insertions, 5 deletions
diff --git a/Source/cmMakefile.h b/Source/cmMakefile.h
index 35cda6d..059a4e7 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;