aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorChristian Kandeler <christian.kandeler@theqtcompany.com>2016-01-25 10:10:58 +0100
committerChristian Stenger <christian.stenger@theqtcompany.com>2016-01-25 09:17:12 +0000
commitf068745868322a5eaa484cc0edda192af1dae464 (patch)
treeb6f33afc5c8adc685e57423e5cb2d340cbd1fb3c
parent47b8ee09e2d7b4b3b211fe5588a1984112230cdc (diff)
Autotest plugin: Fix qbs build.
Change-Id: Iba3475730baed1051b3231a8d543322e205aae29 Reviewed-by: Christian Stenger <christian.stenger@theqtcompany.com>
-rw-r--r--src/plugins/autotest/autotest.qbs2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/plugins/autotest/autotest.qbs b/src/plugins/autotest/autotest.qbs
index 17b94e0c45..9f79e50a90 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" }