Commit 24a72329 authored by Michal Klocek's avatar Michal Klocek
Browse files

Fix pkg-config call in icu test


The call had the side effect of generating extra pkg-config-wrapper.sh
in root of the build. Use different pkg-config call.

Change-Id: I8335ae55547272924802f3903ce6bba903389b62
Reviewed-by: default avatarAllan Sandfeld Jensen <allan.jensen@qt.io>
Showing with 1 addition and 1 deletion
......@@ -148,7 +148,7 @@ defineTest(qtConfTest_embedded) {
}
defineTest(qtConfTest_detectIcuuc) {
pkgConfig = $$first($$list($$pkgConfigExecutable()))
pkgConfig = $$qtConfPkgConfig()
!isEmpty(pkgConfig) {
qtRunLoggedCommand("$$pkgConfig --libs --static libxml-2.0", xmllibs)
contains(xmllibs,".*-licuuc.*"):return(true)
......
Supports Markdown
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment