aboutsummaryrefslogtreecommitdiffstats
path: root/qbs/imports/QtcCommercialPlugin.qbs
blob: 712ad9f157495b9533daf91890f2bb085c319c9b (plain)
1
2
3
4
5
6
7
import qbs

QtcPlugin {
    Depends { name: "LicenseChecker"; required: false }
    cpp.defines: base.concat(LicenseChecker.present ? ["LICENSECHECKER"] : [])
    pluginjson.useVcsData: true
}