From 80270003bb8bb62121f501213455192e96a9f137 Mon Sep 17 00:00:00 2001 From: Jake Petroules Date: Fri, 1 Dec 2017 01:17:39 -0800 Subject: Account for the Qbs docs build now requiring additional dependencies Document it, and install the dependencies in the Docker images. For the man page build, the installed version of the qbs app is now used to get the help text rather than the non-installed version, since the non-installed version may not be able to find all library dependencies (like Qt) on some platforms by default. The build also now depends on the other executables as well since their presence affects the output of qbs --help. Change-Id: Ic9896231aa76a346180bf30f7b2483391f5e4ea0 Reviewed-by: Christian Kandeler --- qbs-resources/imports/QbsApp.qbs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'qbs-resources') diff --git a/qbs-resources/imports/QbsApp.qbs b/qbs-resources/imports/QbsApp.qbs index 8e671764d..429aac63c 100644 --- a/qbs-resources/imports/QbsApp.qbs +++ b/qbs-resources/imports/QbsApp.qbs @@ -5,7 +5,7 @@ QbsProduct { Depends { name: "qbscore" } Depends { name: "cpp" } Depends { name: "qbsversion" } - type: "application" + type: ["application", "qbsapplication"] version: qbsversion.version consoleApplication: true destinationDirectory: FileInfo.joinPaths(project.buildDirectory, "bin") -- cgit v1.2.3