|
@@ -2235,31 +2235,6 @@ static void processCompileOptions(cmTarget const* tgt,
|
|
|
language);
|
|
|
}
|
|
|
|
|
|
-//----------------------------------------------------------------------------
|
|
|
-void cmTarget::GetAutoUicOptions(std::vector<std::string> &result,
|
|
|
- const std::string& config) const
|
|
|
-{
|
|
|
- const char *prop
|
|
|
- = this->GetLinkInterfaceDependentStringProperty("AUTOUIC_OPTIONS",
|
|
|
- config);
|
|
|
- if (!prop)
|
|
|
- {
|
|
|
- return;
|
|
|
- }
|
|
|
- cmGeneratorExpression ge;
|
|
|
-
|
|
|
- cmGeneratorExpressionDAGChecker dagChecker(
|
|
|
- this->GetName(),
|
|
|
- "AUTOUIC_OPTIONS", 0, 0);
|
|
|
- cmSystemTools::ExpandListArgument(ge.Parse(prop)
|
|
|
- ->Evaluate(this->Makefile,
|
|
|
- config,
|
|
|
- false,
|
|
|
- this,
|
|
|
- &dagChecker),
|
|
|
- result);
|
|
|
-}
|
|
|
-
|
|
|
//----------------------------------------------------------------------------
|
|
|
void cmTarget::GetCompileOptions(std::vector<std::string> &result,
|
|
|
const std::string& config,
|