You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Configuration has a new QLineEdit that takes a string of the form
<pkg>:<option>=<value>, [<repeat>]
so that option values for dependencies can be incorporated into the build.
The QLineEdit has a validator to ensure the format.
Configuration has a new QLineEdit that takes a string of the form
<pkg>:<option>=<value>, [<repeat>]
so that option values for dependencies can be incorporated into the build.
The QLineEdit has a validator to ensure the format.
Configuration has a new QLineEdit that takes a string of the form
<pkg>:<option>=<value>, [<repeat>]
so that option values for dependencies can be incorporated into the build.
The QLineEdit has a validator to ensure the format.
Configuration has a new QLineEdit that takes a string of the form
<pkg>:<option>=<value>[,<repeat>]
so that option values for dependencies can be incorporated into the build.
The QLineEdit has a validator to ensure the format.
Conan commands that take options, as well as the lockfile generation as part
of recipe loading, will automatically use additional options.
This is a (hopefully) short term solution as 'full options' are not yet
expressed as part of the UI.
As a first pass, and quick, to be able to pass options from dependencies to the build, have a line edit in the configuration.
The text was updated successfully, but these errors were encountered: