aboutsummaryrefslogtreecommitdiffstats
path: root/qtcreator.qbs
diff options
context:
space:
mode:
authorEike Ziller <eike.ziller@theqtcompany.com>2015-06-17 12:04:21 +0200
committerEike Ziller <eike.ziller@theqtcompany.com>2015-06-17 12:04:21 +0200
commit4dd95aa5d4fd349e4cb9dceb5c35b55cdbe5bc13 (patch)
tree4f6d55002a3cf98a9c2d6771401dc066ed0527e9 /qtcreator.qbs
parentbea726e8e2948b1ccfe2b94e6dd0ac0c81957d9e (diff)
parent50c6343615e12398524d1a126fb19d6b8934337a (diff)
Merge remote-tracking branch 'origin/3.4'
Diffstat (limited to 'qtcreator.qbs')
-rw-r--r--qtcreator.qbs2
1 files changed, 2 insertions, 0 deletions
diff --git a/qtcreator.qbs b/qtcreator.qbs
index f1297be6ee..9bd047c860 100644
--- a/qtcreator.qbs
+++ b/qtcreator.qbs
@@ -1,6 +1,7 @@
import qbs 1.0
Project {
+ name: "Qt Creator"
minimumQbsVersion: "1.4"
property bool withAutotests: qbs.buildVariant === "debug"
property string ide_version_major: '3'
@@ -56,6 +57,7 @@ Project {
"QT_NO_CAST_FROM_ASCII"
].concat(testsEnabled ? ["WITH_TESTS"] : [])
qbsSearchPaths: "qbs"
+ property bool enableQbsJavaSupport: false
references: [
"src/src.qbs",