diff options
Diffstat (limited to 'Tests/QtAutogen/ManySources/main.cpp.in')
-rw-r--r-- | Tests/QtAutogen/ManySources/main.cpp.in | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/Tests/QtAutogen/ManySources/main.cpp.in b/Tests/QtAutogen/ManySources/main.cpp.in new file mode 100644 index 0000000..e1dda40 --- /dev/null +++ b/Tests/QtAutogen/ManySources/main.cpp.in @@ -0,0 +1,7 @@ +@MAIN_INCLUDES@ + +int main(int argv, char** args) +{ + @MAIN_ITEMS@ + return 0; +} |