#include <icy/pacm/installtask.h>Package installation options.
| Return | Name | Description |
|---|---|---|
std::string | version | If set then the given package version will be installed. |
std::string | sdkVersion | If set then the latest package version for given SDK version will be installed. |
std::string | installDir | Install to the given location, otherwise the manager default installDir will be used. |
std::string versionIf set then the given package version will be installed.
std::string sdkVersionIf set then the latest package version for given SDK version will be installed.
std::string installDirInstall to the given location, otherwise the manager default installDir will be used.
| Return | Name | Description |
|---|---|---|
InstallOptions inline |
inline
inline InstallOptions()