summaryrefslogtreecommitdiff
path: root/src/src.qbs
diff options
context:
space:
mode:
Diffstat (limited to 'src/src.qbs')
-rw-r--r--src/src.qbs1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/src.qbs b/src/src.qbs
index 3680e8d006..08562c12fb 100644
--- a/src/src.qbs
+++ b/src/src.qbs
@@ -23,6 +23,7 @@ Project {
condition: qbsSubModuleExists && !useExternalQbs
property bool enableUnitTests: false
+ property bool enableProjectFileUpdates: true
property bool installApiHeaders: false
property string libInstallDir: project.ide_library_path
property stringList libRPaths: qbs.targetOS.contains("osx")