aboutsummaryrefslogtreecommitdiffstats
path: root/qtcreator.qbs
diff options
context:
space:
mode:
authorChristian Kandeler <christian.kandeler@theqtcompany.com>2015-06-03 17:07:29 +0200
committerChristian Kandeler <christian.kandeler@theqtcompany.com>2015-06-03 15:29:55 +0000
commit8eb7c3efad1e16b677098e97c66daf0eabc672c7 (patch)
treeb7fddd1931b1d77caca1f6af21d349388456cb6c /qtcreator.qbs
parent294f8c5274dc292c05ff1703e6ba8ccd17165c55 (diff)
Adapt to qbs' libexec infrastructure.
Change-Id: Ic2d609e017d201b7b3e0b3bcb08359652428aeaa Reviewed-by: Joerg Bornemann <joerg.bornemann@theqtcompany.com>
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 012720bb11..ed18dbf37d 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",