diff options
author | Sebastian Holtermann <sebholt@xwmw.org> | 2017-02-23 18:44:29 (GMT) |
---|---|---|
committer | Sebastian Holtermann <sebholt@xwmw.org> | 2017-03-01 14:30:28 (GMT) |
commit | db431ecfe33dbfa9eb43e4edd72ebc35b2c7c563 (patch) | |
tree | a6c96e5517ae137c7a37e1a8eff1d1ba4c97af25 /Source/cmQtAutoGenerators.h | |
parent | ebc28c156ee56c878990c53cbd62779249b139bb (diff) | |
download | CMake-db431ecfe33dbfa9eb43e4edd72ebc35b2c7c563.zip CMake-db431ecfe33dbfa9eb43e4edd72ebc35b2c7c563.tar.gz CMake-db431ecfe33dbfa9eb43e4edd72ebc35b2c7c563.tar.bz2 |
Autogen: Merge FindInIncludeDirectories into FindIncludeFile
Diffstat (limited to 'Source/cmQtAutoGenerators.h')
-rw-r--r-- | Source/cmQtAutoGenerators.h | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/Source/cmQtAutoGenerators.h b/Source/cmQtAutoGenerators.h index e4b7f60..b83edf7 100644 --- a/Source/cmQtAutoGenerators.h +++ b/Source/cmQtAutoGenerators.h @@ -147,9 +147,8 @@ private: std::string FindMocHeader(const std::string& basePath, const std::string& baseName, const std::string& subDir) const; - std::string FindIncludedFile(const std::string& sourceFile, - const std::string& includeString) const; - std::string FindInIncludeDirectories(const std::string& includeString) const; + bool FindIncludedFile(std::string& absFile, const std::string& sourceFile, + const std::string& includeString) const; // - Target names std::string OriginTargetName; |