summaryrefslogtreecommitdiff
path: root/src/src.qbs
diff options
context:
space:
mode:
Diffstat (limited to 'src/src.qbs')
-rw-r--r--src/src.qbs6
1 files changed, 3 insertions, 3 deletions
diff --git a/src/src.qbs b/src/src.qbs
index 591e0f4adc..11853ff7c5 100644
--- a/src/src.qbs
+++ b/src/src.qbs
@@ -12,9 +12,9 @@ Project {
]
property bool qbsSubModuleExists: File.exists(qbsProject.qbsBaseDir + "/qbs.qbs")
- property path qbs_build_dir: qbs.getenv("QBS_BUILD_DIR")
- property path qbs_source_dir: qbs.getenv("QBS_SOURCE_DIR")
- property bool useExternalQbs: qbs_build_dir && qbs_source_dir
+ property path qbs_install_dir: qbs.getenv("QBS_INSTALL_DIR")
+ property bool useExternalQbs: qbs_install_dir
+ property bool buildQbsProjectManager: useExternalQbs || qbsSubModuleExists
Project {
name: "qbs"
id: qbsProject