Allow embedding qmake variable expansion syntax in JSON config values

This commit is contained in:
Mat Sutcliffe
2020-06-12 19:25:59 +01:00
parent 53689d081b
commit d97bf94287

View File

@@ -82,6 +82,7 @@ defineTest(swiftConfig) {
}
defineReplace(swiftConfig) {
eval(value = \$\${SWIFT_CONFIG.$$1})
eval(value = $$value)
return($$value)
}