DEBSOURCES
Skip Quicknav
sources / qbs / 3.1.2-2 / tests / auto / api / testdata / soft-dependency / soft-dependency.qbs
12345678910
CppApplication { Depends { name: "nosuchmodule" required: false } Properties { condition: nosuchmodule.present files: "main.cpp" } }