diff options
author | Friedrich W. H. Kossebau <kossebau@kde.org> | 2017-05-15 17:10:06 +0200 |
---|---|---|
committer | Friedrich W. H. Kossebau <kossebau@kde.org> | 2017-05-16 17:29:20 +0200 |
commit | b58820c4af6407ca6a67d342d7bc43ab09778e7d (patch) | |
tree | bf91ac508b1cd570d30e62fbd16d18145e7f4a8c | |
parent | c61aee80d6477005e5b92c1ea918acc6d0cfd8fb (diff) | |
download | extra-cmake-modules-b58820c4af6407ca6a67d342d7bc43ab09778e7d.tar.gz extra-cmake-modules-b58820c4af6407ca6a67d342d7bc43ab09778e7d.tar.bz2 |
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
-rw-r--r-- | modules/ECMQmLoader.cpp.in | 2 | ||||
-rw-r--r-- | modules/ECMQtDeclareLoggingCategory.cpp.in | 2 | ||||
-rw-r--r-- | modules/ECMQtDeclareLoggingCategory.h.in | 2 | ||||
-rw-r--r-- | modules/ECMVersionHeader.h.in | 2 |
4 files changed, 5 insertions, 3 deletions
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 |