summaryrefslogtreecommitdiffstats
path: root/Source/cmQtAutoGenerators.h
diff options
context:
space:
mode:
authorSebastian Holtermann <sebholt@xwmw.org>2017-02-24 10:41:50 (GMT)
committerBrad King <brad.king@kitware.com>2017-03-02 14:10:01 (GMT)
commit110c1bf475e2d1df27189936a1e7b66b48afb5a9 (patch)
treec835e48750eade04c2e2dbb079bfb9fce53cda44 /Source/cmQtAutoGenerators.h
parentdb431ecfe33dbfa9eb43e4edd72ebc35b2c7c563 (diff)
downloadCMake-110c1bf475e2d1df27189936a1e7b66b48afb5a9.zip
CMake-110c1bf475e2d1df27189936a1e7b66b48afb5a9.tar.gz
CMake-110c1bf475e2d1df27189936a1e7b66b48afb5a9.tar.bz2
Autogen: Add subDirPrefix function
Diffstat (limited to 'Source/cmQtAutoGenerators.h')
-rw-r--r--Source/cmQtAutoGenerators.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/Source/cmQtAutoGenerators.h b/Source/cmQtAutoGenerators.h
index b83edf7..f9b9083 100644
--- a/Source/cmQtAutoGenerators.h
+++ b/Source/cmQtAutoGenerators.h
@@ -107,7 +107,7 @@ private:
const std::map<std::string, std::set<std::string> >& mocDepends);
bool MocGenerateFile(
const std::string& sourceFile, const std::string& mocFileName,
- const std::string& subDirPrefix,
+ const std::string& subDir,
const std::map<std::string, std::set<std::string> >& mocDepends);
// - Uic file generation