diff options
author | Sebastian Holtermann <sebholt@xwmw.org> | 2017-12-09 12:20:58 (GMT) |
---|---|---|
committer | Sebastian Holtermann <sebholt@xwmw.org> | 2017-12-13 12:50:18 (GMT) |
commit | e9fcd1545facf6300181db843260008e1069c7b4 (patch) | |
tree | d8baae614e46dd067ce6ccb3a26e63cd65cab0ae /Tests/QtAutogen/RerunMocPlugin/MocPlugin/StyleE.cpp | |
parent | 54b4ff2aee015768a990cb3fccb79f8e87b38a19 (diff) | |
download | CMake-e9fcd1545facf6300181db843260008e1069c7b4.zip CMake-e9fcd1545facf6300181db843260008e1069c7b4.tar.gz CMake-e9fcd1545facf6300181db843260008e1069c7b4.tar.bz2 |
Autogen: Tests: Separate RerunMocPlugin test
Diffstat (limited to 'Tests/QtAutogen/RerunMocPlugin/MocPlugin/StyleE.cpp')
-rw-r--r-- | Tests/QtAutogen/RerunMocPlugin/MocPlugin/StyleE.cpp | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/Tests/QtAutogen/RerunMocPlugin/MocPlugin/StyleE.cpp b/Tests/QtAutogen/RerunMocPlugin/MocPlugin/StyleE.cpp new file mode 100644 index 0000000..3448319 --- /dev/null +++ b/Tests/QtAutogen/RerunMocPlugin/MocPlugin/StyleE.cpp @@ -0,0 +1,9 @@ +#include "StyleE.hpp" + +QStyle* StyleE::create(const QString& key) +{ + return 0; +} + +// AUTOMOC the StyleEInclude.hpp header +#include "moc_StyleEInclude.cpp" |