diff options
author | Brad King <brad.king@kitware.com> | 2016-02-19 13:57:20 (GMT) |
---|---|---|
committer | Brad King <brad.king@kitware.com> | 2016-02-19 13:59:17 (GMT) |
commit | 091b649e198bade6fba7518b6c970bfa23b7365f (patch) | |
tree | 69ab88dcdd11d363e3353372fd1a16dc42f3c2f5 /Tests/QtAutogen/Adir/foo.cpp | |
parent | 9beb2744d7685fca9cd5717308d4457dffdefcdc (diff) | |
download | CMake-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.cpp | 4 |
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() {} |