From b58820c4af6407ca6a67d342d7bc43ab09778e7d Mon Sep 17 00:00:00 2001 From: "Friedrich W. H. Kossebau" Date: Mon, 15 May 2017 17:10:06 +0200 Subject: Add or improve "Generated. Don't edit" messages and make consistent Reviewers: #frameworks, #build_system, apol Reviewed By: apol Tags: #frameworks, #build_system Differential Revision: https://phabricator.kde.org/D5867 --- modules/ECMQmLoader.cpp.in | 2 +- modules/ECMQtDeclareLoggingCategory.cpp.in | 2 +- modules/ECMQtDeclareLoggingCategory.h.in | 2 +- modules/ECMVersionHeader.h.in | 2 ++ 4 files changed, 5 insertions(+), 3 deletions(-) (limited to 'modules') diff --git a/modules/ECMQmLoader.cpp.in b/modules/ECMQmLoader.cpp.in index 97c5c826..12a2d146 100644 --- a/modules/ECMQmLoader.cpp.in +++ b/modules/ECMQmLoader.cpp.in @@ -1,4 +1,4 @@ -/* This file has been generated by ecm_create_qm_loader(). Do not modify! +/* This file was generated by ecm_create_qm_loader(). DO NOT EDIT! * * Building this file in a library ensures translations are automatically loaded * when an application makes use of the library. diff --git a/modules/ECMQtDeclareLoggingCategory.cpp.in b/modules/ECMQtDeclareLoggingCategory.cpp.in index 20c14af5..0e69ba98 100644 --- a/modules/ECMQtDeclareLoggingCategory.cpp.in +++ b/modules/ECMQtDeclareLoggingCategory.cpp.in @@ -1,4 +1,4 @@ -// This file is autogenerated by CMake: DO NOT EDIT +// This file was generated by ecm_qt_declare_logging_category(): DO NOT EDIT! #include "@HEADER_NAME@" diff --git a/modules/ECMQtDeclareLoggingCategory.h.in b/modules/ECMQtDeclareLoggingCategory.h.in index fedecd2f..b2546e65 100644 --- a/modules/ECMQtDeclareLoggingCategory.h.in +++ b/modules/ECMQtDeclareLoggingCategory.h.in @@ -1,4 +1,4 @@ -// This file is autogenerated by CMake: DO NOT EDIT +// This file was generated by ecm_qt_declare_logging_category(): DO NOT EDIT! #ifndef @GUARD_NAME@ #define @GUARD_NAME@ diff --git a/modules/ECMVersionHeader.h.in b/modules/ECMVersionHeader.h.in index 26ce6a2a..9d25ecba 100644 --- a/modules/ECMVersionHeader.h.in +++ b/modules/ECMVersionHeader.h.in @@ -1,3 +1,5 @@ +// This file was generated by ecm_setup_version(): DO NOT EDIT! + #ifndef @HEADER_PREFIX@_VERSION_H #define @HEADER_PREFIX@_VERSION_H -- cgit v1.2.1