aboutsummaryrefslogtreecommitdiffstats
path: root/share/qtcreator/templates/wizards/projects/plaincpp/meson.build
diff options
context:
space:
mode:
Diffstat (limited to 'share/qtcreator/templates/wizards/projects/plaincpp/meson.build')
-rw-r--r--share/qtcreator/templates/wizards/projects/plaincpp/meson.build3
1 files changed, 3 insertions, 0 deletions
diff --git a/share/qtcreator/templates/wizards/projects/plaincpp/meson.build b/share/qtcreator/templates/wizards/projects/plaincpp/meson.build
new file mode 100644
index 0000000000..4625e042c1
--- /dev/null
+++ b/share/qtcreator/templates/wizards/projects/plaincpp/meson.build
@@ -0,0 +1,3 @@
+project('%{ProjectName}', 'cpp', default_options : ['cpp_std=c++11'])
+
+executable('%{ProjectName}', '%{CppFileName}')