Commit 2bb473c1 authored by Oswald Buddenhagen's avatar Oswald Buddenhagen
Browse files

give the pkg-config wrapper a proper name

amends 282f15fe

.

Change-Id: I91fa244a9c33495365da4278b99d6312c1af299a
Reviewed-by: default avatarJoerg Bornemann <joerg.bornemann@theqtcompany.com>
Showing with 1 addition and 0 deletions
...@@ -224,6 +224,7 @@ defineReplace(pkgConfigExecutable) { ...@@ -224,6 +224,7 @@ defineReplace(pkgConfigExecutable) {
sysroot.value = $$PKG_CONFIG_SYSROOT_DIR sysroot.value = $$PKG_CONFIG_SYSROOT_DIR
libdir.name = PKG_CONFIG_LIBDIR libdir.name = PKG_CONFIG_LIBDIR
libdir.value = $$PKG_CONFIG_LIBDIR libdir.value = $$PKG_CONFIG_LIBDIR
QT_TOOL_NAME = pkg-config
qtAddToolEnv(PKG_CONFIG, sysroot libdir, SYS) qtAddToolEnv(PKG_CONFIG, sysroot libdir, SYS)
} }
......
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