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/dummy.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/dummy.cpp')
-rw-r--r-- | Tests/QtAutogen/RerunMocPlugin/dummy.cpp | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/Tests/QtAutogen/RerunMocPlugin/dummy.cpp b/Tests/QtAutogen/RerunMocPlugin/dummy.cpp new file mode 100644 index 0000000..4837a76 --- /dev/null +++ b/Tests/QtAutogen/RerunMocPlugin/dummy.cpp @@ -0,0 +1,5 @@ + +int main(int argv, char** args) +{ + return 0; +} |