diff options
author | Sebastian Holtermann <sebholt@xwmw.org> | 2017-01-11 13:45:04 (GMT) |
---|---|---|
committer | Sebastian Holtermann <sebholt@xwmw.org> | 2017-01-12 23:00:43 (GMT) |
commit | 119791ae528aace81f6c209e05798c80d8926b3d (patch) | |
tree | d735dbc14e0f3d527364d80b26ab0c9f5ffcb07f /Source/cmQtAutoGenerators.h | |
parent | 95e4cfc5947fb5a324f6dad50cff8d71f928aba8 (diff) | |
download | CMake-119791ae528aace81f6c209e05798c80d8926b3d.zip CMake-119791ae528aace81f6c209e05798c80d8926b3d.tar.gz CMake-119791ae528aace81f6c209e05798c80d8926b3d.tar.bz2 |
Autogen: Generators: Introduce FileAbsentOrOlder function
Diffstat (limited to 'Source/cmQtAutoGenerators.h')
-rw-r--r-- | Source/cmQtAutoGenerators.h | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/Source/cmQtAutoGenerators.h b/Source/cmQtAutoGenerators.h index b9d670a..3223c6d 100644 --- a/Source/cmQtAutoGenerators.h +++ b/Source/cmQtAutoGenerators.h @@ -86,8 +86,6 @@ private: const std::string& uiOutputFile); // - Qrc file generation - bool InputFilesNewerThanQrc(const std::string& qrcFile, - const std::string& rccOutput); bool GenerateQrcFiles(); bool GenerateQrc(const std::string& qrcInputFile, const std::string& qrcOutputFile, bool unique_n); |