aboutsummaryrefslogtreecommitdiffstats
path: root/share/qtcreator/templates/wizards/projects/plainc/meson.build
diff options
context:
space:
mode:
Diffstat (limited to 'share/qtcreator/templates/wizards/projects/plainc/meson.build')
-rw-r--r--share/qtcreator/templates/wizards/projects/plainc/meson.build3
1 files changed, 3 insertions, 0 deletions
diff --git a/share/qtcreator/templates/wizards/projects/plainc/meson.build b/share/qtcreator/templates/wizards/projects/plainc/meson.build
new file mode 100644
index 0000000000..d88b2c110e
--- /dev/null
+++ b/share/qtcreator/templates/wizards/projects/plainc/meson.build
@@ -0,0 +1,3 @@
+project('%{ProjectName}', 'c')
+
+executable('%{ProjectName}', '%{CFileName}')