[Cmake-commits] CMake branch, next, updated. v2.8.12.1-5240-gedfc278

Stephen Kelly steveire at gmail.com
Mon Nov 18 04:22:33 EST 2013


This is an automated email from the git hooks/post-receive script. It was
generated because a ref change was pushed to the repository containing
the project "CMake".

The branch, next has been updated
       via  edfc2781298559e1baf8e1cea937cc4f2ea3535d (commit)
       via  83c5c660c03b73ab95bc2d446180de64b9c7fc11 (commit)
      from  50f6e07d64a301e1d4fcf1d6ae1ac555434e8d09 (commit)

Those revisions listed above that are new to this repository have
not appeared on any other notification email; so we list those
revisions in full, below.

- Log -----------------------------------------------------------------
http://cmake.org/gitweb?p=cmake.git;a=commitdiff;h=edfc2781298559e1baf8e1cea937cc4f2ea3535d
commit edfc2781298559e1baf8e1cea937cc4f2ea3535d
Merge: 50f6e07 83c5c66
Author:     Stephen Kelly <steveire at gmail.com>
AuthorDate: Mon Nov 18 04:22:28 2013 -0500
Commit:     CMake Topic Stage <kwrobot at kitware.com>
CommitDate: Mon Nov 18 04:22:28 2013 -0500

    Merge topic 'autogen-depends' into next
    
    83c5c66 Add missing files.


http://cmake.org/gitweb?p=cmake.git;a=commitdiff;h=83c5c660c03b73ab95bc2d446180de64b9c7fc11
commit 83c5c660c03b73ab95bc2d446180de64b9c7fc11
Author:     Stephen Kelly <steveire at gmail.com>
AuthorDate: Mon Nov 18 10:21:57 2013 +0100
Commit:     Stephen Kelly <steveire at gmail.com>
CommitDate: Mon Nov 18 10:21:57 2013 +0100

    Add missing files.

diff --git a/Tests/QtAutogen/generated.cpp.in b/Tests/QtAutogen/generated.cpp.in
new file mode 100644
index 0000000..f53bf53
--- /dev/null
+++ b/Tests/QtAutogen/generated.cpp.in
@@ -0,0 +1,10 @@
+
+#include "generated.h"
+
+Generated::Generated(QObject *parent)
+  : QObject(parent)
+{
+
+}
+
+#include "moc_generated.cpp"
diff --git a/Tests/QtAutogen/generated.h.in b/Tests/QtAutogen/generated.h.in
new file mode 100644
index 0000000..5422f02
--- /dev/null
+++ b/Tests/QtAutogen/generated.h.in
@@ -0,0 +1,14 @@
+
+#ifndef GENERATED_H
+#define GENERATED_H
+
+#include <QObject>
+
+class Generated : public QObject
+{
+  Q_OBJECT
+public:
+  explicit Generated(QObject *parent = 0);
+};
+
+#endif

-----------------------------------------------------------------------

Summary of changes:
 Tests/QtAutogen/generated.cpp.in |   10 ++++++++++
 Tests/QtAutogen/generated.h.in   |   14 ++++++++++++++
 2 files changed, 24 insertions(+), 0 deletions(-)
 create mode 100644 Tests/QtAutogen/generated.cpp.in
 create mode 100644 Tests/QtAutogen/generated.h.in


hooks/post-receive
-- 
CMake


More information about the Cmake-commits mailing list