aboutsummaryrefslogtreecommitdiffstats
path: root/scripts/build-qbs-with-qbs.sh
diff options
context:
space:
mode:
Diffstat (limited to 'scripts/build-qbs-with-qbs.sh')
-rwxr-xr-xscripts/build-qbs-with-qbs.sh4
1 files changed, 2 insertions, 2 deletions
diff --git a/scripts/build-qbs-with-qbs.sh b/scripts/build-qbs-with-qbs.sh
index 68832036a..32241a3a2 100755
--- a/scripts/build-qbs-with-qbs.sh
+++ b/scripts/build-qbs-with-qbs.sh
@@ -78,9 +78,9 @@ if [ "$WITH_DOCS" -ne 0 ]; then
qbs build -p "qbs documentation" ${BUILD_OPTIONS}
fi
-WITH_ARCHIVE=${WITH_ARCHIVE:-0}
+WITH_ARCHIVE=${WITH_ARCHIVE:-1}
if [ "$WITH_ARCHIVE" -ne 0 ]; then
- qbs build -p dist ${BUILD_OPTIONS} "products.qbs archive.includeTopLevelDir:true"
+ qbs build -p "qbs_archive" ${BUILD_OPTIONS}
fi
WITH_TESTS=${WITH_TESTS:-1}