diff options
author | Stephen Kelly <steveire@gmail.com> | 2014-01-24 13:00:34 (GMT) |
---|---|---|
committer | Stephen Kelly <steveire@gmail.com> | 2014-01-28 20:04:11 (GMT) |
commit | c48d877d3116ea4aed581fda42591c3d86d8df40 (patch) | |
tree | 18043e54999c7e3a20ae7f40c9062e8e734f0c65 /Source/cmQtAutoGenerators.h | |
parent | 394e86df2a0adeecbdab96b3f28e575150153e11 (diff) | |
download | CMake-c48d877d3116ea4aed581fda42591c3d86d8df40.zip CMake-c48d877d3116ea4aed581fda42591c3d86d8df40.tar.gz CMake-c48d877d3116ea4aed581fda42591c3d86d8df40.tar.bz2 |
QtAutogen: Make some methods appropriately file-static.
Diffstat (limited to 'Source/cmQtAutoGenerators.h')
-rw-r--r-- | Source/cmQtAutoGenerators.h | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/Source/cmQtAutoGenerators.h b/Source/cmQtAutoGenerators.h index 80123d8..ac0fd9e 100644 --- a/Source/cmQtAutoGenerators.h +++ b/Source/cmQtAutoGenerators.h @@ -36,9 +36,6 @@ private: void InitializeAutoRccTarget(cmTarget* target); void SetupAutoRccTarget(cmTarget const* target); - cmGlobalGenerator* CreateGlobalGenerator(cmake* cm, - const char* targetDirectory); - bool ReadAutogenInfoFile(cmMakefile* makefile, const char* targetDirectory, const char *config); @@ -82,7 +79,6 @@ private: std::string Join(const std::vector<std::string>& lst, char separator); bool EndsWith(const std::string& str, const std::string& with); bool StartsWith(const std::string& str, const std::string& with); - std::string ReadAll(const std::string& filename); void MergeUicOptions(std::vector<std::string> &opts, const std::vector<std::string> &fileOpts, bool isQt5); |