Qbs Documentation

Contents

Probe Item

A Probe item can appear inside a Product Item and is run prior to building products in order to locate dependent headers, libraries, and other files outside the project directory whose locations are not known ahead of time. Probes are similar to configure scripts.

Probe Properties

PropertyTypeDefaultDescription
conditionbooltrueDetermines whether the probe will actually be run.
foundboolundefinedIndicates whether the probe was run successfully. Set by configure.
configurescriptundefinedScript that is executed when the probe is run.