Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Revert "Automoc: Fix support of files with the same name (#12873)" | Brad King | 2016-02-19 | 1 | -4/+0 |
| | | | | | | | | | | 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> | ||||
* | Automoc: Fix support of files with the same name (#12873) | Mariusz PlucinĚski | 2016-02-16 | 1 | -0/+4 |