summaryrefslogtreecommitdiffstats
path: root/Tests/QtAutogen/ManySources/main.cpp.in
diff options
context:
space:
mode:
Diffstat (limited to 'Tests/QtAutogen/ManySources/main.cpp.in')
-rw-r--r--Tests/QtAutogen/ManySources/main.cpp.in7
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;
+}