From 09e071b480ecfb629725ca73e0c52f4e4d5cc2bf Mon Sep 17 00:00:00 2001 From: Eike Ziller Date: Tue, 13 Dec 2016 11:08:33 +0100 Subject: [PATCH] HelloWorld: Make DisabledByDefault instead of Experimental Change-Id: I1828d49358cfaa01940600425d9b53bf122183a2 Reviewed-by: Eike Ziller --- src/plugins/helloworld/HelloWorld.json.in | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/plugins/helloworld/HelloWorld.json.in b/src/plugins/helloworld/HelloWorld.json.in index 907645fd714..4a1d8d6aab1 100644 --- a/src/plugins/helloworld/HelloWorld.json.in +++ b/src/plugins/helloworld/HelloWorld.json.in @@ -2,7 +2,7 @@ \"Name\" : \"HelloWorld\", \"Version\" : \"$$QTCREATOR_VERSION\", \"CompatVersion\" : \"$$QTCREATOR_COMPAT_VERSION\", - \"Experimental\" : true, + \"DisabledByDefault\" : true, \"Vendor\" : \"The Qt Company Ltd\", \"Copyright\" : \"(C) 2016 The Qt Company Ltd\", \"License\" : [ \"Commercial Usage\",