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:
Oswald Buddenhagen 2017-08-10 11:23:22 +02:00
parent 7c4c93a76a
commit 7cbd13b76a

View File

@ -37,7 +37,7 @@ defineTest(qtConfLibrary_psqlEnv) {
$${1}.libs = $$PSQL_LIBS
export($${1}.libs)
} else {
!qtConfLibrary_inline($$1): \
!qtConfLibrary_inline($$1, $$2): \
return(false)
}
return(true)