From f068745868322a5eaa484cc0edda192af1dae464 Mon Sep 17 00:00:00 2001 From: Christian Kandeler Date: Mon, 25 Jan 2016 10:10:58 +0100 Subject: [PATCH] Autotest plugin: Fix qbs build. Change-Id: Iba3475730baed1051b3231a8d543322e205aae29 Reviewed-by: Christian Stenger --- src/plugins/autotest/autotest.qbs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/plugins/autotest/autotest.qbs b/src/plugins/autotest/autotest.qbs index 17b94e0c45e..9f79e50a900 100644 --- a/src/plugins/autotest/autotest.qbs +++ b/src/plugins/autotest/autotest.qbs @@ -1,6 +1,6 @@ import qbs -QtcCommercialPlugin { +QtcPlugin { name: "AutoTest" Depends { name: "Core" }