diff options
author | Alex Neundorf <neundorf@kde.org> | 2013-02-10 16:58:29 (GMT) |
---|---|---|
committer | Alex Neundorf <neundorf@kde.org> | 2013-02-10 17:10:20 (GMT) |
commit | 27e14a813cd399db778485961c0e66bd5cf488d6 (patch) | |
tree | bf520658ae158f0bdda38cdca7459aad55272685 /Source/cmQtAutomoc.h | |
parent | 10511aa0849936df3724556f1f42fc3e4cf43f9f (diff) | |
download | CMake-27e14a813cd399db778485961c0e66bd5cf488d6.zip CMake-27e14a813cd399db778485961c0e66bd5cf488d6.tar.gz CMake-27e14a813cd399db778485961c0e66bd5cf488d6.tar.bz2 |
automoc: use the header extensions from cmMakefile
Instead of having an own set of C header extensions, use
cmMakefile::GetHeaderExtensions() (#13904)
Alex
Diffstat (limited to 'Source/cmQtAutomoc.h')
-rw-r--r-- | Source/cmQtAutomoc.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Source/cmQtAutomoc.h b/Source/cmQtAutomoc.h index ea30b15..69da80e 100644 --- a/Source/cmQtAutomoc.h +++ b/Source/cmQtAutomoc.h @@ -37,7 +37,7 @@ private: std::string MakeCompileSettingsString(cmMakefile* makefile); - bool RunAutomoc(); + bool RunAutomoc(cmMakefile* makefile); bool GenerateMoc(const std::string& sourceFile, const std::string& mocFileName); void ParseCppFile(const std::string& absFilename, |