diff options
Diffstat (limited to 'util/kconfig/qconf-cfg.sh')
-rwxr-xr-x | util/kconfig/qconf-cfg.sh | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/util/kconfig/qconf-cfg.sh b/util/kconfig/qconf-cfg.sh index 9b695e5cd9..ad652cb539 100755 --- a/util/kconfig/qconf-cfg.sh +++ b/util/kconfig/qconf-cfg.sh @@ -20,5 +20,6 @@ fi echo >&2 "*" echo >&2 "* Could not find Qt5 via ${HOSTPKG_CONFIG}." echo >&2 "* Please install Qt5 and make sure it's in PKG_CONFIG_PATH" +echo >&2 "* You need $PKG" echo >&2 "*" exit 1 |