diff options
Diffstat (limited to 'src/src.qbs')
-rw-r--r-- | src/src.qbs | 1 |
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") |