aboutsummaryrefslogtreecommitdiffstats
path: root/qbs-resources
diff options
context:
space:
mode:
authorChristian Kandeler <christian.kandeler@qt.io>2017-08-07 13:54:57 +0200
committerChristian Kandeler <christian.kandeler@qt.io>2017-08-29 08:02:53 +0000
commit69a797434c2e90cda9ac0a4271edd7c79270b2fa (patch)
tree9d46ddf067a36bb6ff67227a15891ae376dead27 /qbs-resources
parent16fd248b6169c89bfb9e7525b5c8bd061418f0b6 (diff)
Add a minimal man page
It contains the list of commands and a link to our online documentation. Auto-generated via GNU's help2man from the application's help output. [ChangeLog] Added a man page Change-Id: Ie7101b0941f466642d7ec89a12c4e490d6d0e16f Reviewed-by: Jake Petroules <jake.petroules@qt.io>
Diffstat (limited to 'qbs-resources')
-rw-r--r--qbs-resources/modules/qbsbuildconfig/qbsbuildconfig.qbs1
1 files changed, 1 insertions, 0 deletions
diff --git a/qbs-resources/modules/qbsbuildconfig/qbsbuildconfig.qbs b/qbs-resources/modules/qbsbuildconfig/qbsbuildconfig.qbs
index 0e93f81b4..6e510a786 100644
--- a/qbs-resources/modules/qbsbuildconfig/qbsbuildconfig.qbs
+++ b/qbs-resources/modules/qbsbuildconfig/qbsbuildconfig.qbs
@@ -11,6 +11,7 @@ Module {
property string importLibInstallDir: libDirName
property string libexecInstallDir: qbs.targetOS.contains("windows") ? appInstallDir
: "libexec/qbs"
+ property bool installManPage: qbs.targetOS.contains("unix")
property bool installHtml: true
property bool installQch: false
property string docInstallDir: "share/doc/qbs/html"