summaryrefslogtreecommitdiffstats
path: root/Source/cmQtAutoGenerators.h
diff options
context:
space:
mode:
authorSebastian Holtermann <sebholt@xwmw.org>2017-02-14 22:59:07 (GMT)
committerSebastian Holtermann <sebholt@xwmw.org>2017-02-19 11:35:42 (GMT)
commitd3a9887149d638dd23df2b46ff67a90cd91d33fe (patch)
treec1c51ee592a6acf0e6a873398f2f6961411f4f1c /Source/cmQtAutoGenerators.h
parent6ae09b7c1473836236275e553fe9ff77f48306c1 (diff)
downloadCMake-d3a9887149d638dd23df2b46ff67a90cd91d33fe.zip
CMake-d3a9887149d638dd23df2b46ff67a90cd91d33fe.tar.gz
CMake-d3a9887149d638dd23df2b46ff67a90cd91d33fe.tar.bz2
Autogen: Add method for checksum based path generation
Diffstat (limited to 'Source/cmQtAutoGenerators.h')
-rw-r--r--Source/cmQtAutoGenerators.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/Source/cmQtAutoGenerators.h b/Source/cmQtAutoGenerators.h
index bf4a251..dcb3a4f 100644
--- a/Source/cmQtAutoGenerators.h
+++ b/Source/cmQtAutoGenerators.h
@@ -107,6 +107,8 @@ private:
// - Utility
bool NameCollisionTest(const std::map<std::string, std::string>& genFiles,
std::multimap<std::string, std::string>& collisions);
+ std::string ChecksumedPath(const std::string& sourceFile,
+ const char* basePrefix, const char* baseSuffix);
bool MakeParentDirectory(const std::string& filename);
bool MocEnabled() const { return !this->MocExecutable.empty(); }