aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--qtcreator.qbs1
-rw-r--r--src/src.qbs1
2 files changed, 0 insertions, 2 deletions
diff --git a/qtcreator.qbs b/qtcreator.qbs
index d8b3e05e93f..dd4d37a5cf8 100644
--- a/qtcreator.qbs
+++ b/qtcreator.qbs
@@ -57,7 +57,6 @@ Project {
"QT_NO_CAST_FROM_ASCII"
].concat(testsEnabled ? ["WITH_TESTS"] : [])
qbsSearchPaths: "qbs"
- property bool enableQbsJavaSupport: false
references: [
"src/src.qbs",
diff --git a/src/src.qbs b/src/src.qbs
index bcb6f2a8651..5b8c62e332e 100644
--- a/src/src.qbs
+++ b/src/src.qbs
@@ -38,7 +38,6 @@ Project {
property string relativePluginsPath: FileInfo.relativePath(appInstallDir, pluginsInstallDir)
property string relativeSearchPath: FileInfo.relativePath(appInstallDir,
resourcesInstallDir)
- property bool enableJava: project.enableQbsJavaSupport
references: [
qbsBaseDir + "/src/lib/libs.qbs",