summaryrefslogtreecommitdiffstats
path: root/Tests/QtAutogen/Adir/foo.h
diff options
context:
space:
mode:
authorMariusz Pluciński <mplucinski@mplucinski.com>2016-02-13 10:30:31 (GMT)
committerBrad King <brad.king@kitware.com>2016-02-16 15:45:19 (GMT)
commit9beb2744d7685fca9cd5717308d4457dffdefcdc (patch)
tree7a7771944d85d24eeb3ec9328bbb2f42e6df151c /Tests/QtAutogen/Adir/foo.h
parent8dfb6f8b372b159c050b6ea5e16b4e44dd9ed095 (diff)
downloadCMake-9beb2744d7685fca9cd5717308d4457dffdefcdc.zip
CMake-9beb2744d7685fca9cd5717308d4457dffdefcdc.tar.gz
CMake-9beb2744d7685fca9cd5717308d4457dffdefcdc.tar.bz2
Automoc: Fix support of files with the same name (#12873)
Diffstat (limited to 'Tests/QtAutogen/Adir/foo.h')
-rw-r--r--Tests/QtAutogen/Adir/foo.h8
1 files changed, 8 insertions, 0 deletions
diff --git a/Tests/QtAutogen/Adir/foo.h b/Tests/QtAutogen/Adir/foo.h
new file mode 100644
index 0000000..a51960c
--- /dev/null
+++ b/Tests/QtAutogen/Adir/foo.h
@@ -0,0 +1,8 @@
+#include <QObject>
+
+class foo: public QObject {
+ Q_OBJECT
+public:
+ foo();
+ ~foo();
+};