aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorChristian Kandeler <christian.kandeler@theqtcompany.com>2015-06-24 16:03:05 +0200
committerChristian Kandeler <christian.kandeler@theqtcompany.com>2015-06-26 14:56:21 +0300
commit1cad9ae88c778f16e00ff37b2b71abeed87f5316 (patch)
tree315cb5c223435b72311e4ec305cd5964c080d0bf
parentb3e4cf2032fe9899caac60ceb7029ca33ce68771 (diff)
qbs build: Soft dependency on LicenseChecker.qp-v3.5.1qp-v3.5.0-rc1qp-v3.5.0-beta1qp-v3.5.0qp-3.5
Change-Id: I7323dfc9fa0db6625bfd1686240d812bfaec3aa2 Reviewed-by: Christian Stenger <christian.stenger@theqtcompany.com>
-rw-r--r--plugins/qmlprofilerextension/qmlprofilerextension.qbs3
1 files changed, 1 insertions, 2 deletions
diff --git a/plugins/qmlprofilerextension/qmlprofilerextension.qbs b/plugins/qmlprofilerextension/qmlprofilerextension.qbs
index d95e4fcb81..7105207e1e 100644
--- a/plugins/qmlprofilerextension/qmlprofilerextension.qbs
+++ b/plugins/qmlprofilerextension/qmlprofilerextension.qbs
@@ -1,10 +1,9 @@
import qbs
-QtcPlugin {
+QtcCommercialPlugin {
name: "QmlProfilerExtension"
Depends { name: "Core" }
- Depends { name: "LicenseChecker" }
Depends { name: "QmlProfiler" }
Depends { name: "Timeline" }