diff options
Diffstat (limited to 'Tests/QtAutogen/automoc_rerun/test1.cpp')
-rw-r--r-- | Tests/QtAutogen/automoc_rerun/test1.cpp | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/Tests/QtAutogen/automoc_rerun/test1.cpp b/Tests/QtAutogen/automoc_rerun/test1.cpp new file mode 100644 index 0000000..4316a91 --- /dev/null +++ b/Tests/QtAutogen/automoc_rerun/test1.cpp @@ -0,0 +1,5 @@ +#include "test1.h" +int main() +{ + return 0; +} |