summaryrefslogtreecommitdiffstats
path: root/Tests/QtAutogen/Adir/foo.cpp
diff options
context:
space:
mode:
authorBrad King <brad.king@kitware.com>2016-02-19 13:57:20 (GMT)
committerBrad King <brad.king@kitware.com>2016-02-19 13:59:17 (GMT)
commit091b649e198bade6fba7518b6c970bfa23b7365f (patch)
tree69ab88dcdd11d363e3353372fd1a16dc42f3c2f5 /Tests/QtAutogen/Adir/foo.cpp
parent9beb2744d7685fca9cd5717308d4457dffdefcdc (diff)
downloadCMake-091b649e198bade6fba7518b6c970bfa23b7365f.zip
CMake-091b649e198bade6fba7518b6c970bfa23b7365f.tar.gz
CMake-091b649e198bade6fba7518b6c970bfa23b7365f.tar.bz2
Revert "Automoc: Fix support of files with the same name (#12873)"
This reverts commit 9beb2744d7685fca9cd5717308d4457dffdefcdc. Our AUTOMOC documentation states that it should be possible to `#include "moc_foo.cpp"` in `foo.cpp`, and this will not work if the file is placed in a different directory. Another solution will need to be found to the original problem. Reported-by: Stephen Kelly <steveire@gmail.com>
Diffstat (limited to 'Tests/QtAutogen/Adir/foo.cpp')
-rw-r--r--Tests/QtAutogen/Adir/foo.cpp4
1 files changed, 0 insertions, 4 deletions
diff --git a/Tests/QtAutogen/Adir/foo.cpp b/Tests/QtAutogen/Adir/foo.cpp
deleted file mode 100644
index 86e4d8e..0000000
--- a/Tests/QtAutogen/Adir/foo.cpp
+++ /dev/null
@@ -1,4 +0,0 @@
-#include "foo.h"
-
-foo::foo() {}
-foo::~foo() {}