diff options
author | Sebastian Holtermann <sebholt@xwmw.org> | 2016-04-18 14:51:24 (GMT) |
---|---|---|
committer | Brad King <brad.king@kitware.com> | 2016-04-19 16:59:06 (GMT) |
commit | bc4c7751ab4ae28770f5bcf3595e632c40026be2 (patch) | |
tree | 1b7ee5b850c77546674ca191e0f1ea94192625d9 /Source/cmQtAutoGenerators.h | |
parent | 47e60bc5a09f5b3a71ce015025cd93af4270afb5 (diff) | |
download | CMake-bc4c7751ab4ae28770f5bcf3595e632c40026be2.zip CMake-bc4c7751ab4ae28770f5bcf3595e632c40026be2.tar.gz CMake-bc4c7751ab4ae28770f5bcf3595e632c40026be2.tar.bz2 |
Autogen: Ui processing: Generate single map with final input / output names
The single map allows name collision testing (in a later commit)
Diffstat (limited to 'Source/cmQtAutoGenerators.h')
-rw-r--r-- | Source/cmQtAutoGenerators.h | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/Source/cmQtAutoGenerators.h b/Source/cmQtAutoGenerators.h index cb2be4a..d532c21 100644 --- a/Source/cmQtAutoGenerators.h +++ b/Source/cmQtAutoGenerators.h @@ -46,7 +46,9 @@ private: const std::string& mocFileName); bool GenerateUiFiles( const std::map<std::string, std::vector<std::string> >& includedUis ); - bool GenerateUi(const std::string& realName, const std::string& uiFileName); + bool GenerateUi(const std::string& realName, + const std::string& uiInputFile, + const std::string& uiOutputFile ); bool GenerateQrcFiles(); void ParseCppFile(const std::string& absFilename, const std::vector<std::string>& headerExtensions, |