diff options
author | Sebastian Holtermann <sebholt@xwmw.org> | 2019-09-07 09:54:05 (GMT) |
---|---|---|
committer | Brad King <brad.king@kitware.com> | 2019-09-18 15:48:10 (GMT) |
commit | 706d9738a614724a96487be074e984a7e86c48c9 (patch) | |
tree | 493877be2a31e9c2bd1722a162fb98a891e324f2 /Tests/QtAutogen/MocInclude/Relaxed/RObjA.cpp | |
parent | d018d27c101869e4e2449f938df89d4f97c5b73c (diff) | |
download | CMake-706d9738a614724a96487be074e984a7e86c48c9.zip CMake-706d9738a614724a96487be074e984a7e86c48c9.tar.gz CMake-706d9738a614724a96487be074e984a7e86c48c9.tar.bz2 |
Tests: Merge QtAutogen.MocIncludeStrict and MocIncludeRelaxed
Diffstat (limited to 'Tests/QtAutogen/MocInclude/Relaxed/RObjA.cpp')
-rw-r--r-- | Tests/QtAutogen/MocInclude/Relaxed/RObjA.cpp | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/Tests/QtAutogen/MocInclude/Relaxed/RObjA.cpp b/Tests/QtAutogen/MocInclude/Relaxed/RObjA.cpp new file mode 100644 index 0000000..2e2cf6a --- /dev/null +++ b/Tests/QtAutogen/MocInclude/Relaxed/RObjA.cpp @@ -0,0 +1,12 @@ +#include "RObjA.hpp" + +RObjA::RObjA() +{ +} + +RObjA::~RObjA() +{ +} + +// Relaxed include should moc the header instead +#include "RObjA.moc" |