aboutsummaryrefslogtreecommitdiffstats
path: root/qtcreator.qbs
diff options
context:
space:
mode:
authorEike Ziller <eike.ziller@qt.io>2017-03-02 10:33:14 +0100
committerEike Ziller <eike.ziller@qt.io>2017-03-06 07:46:13 +0000
commit461a7483e3563b083f66406e4e78df3dcafd1268 (patch)
tree2fc1ebad044a44aeef1989cbc165543f3650416d /qtcreator.qbs
parentade7393ec93701c77d184bcbc84680818436aeba (diff)
Doc: Remove unused QTC_LICENSE_TYPE define
Change-Id: Iba49e6fc6b1d857cc0f87b5bf833f42a4a8a976f Reviewed-by: Kai Koehne <kai.koehne@qt.io>
Diffstat (limited to 'qtcreator.qbs')
-rw-r--r--qtcreator.qbs1
1 files changed, 0 insertions, 1 deletions
diff --git a/qtcreator.qbs b/qtcreator.qbs
index f01ad64024..f28ba82a1a 100644
--- a/qtcreator.qbs
+++ b/qtcreator.qbs
@@ -6,7 +6,6 @@ Project {
name: "Qt Creator"
minimumQbsVersion: "1.6.0"
property bool withAutotests: qbs.buildVariant === "debug"
- property string licenseType: "opensource"
property path ide_source_tree: path
property pathList additionalPlugins: []
property pathList additionalLibs: []