aboutsummaryrefslogtreecommitdiffstats
path: root/qbs/imports/QtcCommercialPlugin.qbs
diff options
context:
space:
mode:
Diffstat (limited to 'qbs/imports/QtcCommercialPlugin.qbs')
-rw-r--r--qbs/imports/QtcCommercialPlugin.qbs1
1 files changed, 1 insertions, 0 deletions
diff --git a/qbs/imports/QtcCommercialPlugin.qbs b/qbs/imports/QtcCommercialPlugin.qbs
index e3ef7a37570..712ad9f1574 100644
--- a/qbs/imports/QtcCommercialPlugin.qbs
+++ b/qbs/imports/QtcCommercialPlugin.qbs
@@ -3,4 +3,5 @@ import qbs
QtcPlugin {
Depends { name: "LicenseChecker"; required: false }
cpp.defines: base.concat(LicenseChecker.present ? ["LICENSECHECKER"] : [])
+ pluginjson.useVcsData: true
}