Home
last modified time | relevance | path

Searched refs:withNonDefaultProducts (Results 1 – 3 of 3) sorted by relevance

/dports/devel/qbs/qbs-src-1.21.0/src/app/qbs/parser/
H A Dcommandlineparser.cpp94 bool withNonDefaultProducts() const;
239 bool CommandLineParser::withNonDefaultProducts() const in withNonDefaultProducts() function in qbs::CommandLineParser
241 return d->withNonDefaultProducts(); in withNonDefaultProducts()
599 bool CommandLineParser::CommandLineParserPrivate::withNonDefaultProducts() const in withNonDefaultProducts() function in qbs::CommandLineParser::CommandLineParserPrivate
H A Dcommandlineparser.h83 bool withNonDefaultProducts() const;
/dports/devel/qbs/qbs-src-1.21.0/src/app/qbs/
H A Dcommandlinefrontend.cpp504 const Project::ProductSelection productSelection = m_parser.withNonDefaultProducts() in build()
691 const Project::ProductSelection productSelection = m_parser.withNonDefaultProducts() in install()