Qbs Documentation

Products

\liProduct Item \li Description \li Property \li Property Description

\li Product \li Generic product. \li\li\li\li\li condition \li Boolean value. If false, the product is excluded from build. Default is true. \li\li\li name \li The name of the product for referencing it in Depends items. \li\li\li type \li A list of file tags the product is going to create. \li\li\li targetName \li The base file name of the generated file. If not set, name is used. \li\li\li destination \li The destination directory of the produced file. Relative to the build dir. \li\li\li files \li List of source files. \li\li\li consoleApplication \li Boolean value. If set to true, a console application is generated. If false, a GUI application is generated. Default is undefined / not set, which means the linker decides. This only has an effect on Windows. \li Application \li Product with type "application" or "applicationbundle" on Mac. \li\li\li DynamicLibrary \li Product with type "dynamiclibrary". Produces a DLL or shared object. \li\li\li StaticLibrary \li Product with type "staticlibrary". Produces a static library. \li\li