aboutsummaryrefslogtreecommitdiffstats
path: root/qbs
diff options
context:
space:
mode:
authorOrgad Shaneh <orgad.shaneh@audiocodes.com>2017-10-04 16:10:51 +0300
committerOrgad Shaneh <orgad.shaneh@audiocodes.com>2017-10-04 16:11:17 +0300
commit5e8e619dd07dd1fe1c7c101d9ca4e881cf4054a0 (patch)
treee9ca099138efd676c7c18df09df6cc6872bdceb3 /qbs
parent2966b7349fcfdb667414ce8bbc8d25ca31cd8cc5 (diff)
parent6afdb8bdf957909d086684ada10cf86f132c3efe (diff)
Merge remote-tracking branch 'origin/4.4' into 4.5
Diffstat (limited to 'qbs')
-rw-r--r--qbs/modules/qbsbuildconfig/qbsbuildconfig.qbs2
1 files changed, 2 insertions, 0 deletions
diff --git a/qbs/modules/qbsbuildconfig/qbsbuildconfig.qbs b/qbs/modules/qbsbuildconfig/qbsbuildconfig.qbs
index a16eae5d41..492a6fe457 100644
--- a/qbs/modules/qbsbuildconfig/qbsbuildconfig.qbs
+++ b/qbs/modules/qbsbuildconfig/qbsbuildconfig.qbs
@@ -4,6 +4,8 @@ import qbs.FileInfo
Module {
Depends { name: "qtc" }
+ property bool priority: 1 // TODO: Remove declaration after 1.11 is out.
+
property bool enableUnitTests: false
property bool enableProjectFileUpdates: true
property bool installApiHeaders: false