From 560d63bb37d456e4abe53736fbebe03a1b93baa5 Mon Sep 17 00:00:00 2001 From: Cristian Adam Date: Wed, 3 Jul 2024 13:23:56 +0200 Subject: [PATCH] Wizard: fix Qt Creator plugin wizard Amends 250d100787161f9d5ffa1b651dbfe0f3caa42a22 Change-Id: I82b648fefc3bda1a2dab5b83297e024791a805d4 Reviewed-by: hjk --- share/qtcreator/templates/wizards/qtcreatorplugin/wizard.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/share/qtcreator/templates/wizards/qtcreatorplugin/wizard.json b/share/qtcreator/templates/wizards/qtcreatorplugin/wizard.json index 8066d883c24..0ac4d29ae23 100644 --- a/share/qtcreator/templates/wizards/qtcreatorplugin/wizard.json +++ b/share/qtcreator/templates/wizards/qtcreatorplugin/wizard.json @@ -188,7 +188,7 @@ }, { "source": "../projects/git.ignore", - "target": ".gitignore" + "target": ".gitignore", "condition": "%{JS: !value('IsSubproject') && value('VersionControl') === 'G.Git'}" } ]