From d2f78fb431f9146df59a0d2b0a4a9f81b82afbe0 Mon Sep 17 00:00:00 2001 From: Filippo Cucchetto Date: Tue, 7 Feb 2017 00:29:31 +0100 Subject: [PATCH] Nim: Project wizard should filter Kits without a Nim toolchain set Change-Id: I3ccdc5e7062aa9c26edadcd989dcd855b45b38eb Reviewed-by: Tobias Hunger --- share/qtcreator/templates/wizards/projects/nim/wizard.json | 1 + 1 file changed, 1 insertion(+) diff --git a/share/qtcreator/templates/wizards/projects/nim/wizard.json b/share/qtcreator/templates/wizards/projects/nim/wizard.json index d7f1d2291cf..bd30370cd5a 100644 --- a/share/qtcreator/templates/wizards/projects/nim/wizard.json +++ b/share/qtcreator/templates/wizards/projects/nim/wizard.json @@ -6,6 +6,7 @@ "trDescription": "Creates a simple Nim application.", "trDisplayName": "Nim Application", "trDisplayCategory": "Non-Qt Project", + "featuresRequired": [ "ToolChain.Nim.NimToolChain" ], "icon": "icon.png", "enabled": "%{JS: [ %{Plugins} ].indexOf('Nim') >= 0 }",