mirror of https://github.com/qt/qtbase.git
fix configure PSQL_*= being ignored, take 2
amends 09e2fc43ab
.
Task-number: QTBUG-62402
Change-Id: I63ca700b12646e8be97735b67c1519b0b4625798
Reviewed-by: Lars Knoll <lars.knoll@qt.io>
This commit is contained in:
parent
7c4c93a76a
commit
7cbd13b76a
|
@ -37,7 +37,7 @@ defineTest(qtConfLibrary_psqlEnv) {
|
||||||
$${1}.libs = $$PSQL_LIBS
|
$${1}.libs = $$PSQL_LIBS
|
||||||
export($${1}.libs)
|
export($${1}.libs)
|
||||||
} else {
|
} else {
|
||||||
!qtConfLibrary_inline($$1): \
|
!qtConfLibrary_inline($$1, $$2): \
|
||||||
return(false)
|
return(false)
|
||||||
}
|
}
|
||||||
return(true)
|
return(true)
|
||||||
|
|
Loading…
Reference in New Issue