Skip to content

Commit

Permalink
Include missing default values
Browse files Browse the repository at this point in the history
Signed-off-by: JesusPoderoso <[email protected]>
  • Loading branch information
JesusPoderoso committed Jan 8, 2024
1 parent 0c8fe53 commit 76daa16
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions multiplatform/install_qt/action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,7 @@ inputs:
modules:
description: 'String with whitespace delimited list of additional addon modules to install'
required: false
default: ''

archives:
description: 'String with whitespace delimited list of Qt archives to install, with each entry separated by a space'
Expand All @@ -45,6 +46,7 @@ inputs:
description: 'Qt "tools" to be installed. Specify the tool name and tool variant name separated by commas,
and separate multiple tools with spaces'
required: false
default: ''

add-tools-to-path:
description: 'Tools path are included into PATH variable if set to true'
Expand All @@ -58,6 +60,7 @@ inputs:
description: 'String with whitespace delimited list of source archives to install, with each entry separated by
a space. Has no effect unless source is set to true'
required: false
default: ''

documentation:
description: 'Set this to true to install Qt documentation files. Incompatible with aqtinstall < 2.0.4'
Expand All @@ -67,11 +70,13 @@ inputs:
description: 'String with whitespace delimited list of documentation archives to install, with each entry separated
by a space. Has no effect unless documentation is set to true'
required: false
default: ''

doc-modules:
description: 'String with whitespace delimited list of documentation modules to install, with each entry separated
by a space. Has no effect unless documentation is set to true'
required: false
default: ''

examples:
description: 'Set this to true to install Qt example code. Incompatible with aqtinstall < 2.0.4'
Expand All @@ -81,11 +86,13 @@ inputs:
description: 'String with whitespace delimited list of example archives to install, with each entry separated by
a space. Has no effect unless examples is set to true'
required: false
default: ''

example-modules:
description: 'String with whitespace delimited list of example modules to install, with each entry separated by
a space. Has no effect unless examples is set to true'
required: false
default: ''

set-env:
description: 'Avoid setting environment variables. Has no effect on tools paths'
Expand Down

0 comments on commit 76daa16

Please sign in to comment.